Next Article in Journal
Analysis of Roadheader for Breaking Rock Containing Holes under Confining Pressures
Previous Article in Journal
A Full Frequency-Dependent Cable Model for the Calculation of Fast Transients
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Nonlinear Adaptive Control of Heat Transfer Fluid Temperature in a Parabolic Trough Solar Power Plant

by
Antonio Nevado Reviriego
1,*,†,
Félix Hernández-del-Olmo
2 and
Lourdes Álvarez-Barcia
3
1
Departamento Ingeniería Eléctrica, Eletrónica y de Control, Universidad Nacional de Educación a Distancia (UNED), 28040 Madrid, Spain
2
Departamento Inteligencia Artificial, UNED, 28040 Madrid, Spain
3
Departamento Ingeniería Eléctrica, Eletrónica, Computadoras y Sistemas, Universidad de Oviedo, 33203 Gijón, Spain
*
Author to whom correspondence should be addressed.
Current address: Escuela Técnica Superior de Ingenieros Industriales, UNED, Juan del Rosal 12, Ciudad Universitaria, 28040 Madrid, Spain.
Energies 2017, 10(8), 1155; https://doi.org/10.3390/en10081155
Submission received: 17 July 2017 / Revised: 31 July 2017 / Accepted: 3 August 2017 / Published: 7 August 2017

Abstract

:
Control of highly nonlinear processes such as solar collector fields is usually a challenging task. A common approach to this problem involves deploying a set of operation point range-specific controllers, whose actions are to be combined in a switching strategy. Discontinuities in control actions upon switching may lead to instabilities and, therefore, achieving bumpless transitions is always a concern. In addition, linear adaptive predictive controllers need to cope with nonlinearities by using high adaptation speeds, often leading to model vulnerability in the presence of aggressive perturbations. Finally, most of the proposed solutions rely on complex plant model developments. In this work, a multivariable nonlinear model-based adaptive predictive controller has been developed and tested against a parabolic trough solar power plant simulation. Since the model employed by this controller accounts for process nonlinearities, adaptation speed can be dramatically reduced, therefore increasing model robustness. The controller is easily initialized and is able to identify and track the process dynamics, including its nonlinearities as it evolves with time, thus requiring neither process up-front modeling nor switching. The presented controller outperforms its linear counterpart both in terms of accuracy and robustness and, due to the generality of its design, it is expected to be applicable to a wide class of linear and nonlinear processes.

1. Introduction

Distributed solar collector field plants have always posed major control problems when addressing field outlet fluid temperatures. These systems concentrate sunlight over a pipe inside which Heat Transfer Fluid (HTF) flows, accumulating energy and transferring it to another location, where it can be used. The fast, unpredictable, time-varying characteristic of sun irradiation and the inherently nonlinear nature of heat transfer in combination with the transport of the HTF make outlet temperature control a very challenging problem.
It has been almost two decades since this process was characterized and an adaptive predictive control-based solution was proposed in [1]. In that paper, the controller parameters of linear process models were estimated by a recursive least squares algorithm. The authors presented a combination of adaptive predictive techniques with so-called switching control, a methodology in which the controller used at a particular time is selected from a set of running controllers by a supervisor algorithm. In this way, different linear models are used to estimate a nonlinear process, covering a different process operation point range in each model. Switching control has been in the literature for many years while different switching strategies have been proposed and improved [2,3,4].
A single linear adaptive predictive controller could offer an alternative to switching control although, in that case, the required adaptation speed would need to be high, in order to be able to quickly adapt not only to the time-varying nature of the process, but also to every new operating point when it changes, as seen in [1,5]. High adaptation speeds, however, could make this controller model vulnerable to noise and to unmeasured perturbations.
Apart from adaptive control, most of the documented approaches to this problem [6,7] have required a reasonably accurate model of the system. These solutions, revised in [8,9], include conventional Proportional-Integral-Derivative (PID) control, sometimes presented in conjunction with feed-forward or cascade control, linear and nonlinear model predictive control, optimal control, etc. In practice, however, an appropriate model is seldom available, which, in any case, would be an expensive component.
This paper presents a new Multi-Input Single-Output (MISO) nonlinear adaptive predictive controller for HTF temperature control in a parabolic trough solar plant. The controller is initialized with a simplified linear transfer function of the plant requiring no model development whatsoever, and it is able to adapt to the real plant by itself, keeping track of plant dynamics as it evolves during operation. Since process dynamics are learnt by the controller as a nonlinear function of the operating point, the controller allows for fast and efficient operation point changes even when very low adaptation speeds are used. This fact makes the solution very robust against noise and perturbations. Additionally, since no control action switching is involved, transition discontinuities are not a concern with this controller. The controller has been tested against a solar field simulation recently published in [10] and is presented here as a control proposal for these kinds of plants.
The rest of this paper is organized as follows. Section 2 describes the controller structure, the various modules it comprises and the way they interact with each other. Then, Section 3 provides a description of the experiments conducted with the presented algorithm, along with corresponding discussion and proposed future works. Finally, the conclusions are presented in Section 4.

