Abstract

A new state feedback control scheme is presented used in the boiler-turbine power units based on an improved particle swarm optimizing algorithm. Firstly, the nonlinear system is transformed into a linear time-varying system; then the control problem is transformed into the solution of a Riccati equation. The control effect of controller depends on the selection of matrix P, so an improved particle swarm optimizing (PSO) algorithm by introducing differential evolution algorithm is used to solve the Riccati equation. The main purpose is that mutation and crossover are introduced for a new population, and the population diversity is improved. It is beneficial to eliminate stagnation caused by premature convergence, and the algorithm convergence rate is improved. Finally, the real-time optimizing of the controller parameters is realized. Theoretical analysis and simulation results show that a state feedback controller can be obtained, which can ensure asymptotic stability of the system, and the double objectives of stabilizing system and suppressing the disturbance are got. The system can work well over a large range working point.

1. Introduction

Boiler and turbine are main equipment of coal-fired power generation units, so the coordination control plays an important role in improving the performance of the generation system. The nonlinear control method which has been used in the coordinated control system can solve the optimizing operation problem over large range working point effectively. It becomes the hot topic in recent years. Backstepping method [1, 2] has better rapidity and guarantees the stability of system. Adaptive decoupling control is used [3], and the good tracking and adaptive ability of system is shown. The terminal sliding mode controller can improve the precision of the system [4].

In this paper, firstly, the nonlinear coordinate system for boiler and steam turbine is transformed into a linear time-varying system with external disturbance. Then the control problem can be transformed into the solution of Riccati equation [5, 6]. Since the selection of the Riccati equation solution has a great influence on the control effect, the improved particle swarm optimizing (PSO) algorithm is applied to seek the solution of Riccati equation. Particle swarm optimizing (PSO) algorithm [79] can adaptively adjust parameters according to speed vector, which is different from other evolution algorithms. Each particle executes a kind of “consciousness” variation in the evolutionary process, namely, particles only toward some good directions flight according to the experience of the populations, so that the PSO algorithm has more opportunities to fly to more optimal solution area faster. The other advantage of PSO algorithm is ease of implementation, because there are very few parameters needed to be adjusted. PSO algorithm is able to expand the scope of the feasible solution and ensure the existence of the solution. In order to eliminate the stagnation and avoid premature convergence to stop, an improved particle swarm optimizing algorithm is adopted by introducing differential evolution algorithm [1013], which guarantees the population converging to the global optimal solution continuously. Finally, the real-time optimizing of the controller parameters is realized. Theoretical analysis and simulation results show that the controller obtained can ensure asymptotic stability of system and the double objectives of stabilizing system and suppressing the disturbance are reached. The system can work well over a large range working point.

2. The Linearization of Boiler-Steam Turbine Model

The model of boiler-turbine is the foundation of coordinate control. The Astrom model [14] is a very typical three-order MIMO nonlinear coordination system model of machine furnace, which has been quoted widely. The model can be described as the following dynamic equations:where is the drum pressure, is the output power, is the fluid density inside the system, is the opening degree of the fuel flow regulator, is the opening degree of the steam flow regulator, and is the opening degree of the water flow regulator.

Considering the actual situation of the regulator and dynamic process itself, the opening position of the regulator and its changing rate are limited [14].

The opening degrees of the three regulators should satisfy the conditions below:

The output of the system is the drum pressure (kg/cm2), the output power (MW), and the drum pressure (m). The drum pressure and the output power are two state variables and the drum water level is given by the following equation:where is the coefficient of steam quality and (kg/s) is evaporation rate:

Set

At the selected working point , the nonlinear function is expanded into a Taylor series and the first-order derivative item holds; the linear time-varying model can be got: where , , , and the expression of , , , and could be obtained by partial derivative operation: where , , and

The coefficient matrix of model above will change with the states of working points selected, so that the whole system is transformed into a linear system with time-varying parameters. The opening degrees of the three regulators are restrained by the following conditions:

3. State Feedback Control

The actual system with external disturbance is considered, so the state feedback control scheme is used to realize the stable control of machine furnace coordinate system. The linear time-varying model of (6) is expressed as follows:where is the external disturbance and is the corresponding coefficient matrix.

The control problem above is equivalent to design a feedback control lawwhich can ensure the correspondingly closed-loop system stable ( stable), andwhere represents the closed-loop transfer function matrix form to , is a given constant, is the control matrix, and is the reference input.

Assumption 1 (() is internally stable). For the system (10) meeting Assumption 1, the necessary and sufficient conditions of the control question above are that for a constant and a positively definite matrix the Riccati equationhas positive-definite symmetric solution . If the system (13) has solution, then closed-loop system is internally stable. The state feedback matrix of (12) is given by the following equation:where , and are any matrix to satisfy under equations [5] , , , and , where matrix satisfied and .
Combining (10) and (11), the standard state feedback control can be got:The block diagram of the standard state feedback control is shown in Figure 1.
The state feedback control problem above can be transformed into the solution of Riccati equation (13). The control effect of controller depends on the selection of matrix ; in this paper an improved particle swarm optimizing (PSO) algorithm is used for solving the Riccati equation. This scheme can expand the scope of the feasible solution and ensure the existence of the solution, and the real-time optimizing of the controller parameters is realized.

4. Particle Swarm Algorithm Is Used to Solve the Matrix Equation

In this paper, an improved particle swarm optimization algorithm is applied to seek the solution of Riccati equation, rewriting Riccati equation (13) into the following form:where and are the given constants and matrixes , , and are the given coefficient matrix.

The fitness value of the objective function iswhere is the triangle array element of matrix ; the smaller , the closer to zero matrix. The feasible solution can assure the internally asymptotical stability of the system effectively.

4.1. Basic Particle Swarm Algorithm

The particle swarm algorithm regards each individual as a particle with no weight and volume, which flights in the -dimensional search space at a certain speed. The dynamic adjustment of the flight speed is based on the flight experience of the individual and the populations. In this paper nine unknown parameters of matrix needed to be optimized; for the symmetry of , the dimensions of the search space are six.

The particle number of populations is ; for the th particle, and are the current position and velocity, respectively. The best position of the th particle is recorded as , which is also the position with the best fitness value of the th particle recorded and called pbest. For minimizing problems, the smaller the fitness value of objective function, the better the corresponding fitness value.

In this paper set the objective function of minimizing problem to be ; the best position of th particle depends on the following scheme:

Set the best position of all particles recorded as , which is called the global best position gbest; then

The standard evolving equation of particle swarm algorithm can be described as follows:where and are acceleration constants and and are the random number within . is the inertia weight which is similar to the temperature of simulated annealing, the bigger has good global convergence ability, and the smaller has strong local convergence ability. Therefore, with the increase of the number of iterations, the inertia weight should decrease constantly. Thereby, the particle swarm algorithm has strong global convergence ability in early and strong local convergence ability in later period. In this paper self-adjusting of the inertia weight meetsMaxNumber is the biggest iterating number.

For (20), the right hand can be divided into three parts: the first part represents the original velocity, the second part is the impact of the best position of the th particle (pbest) on the position of the current particle, and the third part is the impact of the global best position (gbest) on the position of the current particle, and the second part and the third part represent the modification of the original velocity.

Traditional PSO algorithm has a potential property which would cause the algorithm entrapping into a local optimum. In addition, the parameters of traditional PSO algorithm have stronger dependence. In order to eliminate the stagnation and avoid premature convergence, the differential evolution (DE) algorithm is introduced, and an improved PSO algorithm guarantees the populations converging to the global optimal solution continuously.

4.2. Differential Evolution Algorithm

DE algorithm has characteristics of remembering individual optimal solution and can share the information in populations [1518]. DE algorithm initializes the population randomly in the feasible solution space of the problem, by means of mutation and crossover to produce a new population for the current population. Then, an one-to-one selection is made among the two populations consequently to generate a new final population.