2. Design

The objective of a predictive control scheme is to make the process output under control follow a desired trajectory. In it, a predictive algorithm calculates the control signal, based on a process model, with the aim of making the predicted process output equal to a desired output trajectory. Since these calculations strongly rely on the process model, predictive control is sometimes combined with an adaptive algorithm aimed at estimating the process model or making it track possible changes in process behaviour.
The structure of the controller presented in this paper derives from the adaptive predictive control scheme implemented for different industries and applications in [11,12,13]. The controllers described in those papers employ, for the purpose of prediction, a linear process model of the form:
y ( k ) = i = 1 n a i ( k ) y ( k i ) + i = 1 m b i ( k ) u ( k i ) + i = 1 l c i ( k ) d ( k i ) ,
where y ( k ) is the process output at time k; u ( k ) represents the process input and d ( k ) , a measurable disturbance, all of which are incremental. The parameters a i , b i and c i are updated at every iteration by an adaptation mechanism with the objective of driving the estimation error towards zero. In Equation (1), the maximum number of parameters for every set is defined by n, m and l. The Equation (1) can be easily extended to consider more measurable disturbances or process inputs and outputs.
This structure, when enabled with the appropriate adaptation algorithm, enables the controller to cope with time-varying processes. Processes showing mild nonlinearities could also be controlled with it, but changes in operating point would always require the controller to re-adapt to the new operation point, making it somehow inefficient, especially when abrupt set point changes are performed.
The controller design presented in this paper considers an adaptation mechanism that includes a model parameter dependency with a set of variables v = [ v 1 , v 2 , . . . , v q ] in the form:
y ( k ) = i = 1 n a i ( k , v ) y ( k i ) + i = 1 m b i ( k , v ) u ( k i ) + i = 1 l c i ( k , v ) d ( k i ) .
At each execution time k and depending on the current measured values of v , v m e a s , the adaptation mechanism determines an appropriate set of model parameters θ ( k , v m e a s ) = [ a ( k , v m e a s ) , b ( k , v m e a s ) , c ( k , v m e a s ) ] to be used for prediction. It is relevant to note that, due to the parameter dependency with v , the model in Equation (2) can describe a class of nonlinear processes even in the absence of adaptation. The controller based on this model will be therefore referred to as nonlinear in contrast to the one based on the model shown in Equation (1), which is linear in the absence of adaptation. As it can be seen below, this results in a controller that is able to track the time-varying process dynamics while accounting for its nonlinear characteristics.

2.1. Adaptation

The adaptation mechanism described below comprises an initial static linear model of the form θ 0 = [ a 0 , b 0 , c 0 ] plus a v -dependent, nonlinear, time-varying function ψ , yielding at time k:
θ ( k , v ) = θ 0 + ψ ( k , v ) .
This structure allows for a basic model initialization achieved by selecting an appropriate initial linear model θ 0 in conjunction with an initial ψ ( 0 , v ) = 0 . After initialization, the nonlinear estimation ψ ( k , v ) will evolve with time tracking the process dynamics and nonlinearities.
In order for the adaptation mechanism to continuously estimate the required ψ R q R n + m + l function, a set of n + m + l Gaussian Radial Basis Function (RBF) neural networks are used [14]. An RBF neural network computes its output as a weighted sum of a set of p radial basis functions evaluated at the network input point. The corresponding network weights w ( k ) are modified as the network learns with the objective of reducing the network error. In the controller presented here, each normalized RBF network has the form:
ψ j ( v ) = p w j p e β | | v c p | | 2 p e β | | v c p | | 2 ,   1 j n + m + l ,
where the basis function centers c p are uniformly spaced over the variable ranges. Figure 1 shows an example of a network for the uni-dimensional case, q = 1 , comprising fifteen basis functions generated with β = 200 . In the figure, component functions are shown with dashed blue lines, whereas the network output is shown by a solid red line.
In this context, an RBF-based model update requires a pair ( v , ψ ( k ) ) . Whereas the first element is simply measured, the second one must be estimated from a process output measurement y m e a s ( k ) . This estimation is performed based on the existing error [ y m e a s ( k ) ϕ ( k 1 ) T θ ( k 1 ) | v m e a s ] where:
ϕ ( k ) = [ y ( k 1 ) , . . . , y ( k n ) , u ( k 1 ) , . . . , u ( k m ) , d ( k 1 ) , . . . , d ( k l ) ] .
By using the projection algorithm derived in [15],
θ ( k ) = θ ( k 1 ) | v m e a s + γ ϕ ( k 1 ) ε + ϕ ( k 1 ) T ϕ ( k 1 ) [ y m e a s ( k ) ϕ ( k 1 ) T θ ( k 1 ) | v m e a s ] ,
where ε is a positive small number to avoid division by zero and 0 < γ 1 is the adaptation speed.
Once the new estimation ψ ( k ) is available as the difference θ ( k ) θ 0 , the RBF networks can be updated. Since the parameter β and the set of centers c p in Equation (4) are set beforehand and fixed during operation, updating the corresponding set of weights w j = [ w j 1 , w j 2 , . . . , w j p m a x ] for a given network output ψ j ( k ) is a linear regression problem. Therefore, projection can be subsequently applied at full speed to every RBF network separately:
w j ( k ) = w j ( k 1 ) + φ j ( v ) ε + φ j ( v ) T φ j ( v ) ψ j ( k ) p w j p ( k 1 ) e β | | v c p | | 2 p e β | | v c p | | 2 v = v m e a s ,
where:
φ j ( v ) = 1 p e β | | v c p | | 2 e β | | v c 1 | | 2 , e β | | v c 2 | | 2 , . . . , e β | | v c p max | | 2 .
It is worth mentioning that, according to Equations (7) and (8), a network update generated by a pair ( v m e a s , ψ ) will only modify the estimation of ψ ( v ) in the vicinity of v m e a s , leaving further areas of the hyperspace intact. This property, often referred to as localization, combined with the projection algorithm described above, makes this network an appropriate choice for process dynamics tracking.
In the absence of noise, the projection algorithm shown in Equation (6) has been proven to reduce, on every step, the norm of the model parametric identification error | | θ a θ ( k ) | | , θ a being the actual process parameter set. For noisy environments, a minimum absolute value of the estimation error [ y m e a s ( k ) ϕ ( k 1 ) T θ ( k 1 ) | v m e a s ] can be found as a condition for adaptation execution, which guarantees the required parametric identification error reduction. Corresponding proofs can be found in [16]. It must be noted though that, for the sake of simplicity, conditional adaptation has not been implemented in this paper.
Likewise, projection convergence properties directly apply for individual model parameters in the nonlinear RBF adaptation algorithm shown in Equation (7). Indeed, for a given set of variables v m e a s , the projection algorithm is guaranteed to improve the latest model parameter estimation previously found in the vicinity of that point.

2.2. Prediction