In this paper a six-dimensional is used to denote a particle individual, so in each generation of the populations, the particle number is . Execute mutation operation to each target individual to obtain corresponding variation individual according to the following equation:where is set in (0, 2], called mutation constant which controls the ratio of the father generation difference vector () to avoid search stagnation. , , and are randomly selected from the set , which are different from each other and are different from index . Crossover operation is executed to target individual and its variation individual for acquiring trial individual according to the following equation:where is uniform distributing random number and is the th position coordinate. is a variable index selected randomly, which ensures at least one variable quantity contributed by mutation ones. is a crossover constant within , which controls the dispersion of the population.

Compare the target individual with the trial individual to decide whether the trial individual is a member of the next generation according to the following equation:

4.3. Improved Particle Swarm Optimizing Algorithm

The improved particle swarm optimizing algorithm by introducing differential evolution algorithm can eliminate stagnation and avoid premature convergence, and the procedure is as follows.

Step 1. Initialize a population which contains particles randomly, and set mutation and crossover constants, and determine the maximum number of generations and the maximum flight velocity.

Step 2. The dimension of the particle is six which is judged by the matrix . For the th particle, it has random position and flight speed in the 6-dimensional search space. , where is within . Suppose the initial population is the position with the best fitness value pbest.

Step 3. Compute the fitness value of each particle , and compare the fitness value of each current particle with its pbest. If the current fitness value is smaller than the pbest fitness value, regard the current position as current pbest position.

Step 4. Compare the fitness value of each current particle with the gbest. If the current fitness value is smaller than the gbest, regard current position as current gbest position.

Step 5. The position and speed of each particle implement evolving according to (20), (21), and (22).

Step 6. Mutation and crossover operation are carried out for the position of particle according to (23) and (24), and then a new position is generated according to (25).

Step 7. If the maximum number of generations has not been reached, or a good enough fitness value has not been obtained, return to Step 3.
The flow chart of improved particle swarm optimizing algorithm is shown in Figure 2.

5. Simulation Research

Set and is the initial working point. , , , , , and are previously selected. In this paperThe improved particle swarm algorithm is applied in (10) for simulation test. MATLAB software is adopted. is external disturbance, and the reference input signal of system is taken as

At  s, the drum pressure is stable in 118.8 (kg/cm2).

At  s, the output power is stable in 85.06 (MW).

At  s, the drum pressure is stable in 129.0 (kg/cm2).

At  s, the output power is stable in 105.8 (MW).

In all process the drum water level is stable in 0 (m), where is the unit step function.

The response of the system outputs with two particle swarm optimizing algorithms is shown in Figures 35.

It can be seen from Figures 35 that the change of drum pressure at 200 s and 1000 s causes the tiny change of output power, but it soon becomes smooth. The change of output power at 200 s and 1000 s combining the change of drum pressure at 200 s and 1000 s causes the tiny change of drum water level, but it soon becomes smooth. The small peak in the changing states is caused by the change of the reference input at different times. It is to show the effect of the decoupling. At the same time there are three disturbances , , and added in this system. The simulation results are acceptable.

The simulation results show that the method can guarantee the closed-loop system asymptotical stability in a large range working point. The system has strong robustness for external disturbance.

6. Conclusions

In this paper, a new state feedback control scheme based on an improved particle swarm optimizing algorithm is presented and applied to the boiler-turbine unit with external disturbance. The following results are got:

In this paper, the machine furnace nonlinear coordinate system is translated into a linear time-varying system; then the control problem is transformed into the solution of Riccati equation.

With the improved particle swarm algorithm to solve the Riccati equation, the parameters of the controller real-time optimizing are achieved. The method can enhance the precision of optimizing and ensure the stability in large range working point.

The control system has stronger robustness for external disturbance, and the double purposes of stabilizing system and suppressing the disturbance have been realized.

The output responses with nice steady state performance and decoupling effect are got.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.