The prediction algorithm implemented in this controller is based on Equation (1). Using this equation recursively with the corresponding set of model parameters θ ( k ) provided by the adaptation mechanism allows for the prediction in an extended interval [ k , k + λ ] of a sequence of future process outputs y ^ ( k + h ) . This predicted sequence is obtained as a function of a future control sequence u ^ ( k + h 1 ) and a future estimated disturbance sequence d ^ ( k + h 1 ) in which h = [ 1 , λ ] . The control action calculation, as described in [11], relies on the following two conditions:
  • The controller output at time k, u ^ ( k ) , must be the first value of a predicted controller output sequence in which all the increments in the interval [ k + 1 , k + λ 1 ] are equal to zero. In the same interval, all the increments of the predicted disturbance sequence are assumed to be equal to zero.
  • The predicted process output trajectory must be at time k + λ equal to a desired output value y d ( k + λ ) .
The desired trajectory used for the control action calculation is generated from the controller set point r at each time step by a driver block defined by a second order system, in the form:
y d ( k + h ) = i = 1 2 α i g ( k + h i ) + i = 1 2 β i r ( k + h i ) ,
where:
h = [ 1 , λ ] and g ( τ ) = y ( τ ) , if τ k , y d ( τ ) , otherwise .
The driver block in Equation (9) thus generates a complete λ instants long desired trajectory y d ( k ) in which, as stated in Equation (10), past values of it are replaced by their corresponding actual measurements y ( k ) . The equation coefficients α i and β i are chosen so that the resulting relationship has unitary gain.
Finally, the control action generated by this controller is incrementally limited in order to avoid aggresive inputs coming into the plant. Consequently, two absolute consecutive control actions will never differ in more than u m a x .

2.3. Initialization

Since the RBF-based estimation ψ ( v ) can be easily initialized to ψ ( v ) = 0 simply by setting every weight vector w j to 0 , it is highly desirable to set a realistic model linearization at some mid range point of v , θ 0 , before the algorithm starts operating. By doing this, the expected performance of the resulting controller will be improved upon start-up.
In order to find a static linear model for initialization θ 0 , the algorithm presented in this paper is first started in a degraded mode, as described below:
  • A generic, critically damped, second order linear model θ 0 is chosen. A high gain of this model is desirable since it will avoid abrupt control actions during the first control instants.
  • The controller is then started with the RBF network disabled and θ 0 is updated at every control step according to Equation (6).
  • After the linear model θ 0 has somehow stabilized, it is set as θ 0 and the regular operation described above in this section is started.

2.4. Sequence of Operations

The general sequence of operations, once the regular operation has started, is described below:
  • Obtain a measurement of the process output y m e a s ( k ) , along with a measurement of the variable vector v m e a s .
  • Calculate the RBF network value at v m e a s , ψ ( v m e a s ) , by using Equation (4).
  • Obtain the expected process model linearization at v m e a s , θ ( k 1 ) v = v m e a s according to Equation (3).
  • Use Equations (6) and (7) to update the RBF network.
  • Obtain the new expected process model linearization at v m e a s , θ ( k ) v = v m e a s according to Equation (3).
  • Calculate the desired output process trajectory y d by using Equation (9).
  • Calculate the control sequence as described in Section 2.2.
  • Apply the first element of the calculated control sequence.
  • Wait for the selected control period and repeat this sequence from the beginning.

3. Results and Discussion

In order to evaluate the presented algorithm, its performance is compared in this section to the one achieved with the linear version of the controller while controlling the simulation of an HTF system. It must be noted that the linear version of the controller corresponds to the initial degraded mode of the nonlinear controller referred to in Section 2.3.

3.1. Simulation

The simulation of the HTF system used for the evaluation of the controller presented in this paper has been extensively described in [10]. The model describes the HTF system of the parabolic trough collector solar plant “La Africana” in Córdoba, Spain. In the plant, the HTF system comprises 168 loops, containing 48 solar collector elements each. Each collector element, in turn, comprises 28 mirrors together with the corresponding absorber pipe, which is located at the mirror’s focal axis. These pipes receive heat from the mirrors and transfer it to the HTF circulating inside them.
The simulation receives from the controller the required HTF mass flow rate and considers mass and energy conservation principles on the HTF system to calculate the heat absorbed by the fluid and its final temperature. Mirror efficiency and thermal losses from the HTF to the surrounding air due to radiation and convection through the pipe walls are considered as well. Therefore, the model considers two inputs, namely the incoming HTF temperature and the HTF mass flow rate; and a single output, the outgoing HTF temperature. Additionally, the simulation considers three disturbances: the Direct Normal Irradiation (DNI), the angle of incidence of the sun and the ambient temperature. In the experiments described below, the only perturbation in use is the DNI, while the other two are kept constant at the maximum angle of incidence and 25 C, respectively. Additionally, the incoming HTF temperature is also kept constant at a value of 292 C. As a result, the obtained nonlinear simulation calculates the outgoing HTF temperature based on previous DNI evolutions and HTF mass flow rate set points, which are being generated by the controller under test as its control action.

3.2. Control Scenario

In the paragraphs below, both linear and nonlinear controllers with different adaptation speeds are compared in two common control scenarios. The main objective is to find out whether the nonlinear controller allows for using the adaptation to cope with the potential slow-speed time-varying nature of the process exclusively, since it is not necessary for dealing with the process nonlinearities. This fact would allow the use of smaller γ values in the nonlinear controller during normal control operation, resulting in a much more robust adaptation model.
In the first control scenario defined, the final HTF temperature is driven by the controller under test using a constant set point of 393 C. All the perturbations and parameters included in the simulation such as the ambient temperature and the angle of incidence of the sun are considered constant, except for the DNI, which evolves following a pre-fixed pattern. This pattern was generated by using a random walk with zero mean and a standard deviation of 3 W/m 2 and it is shown below in the comparison section. The pattern was filtered in order to make it start and stop smoothly, and mirrored afterwards and it is not meant to resemble any real situation; instead, it is aimed at providing a comparison framework where the controllers are sufficiently challenged. Filtering provides DNI stability before and after the tests, while mirroring allows for easy detection of direction-dependent controller responses. During every simulation experiment, discrete DNI values from the pattern are fed into the continuous simulation at a rate of one value per simulated second.
The second control scenario has been targeted to compare the adaptive model robustness in the presence of aggressive perturbations. The experiment simulates a broken wire event while the process is under control by dropping the HTF final temperature measured by the controller to zero during fifteen consecutive control periods. During that time, the controllers are expected to drive the HTF pumps to their minimum value, in an attempt to recover the HTF temperature. The temperature will rise considerably above the set point, but the controllers will keep measuring zero, which will obviously affect their models. After fifteen control periods, the HTF temperature communication will be restored and the controllers will have to drive an unusually high temperature to its set point, with a model that may have been degraded during the first phase of the experiment.

3.3. Controller Configuration and Start-Up

The controller configuration chosen for the experiments presented in this section is described below:
  • The controller sampling time has been set to 180 s.
  • The variable under control, or process output, referred to as y in Equation (2) corresponds to the HTF final temperature and its set point has been set to 393 C.
  • The control output, or process input, referred to as u in Equation (2) corresponds to the HTF pumps flow rate control loop set point in kg/s.
  • The control action incremental limit u m a x has been set to 300 kg/s.
  • The measurable disturbance referred to as d in Equation (2) corresponds to the measured DNI in W/m 2 .
  • The model size in Equation (2) has been set with the values m = 2 , n = 7 and l = 7 .
  • The horizon length referred to as λ in Equation (2) has been set to 7.
  • The model parameters dependency set of variables referred to as v in Equation (2) comprises only the circulating HTF mass flow rate as v 1 .
After executing the controller start-up procedure described in Section 2.3, the linear model parameters obtained are the following:
a i = [ 0.74 0.35 ] , b i = [ 0.23 1.69 0.93 0.19 0.27 0.21 0.08 ] , c i = [ 0.0 0.11 0.78 0.49 0.11 0.12 0.08 ] .
This model is therefore saved and used as θ 0 in Equation (3) before the controller starts operating in regular mode. Figure 2 depicts some RBF network outputs after executing the controller in regular mode for some time. Note that the HTF mass flow rate is normalized in the abscissa axis.

3.4. Performance Comparison

The paragraphs below present the results of the comparisons carried out with the two control scenarios mentioned above.

3.4.1. Regular Operation

Linear and nonlinear controller operation performance comparisons with different adaptation speeds γ are shown in Figure 3b–f. In those figures, dashed blue lines show the controlled temperatures under the RBF-enabled version of the controller, whereas solid green lines represent the controlled temperatures when the linear model-based operation is used. Temperature set points are the same in both cases and are shown in red. As stated above, Figure 3a shows the DNI pattern employed for comparison, which is common to all the cases presented here.
In the figures, it can be observed how the linear controller can only operate with high adaptation speeds, becoming increasingly unstable as they are reduced. This behaviour accounts for the fact that adaptation is needed to cope with the process nonlinearities. The nonlinear controller, on the other hand, can easily operate with lower speeds, which means that the process nonlinearities are effectively learnt and included into the process model.
In order to summarize this performance comparison, Table 1 shows the HTF final temperature variance for different adaptation speeds and controller modes.
For the nonlinear case, the temperature variance is reduced with the adaptation speed. This fact again shows that adaptation is not needed for the controller to cope with process nonlinearities. Even with the highest adaptation speed, the nonlinear controller outperforms the linear controller, since no adaptation is needed to obtain the correct model after every operation point change.

3.4.2. Fault Tolerance

Figure 4 shows the second scenario of the controller comparison described above, in which a fault event has been simulated. HTF temperatures are shown in blue at the upper area of the graphs, whereas control actions are shown in green at the bottom. Thick red lines over real temperatures represent broken wire periods, over which the controllers read null HTF temperatures.
It can be appreciated how, for the linear case, the most effective controllers in terms of control performance found in the previous paragraphs and corresponding to high adaptation speeds, are now the most vulnerable. Indeed, the controller with γ = 0.7 is too damaged for control after this period and do not seem to recover after the fault. In the γ = 0.1 case, the model is broken in the early stage of the experiment, showing an inverse gain and driving the control action to its maximum value during the fault. The linear γ = 0.01 case recovers a while after the fault, but, as seen before in Figure 3d, its performance under normal circumstances is not satisfactory, showing oscillations even when DNI is stable around 450 W/m 2 .
The nonlinear model, on the other hand, behaves adequately. After the broken wire period is complete, the controller drives the temperature to its set point according to the desired trajectory with no oscillations, recovering the variable control from that point on. Essentially, the nonlinear controller allows for reduced adaptation speeds, resulting in a more robust model while still being able to cope with slow process variations due to aging, wearing, etc.

3.5. Future Works

Future works include the investigation and integration of a method for automatically setting β and c p in Equation (4). For a given RBF network, these parameters define the maximum degree of curvature that can be reproduced by the network. In order to reduce the controller complexity and to increase its adaptation efficiency, these parameters should be adequately chosen for a particular application. Even if the networks are not too sensitive to these settings, an automated procedure would certainly ease the design phase.
Finally, the generality of the methods employed in this design suggests that it can be directly applied to a wide variety of linear and nonlinear processes. However, this generality must be confirmed in future works with different simulations and processes.

4. Conclusions

In this paper, a multi-input single-output adaptive predictive controller targeted for highly nonlinear processes has been devised. Since the controller can quickly adapt to the process under control, no initial process model is required. Adaptation can also take place online, which makes the controller ideal for time-varying processes.
The model of the controller presented in this paper inherently accounts for process nonlinearities. Therefore, adaptation in this case is intended to cope with the time-varying nature of the process exclusively, and does not require high speeds to control nonlinear processes.
Controller performance and model adaptation robustness have been proven enhanced against those corresponding to the extensively used adaptive predictive controller based on a linear model. Comparisons have been carried out by using an HTF solar heating process simulation, which has been previously presented as an example of a nonlinear process in the literature.

Author Contributions

A.N.R. and F.H.-d.-O. conceived and designed the experiments; A.N.R. and L.Á.-B. performed the experiments; A.N.R. and F.H.-d.-O. analyzed the data; F.H.-d.-O. and L.Á.-B. contributed reagents/materials/analysis tools; A.N.R. wrote the paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Rato, L.; Silva, R.; Lemos, J.M.; Coito, F.; Mosca, E.; Borreli, D.; Filatov, N.; Unbehauten, H. Adaptive predictive and switching control of a distributed collector solar field. In Proceedings of the CONTROLO—Portugese Conference on Automatic Control, Coimbra, Portugal, 9–11 September 1998. [Google Scholar]
  2. Leonessa, A.; Haddad, W.M.; Chellaboina, V.S. Nonlinear system stabilization via hierarchical switching control. IEEE Trans. Autom. Control 2001, 46, 17–28. [Google Scholar] [CrossRef]
  3. Pasamontes, M.; Álvarez, J.; Guzmán, J.; Lemos, J.; Berenguel, M. A switching control strategy applied to a solar collector field. Control Eng. Pract. 2011, 19, 135–145. [Google Scholar] [CrossRef]
  4. Zhang, Y.; Chai, T.; Wang, H.; Fu, J.; Zhang, L.; Wang, Y. An adaptive generalized predictive control method for nonlinear systems based on ANFIS and multiple models. IEEE Trans. Fuzzy Syst. 2010, 18, 1070–1083. [Google Scholar] [CrossRef]
  5. Kandare, G.; Nevado, A. Adaptive predictive expert control of dissolved oxygen concentration in a wastewater treatment plant. Water Sci. Technol. 2011, 64, 1130–1136. [Google Scholar] [CrossRef] [PubMed]
  6. Cirre, C.; Valenzuela, L.; Berenguel, M.; Camacho, E. Feedback linearization control for a distributed solar collector field. Control Eng. Pract. 2007, 15, 1533–1544. [Google Scholar] [CrossRef]
  7. Khoukhi, B.; Tadjine, M.; Boucherit, M. Nonlinear continuous-time generalized predictive control of solar power plant. Int. J. Simul. Multidiscip. Des. Optim. 2015, 6, A3. [Google Scholar] [CrossRef]
  8. Camacho, E.; Rubio, F.; Berenguel, M.; Valenzuela, L. A survey on control schemes for distributed solar collector fields. Part I: Modeling and basic control approaches. Sol. Energy 2007, 81, 1240–1251. [Google Scholar] [CrossRef]
  9. Camacho, E.; Rubio, F.; Berenguel, M.; Valenzuela, L. A survey on control schemes for distributed solar collector fields. Part II: Advanced control approaches. Sol. Energy 2007, 81, 1252–1272. [Google Scholar] [CrossRef]
  10. Barcia, L.A.; Peón, R.; Martínez-Esteban, J.A.; José-Prieto, M.A.; Martín-Ramos, J.A.; Cos Juez, F.J.; Nevado, A. Dynamic modeling of the solar field in parabolic trough solar power plants. Energies 2015, 8, 13361–13377. [Google Scholar] [CrossRef]
  11. Nevado, A.; Martín, I.; Mur, F. Design and application of a steam temperature optimizer in a combined cycle. Int. J. Adapt. Control Signal Process. 2012, 26, 919–931. [Google Scholar] [CrossRef]
  12. Nevado, A.; Requena, R.; Viúdez, D.; Plano, E. A new control strategy for IKN-type coolers. Control Eng. Pract. 2011, 19, 1066–1074. [Google Scholar] [CrossRef]
  13. Kandare, G.; Viúdez-Moreiras, D.; Hernández-del-Olmo, F. Adaptive control of the oxidation ditch reactors in a wastewater treatment plant. Int. J. Adapt. Control Signal Process. 2012, 26, 976–989. [Google Scholar] [CrossRef]
  14. Broomhead, D.S.; Lowe, D. Radial Basis Functions, Multi-Variable Functional Interpolation and Adaptive Networks; Royal Signals and Radar Establishment: Malvern, UK, 1988. [Google Scholar]
  15. Goodwin, G.C.; Sin, K.S. Adaptive Filtering Prediction and Control; Prentice-Hall: Upper Saddle River, NJ, USA, 1984. [Google Scholar]
  16. Martín-Sánchez, J.M.; Rodellar, J. Adaptive Predictive Control: From the Concepts to Plant Optimization; Prentice-Hall International: Upper Saddle River, NJ, USA, 1996. [Google Scholar]
Figure 1. RBF network example providing ψ j as a function of v 1 .
Figure 1. RBF network example providing ψ j as a function of v 1 .
Energies 10 01155 g001
Figure 2. RBF network output examples as a function of normalized HTF mass flow rate. (a) ψ 1 ; (b) ψ 2 ; (c) ψ 5 ; and (d) ψ 6 .
Figure 2. RBF network output examples as a function of normalized HTF mass flow rate. (a) ψ 1 ; (b) ψ 2 ; (c) ψ 5 ; and (d) ψ 6 .
Energies 10 01155 g002
Figure 3. DNI pattern in (a) and linear (solid) vs. nonlinear (dashed) controller operation with different adaptation speeds in (bf). Time is shown in abscissa. (a) DNI pattern; (b) γ = 0.7 ; (c) γ = 0.1 ; (d) γ = 0.01 ; (e) γ = 10 3 ; and (f) γ = 10 4 .
Figure 3. DNI pattern in (a) and linear (solid) vs. nonlinear (dashed) controller operation with different adaptation speeds in (bf). Time is shown in abscissa. (a) DNI pattern; (b) γ = 0.7 ; (c) γ = 0.1 ; (d) γ = 0.01 ; (e) γ = 10 3 ; and (f) γ = 10 4 .
Energies 10 01155 g003
Figure 4. Controller robustness comparison. Linear cases (ac) against nonlinear case (d). Time is shown in abscissa. (a) linear γ = 0.7 ; (b) linear γ = 0.1 ; (c) linear γ = 0.01 ; and (d) nonlinear γ = 10 4 .
Figure 4. Controller robustness comparison. Linear cases (ac) against nonlinear case (d). Time is shown in abscissa. (a) linear γ = 0.7 ; (b) linear γ = 0.1 ; (c) linear γ = 0.01 ; and (d) nonlinear γ = 10 4 .
Energies 10 01155 g004
Table 1. Final HTF temperature variance comparison.
Table 1. Final HTF temperature variance comparison.
Variance γ = 0.7 γ = 0.1 γ = 0.01 γ = 10 3 γ = 10 4
Linear model2.9113.5062.7484.94440.751
Nonlinear model2.4072.3612.3552.3382.336

Share and Cite

MDPI and ACS Style

Nevado Reviriego, A.; Hernández-del-Olmo, F.; Álvarez-Barcia, L. Nonlinear Adaptive Control of Heat Transfer Fluid Temperature in a Parabolic Trough Solar Power Plant. Energies 2017, 10, 1155. https://doi.org/10.3390/en10081155

AMA Style

Nevado Reviriego A, Hernández-del-Olmo F, Álvarez-Barcia L. Nonlinear Adaptive Control of Heat Transfer Fluid Temperature in a Parabolic Trough Solar Power Plant. Energies. 2017; 10(8):1155. https://doi.org/10.3390/en10081155

Chicago/Turabian Style

Nevado Reviriego, Antonio, Félix Hernández-del-Olmo, and Lourdes Álvarez-Barcia. 2017. "Nonlinear Adaptive Control of Heat Transfer Fluid Temperature in a Parabolic Trough Solar Power Plant" Energies 10, no. 8: 1155. https://doi.org/10.3390/en10081155

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop