Open access peer-reviewed chapter

A Proposed Energy Management System to Overcome Intermittence of Hybrid Systems Based on Wind, Solar, and Fuel Cells

Written By

Maria Fernanda Alvarez Mendoza, César Angeles-Camacho, Peder Bacher and Henrik Madsen

Submitted: 20 February 2018 Reviewed: 24 March 2018 Published: 11 July 2018

DOI: 10.5772/intechopen.76760

From the Edited Volume

Smart Microgrids

Edited by Majid Nayeripour, Eberhard Waffenschmidt and Mostafa Kheshti

Chapter metrics overview

1,271 Chapter Downloads

View Full Metrics

Abstract

Distributed resource (DR) impacts voltage and frequency, and deviations out of tolerance limits are financial damage to the customers. This chapter presents an energy management system (EMS) with several approaches to overcome intermittency and create a semi-dispatchable generation supply. The EMS will work as a prosumer considering its level of dispatchability, without disturbing the frequency of the network. The power generation model is based on a small wind turbine, solar panels, PEMFC, and a hydrogen storage system. Probabilistic information concerning short-term forecast applied to wind speed and radiation is provided by individual stochastic models. The prosumer is modeled by applying time series analysis through the root mean square algorithm with forgetting factor and by using model predictive control to integrate the system. A case is presented using historic wind speed and radiation data from Mexico City and loads curves based on average households and mini-store on a daily basis.

Keywords

  • distributed generation
  • forecast
  • energy intermittence
  • model predictive control
  • energy storage

1. Introduction

Renewable energies are increasingly being used to generate electricity. Integration to the network, however, requires adjusting the new technologies in order to meet the established norms. Wind and photovoltaic renewable energy generation technologies are up to now the most developed technologies, and, in both, intermittence is the major issue to attend for connection to the grid.

Studies concerning non-dispatchable generation combined with storage which focus on isolated networks are [1, 2, 3] where a DC configuration is proposed for the renewable energy integration and storage is implemented to increase the use of wind power and reduce the operation of backup systems. For stand-alone systems employing two or more technologies to generate electricity is common. Another way to deal with intermittence is by combining the wind power with forecast, which leads to focusing on ways to accurately plan how to use the generated power and how to participate in market regulation [4, 5]. The wind power uncertainty has been another research topic as in [6] where wind power forecasting uncertainty is investigated in the unit commitment. The study of levelized costs of grid-connected wind turbines with ESD [7, 8] or renewable sources implemented as DG [9], as well as the analysis of the wind energy in Germany [10], is an example of the many studies in the implementation of renewable energies.

The issue with intermittence in wind power can be decreased when a forecast model is implemented. The approach suggested in this study used an energy storage device (ESD) to stabilize the inherent variations and to balance the deviations of the actual wind power to better meet the planned network infeed. The purpose of the ESD is to reduce the intermittence with the implementation of a filter and to be able to meet the short-term planned production of the hybrid system (HS) at the distribution level. To keep a stable frequency in the network, what matters for the operation of the transmission system is not so much the variation in production but the unpredictability of the production which is the study in this work.

The major contribution, as shown in the following sections, is the ability to change the output power of the HS from a non-dispatchable to a semi-dispatchable generation giving the capability to inform the system operator to program the network dispatch. The flexibility of power dispatch depends greatly on the short-term prediction and the storage characteristics to reduce the variations of the power generated by the wind turbine.

Unlike other studies, we propose an energy management system (EMS) to overcome the frequency affectation when the hybrid system is connected as DG, by means of solely clean energies without depending in fossil power plants.

Advertisement

2. Implemented model philosophy

The interaction between the HS elements described in Section 4 is done through a developed model predictive control (MPC) algorithm. In consequence, the development of a wind and solar radiation forecast algorithm, alongside the modeling of the different implemented generation devices, is presented.

2.1. Forecast model

Energy forecasting is particularly meaningful when considering wind power because of dispatch planning and market operations [11]; the focus in this chapter is dispatch planning.

There are two approaches for wind speed forecasting, namely, weather-based and time series-based approaches. While the former uses hydrodynamic atmospheric models which incorporate physical phenomena such as frictional, thermal, and convective effects, the latter uses only historical wind speed data recorded at the site to build statistical models from which forecasts are derived [12].

The sample data used for the forecast was a 3-month data with a 10-min resolution (12,960 measurements) from a 1-year data recollected from Mexico City; the complete study was made for a whole year. Even though the collected measurement data covers a year, in this study only the first week of results was shown so the reader can truthfully see the behavior of the hybrid system and the output power in a clear way.

2.1.1. Autoregressive (AR) model

A stochastic model that can be extremely useful in the representation of certain practically occurring series is the autoregressive model. In this model, the current value of the process is expressed as a finite, linear aggregate of previous values of the process and a random shock at [13].

In this model, the current value of the process was expressed as a finite, linear aggregate of previous values of the process. The AR model is a classic forecast model implemented in time series analysis. An AR(ρ) model relates ρ historic observations to the value Yt+1:

Yt+1=μ+i=0ρ1ΘiYti+εt+1E1
Yt+1=Ŷt+1t+εt+1E2

From Eq. (1), μ is a term correcting the mean value, Θi is the coefficient of each past observation Yti is describing its influence on the next value Yt+1, and finally εt is assumed to be white noise [13, 14]. This is an iterative process, meaning that a six-steps-ahead forecast is required to calculate Eq. (2), to upgrade Yt plugging in the last forecast value generated, and to repeat the process:

Ŷt+kt=μ+i=0ρ1θ̂iŶt+ki+1tE3

Ŷt+ki+1t is equal to the observation if the observation exists; otherwise, it is equal to the prediction. An AR process is a linear process characterized by a finite number of terms.

2.1.2. Recursive least square with forgetting factor

Notice that the k-step AR(ρ) model can be written as [15]

Yt+k=YtYt1Ytρ+1Θ0Θρ1+εt+kE4

which, by introducing the standard notation using X as the regressor vector, becomes

Yt+k=XtTθ̂t+εt+kE5

Recursive least square (RLS) with forgetting factor is based on the AR process and allows the parameter vector θ to change over time. For the weighted least squares estimator, the weighted estimation is calculated as

θ̂t=θ̂t1+Rt1XtkYtXtkTθ̂t1E6

where

Rt=λRt1+XtkXtkTE7

This is a recursive implementation of a weighted least squares estimation, where the weights are exponentially decaying over time. With Xt as the regressor vector, θt as the coefficient vector and Yt as the dependent variable (observation at time t), the k-step prediction at t is

Ŷt+kt=XtTθ̂tE8

The parameter λ is the forgetting factor, describing how fast historical data are down-weighted. The weights are equal to

ωΔt=λΔtE9

Δt is the age of the data [16]. If λt is constant λt=λ, then the memory is of the form

T0=11λ.E10

Typical values for λ are in the range from 0.90 to 0.995. The forgetting factor can be chosen based on assumptions of the dynamics, or it can be a part of the global optimization [15].

2.1.3. Electrolyzer model

Hydrogen production through water electrolysis is a method of storing wind energy, and it is of great importance to understand that the hydrogen is fundamental to the implementation of this hybrid system, since it is the energy carrier that allows the hybrid system to work autonomously for long periods of time. The hydrogen can be stored and distributed to be used a posteriori to generate electricity via the fuel cell (FC); the only by-product of this combustion is water, so no additional pollution is generated [17].

The hydrogen production by electrolysis of water is reached by the decomposition of water into oxygen and hydrogen gas, thanks to an electric current passed through the water. The reaction has a standard potential of 1.23 V, meaning it ideally requires a potential difference of 1.23 V to split water. The chemical representation is given by

2H2O2H2+O2.E11

The basic operation of the electrolyzer can be demonstrated by a small experiment, which is shown in Figure 1 [18]. The water is electrolyzed into hydrogen and oxygen by passing an electric current through it.

Figure 1.

Water electrolysis experiment.

The electrolysis is fundamental for the production of pure hydrogen, and this must be taken into account in the hybrid system model, by implementing the laws of Faraday electrolysis.

Faraday’s first law of electrolysis. The mass of the substance altered at the electrode during the electrolysis is directly proportional to the amount of electricity transferred to that electrode. The quantity of electricity indicates the amount of electrical charge, typically measured in coulombs [19].

Faraday’s second law of electrolysis. When the same quantity of electricity is passed through several electrolytes, the mass of the substances deposited is proportional to their respective chemical equivalent or equivalent weight [19].

The first law can be used to obtain the amount of hydrogen generated according to a DC current in a certain amount of time, being relevant to the operation of the fuel cell. It can be expressed in mathematical form as follows

Vg=RgITtFpzE12

The gas volume in liters is represented by Vg, Rg is the ideal gas constant equal to 0.0820577 (L·atm/mol·K), I means the current in amperes, T is the temperature in °K, t is the time in seconds, z is the number of excess electrons and takes the value of 2 for H2 and 4 for O2, p represents the ambient pressure in atmospheres, and F represents the Faraday constant equal to 96485.33 in C/mol.

Electrolysis has the advantages of being static, simple, and able to operate for long periods without attention while generating hydrogen to be used in a fuel cell.

Considering Faraday’s law of electrolysis (Eq. (12)) and the fact that the power required by the electrolyzer can be computed by means of the power equation Pel=Vc·I, where I is the current, Vc represents the cell voltage, and Pel is the power required for the electrolyzer, the volume of hydrogen generated from a certain amount of power can be expressed as

VH2=PelRTt2FpVcE13

VH2 is the volume of hydrogen produced by the cell. Implementing Eq. (13) the volume of hydrogen produced by the electrolyzer with Pel input power is deduced. Considering that the model applied to the HS will calculate the power required for the electrolyzer in the function of the wind power forecast, Eq. (13) is reorganized as

VH2=PellelE14

where lel=RTt2FpVc.

2.1.4. Fuel cell model

The PEMFC is the type of cell that was used to develop the model and is characterized by an efficient production of energy with high power density represented in Figure 2. Since the cell separator is a polymer tape, the cell operates at a relatively low temperature, which potentially allows quick start-up, and issues such as sealing, assembly, and operation are less complex than in other cell types. The need for handling corrosive acids or bases in this system is removed [20].

Figure 2.

Schematic of representative PEMFC.

The cell has internal electrical losses such as ohmic, activation, and mass transport [20, 21]. The ohmic losses are caused by ionic resistance in the electrolyte and electrodes; electronic resistance in the electrodes, current collectors, and interconnects; and contact resistances. Ohmic losses are proportional to the current density, depending on materials selection and stack geometry and on temperature.

The activation-related losses stems from the activation energy of the electrochemical reactions at the electrodes. These losses depend on the reactions at hand, the electro-catalyst material and microstructure, reactant activities (and hence utilization), and weakly current density.

Mass transport-related losses are a result of finite mass transport limitation rates of the reactants and depend strongly on the current density, reactant activity, and electrode structure.

The cell voltage is calculated based on the reversible open-circuit voltage E and the voltage losses, as follows

Vc=EΔVohmΔVactΔVtransE15

The internal losses in the fuel cell are neglected in this model, because their values tend to be very small and therefore do not significantly alter the result, as demonstrated in [22]. For the cell voltage, a value between 0.6 and 0.7 V can be assumed [23]. A value of 0.68 is assumed in accordance with the efficiency of the FC.

The operation of the fuel cell can be understood to be essentially the reverse process of electrolysis of water, as this technology recombines the hydrogen with oxygen to generate electrical power and water.

Individual fuel cell units are combined as modules in series or parallel configurations to provide desired voltage and output power. The mechanical arrangement must ensure not only electrical contact among units but also adequate circulation of gases, allowing catalyst reactions to take place at the correct temperatures and humidity levels [21]. The electric power generated by a FC is defined as

Pe=Vc·I·nE16

in which Vc is the voltage cell, I represents the current cell, and n is the number of fuel cells integrating the stack.

To know the amount of hydrogen needed by the fuel cell, one must know the number of fuel cells that make up the stack of the final FC array. By means of Eq. (12) and Eq. (16), the hydrogen used by the stack, in mol/s [21, 24], is deduced as

H2used=Pfcn2VcFE17

Another way to calculate the hydrogen used is in kg/s, while considering the molar mass of the hydrogen and the Faraday constant (F), deduced as

H2used=lfcPfcE18

lfc is determined by 1.05×108nVc.

In order to design the MPC, the impulse response function for the fuel cell is needed. Taking into account that the FC is an electrochemistry element, its dynamic is very fast as demonstrated in [25, 26]. To compute the impulse response of the FC, the function in Figure 3 is implemented to obtain lfc,k for future use in the MPC. The same function is required to obtain the impulse response for the electrolyzer and storage, lel,k, and lst,k, respectively.

Figure 3.

Step response function.

Advertisement

3. Hybrid system setup and EMS strategy

The proposed HS, according to the historic wind measurements from meteorological stations in Mexico City, is composed by a 5 kW Iskra small wind turbine [27], a 2 kW KC200GT photovoltaic (PV) array [28], a 2.4 kW PEMFC [29], an electrolyzer from the brand Proton OnSite with a net production rate of 18.8 standard liter per minute [30], and a 16,500 l hydrogen storage [31]; the device modeling is subsequently illustrated. In order to achieve the desired output power from the HS, the use of a forecasting method as explained in this section is proposed.

The control is recreated in a computational form, in which the HS output is reflected in the activation, the power regulation, and the interaction between the HS elements as seen in Figure 4, where the continuous, dashed, and pointed arrows represent the electric, control data, and hydrogen flow, respectively. The HS is supposed to connect to the distribution network, taking into account the power level used by normal households in Mexico City at different times of the year [32]. The HS can be adjusted to work as a constant power generator or to meet a signal reference output power, based on the daily historic load of the household(s). This can make the user change the consumption habits in order to have a better response to the system and to decrease the total cost of their electric consumption [33, 34].

Figure 4.

Wind-solar-FC hybrid system.

Figure 4 shows the flow of the main energies that sustain the HS where the left side is the hydrogen flow and the right side is the electric power flow with the inputs and outputs of the systems. This figure also shows the electric conversion AC/DC and DC/AC taking into account that the FC has a DC output. The power will be controlled, regulated, and distributed to the network and electrolyzer with the purpose of storing energy in the form of hydrogen.

In order to implement a controller, one must understand and describe the models used in the system. Therefore, in the following section, the basic operation of the HS components will be introduced.

Depending on the objective function, various MPC strategies can be implemented. Model predictive control has the inherent advantages like the use for controlling a great variety of processes, including systems with long delay times or of non-minimum phases or unstable ones [35, 36]. In addition, the MPC introduces feedforward control to compensate measurable disturbances, allowing its application to this work to be more satisfactory [37].

Figure 5 shows the basic MPC structure; the future outputs for a horizon N are predicted at each instant t. The predicted outputs for k=1,,N depend on the known values up to instant t and on the future control signals, k=0,,N1, which are to be sent to the system. The future control signals are calculated by optimizing a criterion in order to keep the process close to the reference trajectory Pt+ktref, which is computed as the result of

Pt+kt=P̂t+ktw+P̂t+ktpv+Pfcmax,kPelmax,kE19

Figure 5.

MPC structure.

P̂t+ktw represents the forecasted wind power, P̂t+ktpv is the forecasted PV power, Pfcmax is the activation vector of the FC, and Pelmax is the activation vector of the electrolyzer, where the last two are computed according to the priority given in the different scenarios. Eq. (19) is then filtered through a moving average filter, which operates by averaging a number of points from the input signal to produce each point in the output signal [38]. In equation form it is written as

Pt+ktrefk=1Mj=0M1Pt+ktk+jE20

where M is the number of points in the average. Afterward, Pt+6tref is reported, and Pt+ktref for k=1,,N is used in the MPC.

Pt+kt is computed considering that the activation vector of the FC and electrolyzer depend on the priority given by the behavior of the HS. Afterward, the forecast signal is filtered as to remove the high-frequency changes and leave a smooth signal to be used as the reference trajectory.

The MPC manages the electric power of the HS and takes into account the output power, the filtered forecast, and the actual wind power, so that the control decides how much power the FC is going to produce and how much power will be directed to the electrolyzer for saving energy for future fluctuations; thus, the output power will be almost without frequency changes and minimizing in a great extent the intermittence and variability of the wind power.

Advertisement

4. Forecast and MPC implementation in the hybrid system management

The purpose is to report to the system operator how much power will be delivered to the grid in the next hour. Along the scenarios a priority is given, and a constraint or condition will be added to compute Pt+kt, changing the characteristics from Eq. (19) and recreating Pt+ktref.

The reported data will be the trajectory followed by the HS by means of the MPC and will have the principal characteristic of being smooth in time as to avoid any operational instability like voltage or frequency in the grid because of the influence of the wind power. Furthermore, when a trajectory is applied to the control of the HS and successfully reached, it can be demonstrated that wind power as non-dispatchable energy, when implemented in a HS, can be converted to a semi-dispatchable electric source, making the management and distribution of energy more flexible.

Initially, an algorithm to find the optimal forgetting factor (λ), by simply fitting a sequence of λ values from 0.96 to 1 was implemented, and the λ value which minimized the root mean square error (RMSE) was found for each horizon and forecast, as seen in Figure 6.

Figure 6.

Optimal forgetting factor.

The aforementioned optimal λ is implemented to compute the forecast for the different horizons applying RLS with the forgetting factor, which results in the forecast for the different horizons k as shown in Figure 7. The algorithm implemented to forecast 1 h ahead, with a resolution of 10 min, is called a six-steps-ahead forecast.

Figure 7.

Actual and k-step ahead forecast.

The time series models are updated in each iteration of the process as described later in this section, taking into account the new data measured every 10 min. The expressions obtained for each horizon of wind forecast (k=1,,6) are

Yt=161.2+0.8324Yt1+0.0461Yt2E21
Yt+1=248.3+0.8275Yt0.00922Yt1E22
Yt+2=342.65+0.8228Yt+10.0698YtE23
Yt+3=439.93+0.7703Yt+20.0835Yt+1E24
Yt+4=525.09+0.6905Yt+30.0641Yt+2E25
Yt+5=634.7+0.7555Yt+40.1978Yt+3.E26

The autocorrelation function (ACF) analysis result of the short-term forecast is shown in Figure 8, indicating that the used model is suitable for this study purpose.

Figure 8.

ACF of the residuals.

Figure 9 shows the RMSE as a function of the horizon k (10-min steps). The black curve is the RMSE for persistence, and the red curve is for RLS. Some improvement of the RLS over the persistence is observed, but it is beyond the scope of the study to investigate the impact of using the forecasts compared to persistence.

Figure 9.

RMSE as function of the horizon.

The forecast is done using the following steps which are repeated every 10 min:

  • Update historic data.

  • Run 1-h-ahead forecast.

  • Compute the “new trajectory.”

  • Update the “last trajectory,” adding the last 10 min of the “new trajectory” at the end of the last one, as to always have a 1-h-ahead forecast generation.

  • Report the new 1-h-ahead updated trajectory to the system operator.

Different EMS scenarios were tested to be applied in the interaction of the inner elements of the hybrid system, with a variety of priorities for the output power, using the proposed developed MPC method.

This section presents and explains the different scenarios of control with the more significant outputs within the ones implemented, and based on these scenarios, a decision about which one is more convenient to implement can be taken, depending on the purpose of the HS, the priorities, and output power needed.

The computational process for all scenarios is shown in Figure 10 in a generalized way, in which constraints change in their decision-making depending on the priority for the HS of the case. The flowchart presents a never-ending iterative process, updating the historical wind measurements and managing the round-the-clock HS energy.

Figure 10.

HS operation flowchart.

With the computed forecast and the application of the models for the different elements that integrate the HS, the objective function can be deduced and implemented to be minimized in the MPC:

minPθ,kPw,k+Ppv,kPt+kt,kref+Pϕ,ksubject toϕ=k=0NlfcPfc,k+lelPel,k+lst,kϕ0ϕminϕϕmaxPelenomPϕ,kPfcnomPϕ,k=Pfc,kPel,k0Pel,k0Pfc,kE27

The MPC minimizes an objective function subjected to constraints and manages the power flow of the HS, where is the vector norm or 2-norm; Pϕ is the power flow from/to the elements connected to the storage calculated by the MPC; Pt+ktref is the reference trajectory based on the forecasted wind power computed with Eq. (20); Pfc is the power to be generated by the FC; Pel is the power destined to the electrolyzer; ϕ represents the level of storage; ϕ0 represents the last measure of H2 stored; ϕmax and ϕmin are the physical limits of the storage; lel, lfc, and lst represent the impulse response of the electrolyzer; and FC and storage, respectively, based on the aforementioned models.

The constraints for the FC and electrolyzer are vectors with the physical nominal values of the elements represented by Pfcnom and Pelenom, respectively, and implemented in the MPC. Pw,k represents the vector with the actual power (k=0) and forecasted wind power (k=1,,N) meaning Pw=Pk=0wP̂t+ktw. Ppv,k is the vector of actual and forecasted solar radiation, being a vector of the same form as Pw. Figure 11 is explained for a better understanding of Pw, where t=27h30min represents the actual instant, being the k=0 point. The continuous line before the actual point is the historic data incorporated in the time series analysis, and the dashed line after it is the 1-h-ahead forecast representing the six-steps-ahead, mentioned in Sections 2 and 3.

Figure 11.

Pw forecast at t = 27h30min.

Advertisement

5. Energy management system scenarios

Two scenarios are implemented to validate the algorithm proposed in this work. The scenarios establish priorities and have the main purpose of zero network frequency disturbance and as a second purpose possession of a more stable and semi-dispatchable power generation.

The purpose of the first scenario MPC as an EMS is smoothing the wind power, employing the power generated by the FC in a prioritized way as an electric generation source. The second scenario focuses on having an as much as possible constant output power, from the HS and the probable “sacrifices” to accomplish it, regarding the wind power surplus.

Figure 12 displays the actual active wind and PV power available, in which the intermittence with abrupt ramps is noticeable, i.e., sudden changes from 20 to 3200 W in the wind power.

Figure 12.

Actual wind and PV power.

5.1. Smoothing the wind power

In this scenario, the priority is to smooth the wind power generated by the turbine, managing the output power of the whole HS at every moment. To compute Pt+ktref from Eq. (19), first one must calculate Pelmax and Pfcmax considering the restrictions of the electrolyzer and the FC.

To calculate the vector Pelmax, both physical and characteristic constraints for the scenario are considered. In this scenario, the hydrogen level in the tank will be at least lower than an upper threshold level (Γelup) when charging or until the maximum of the tank is reached because of surplus of wind power, and above a lower threshold (Γeldown) of the tank, described mathematically as

Pelmax=P̂t+ktw+P̂t+ktpvϕϕmaxΓelup0ϕ>ϕmaxΓelupϕϕmaxΓeldown.E28

The hydrogen storage will be charged when the tank presents a specified level of hydrogen, represented by the lower threshold (Γeldown), bearing in mind a base amount of hydrogen in case of contingency because of the uncertainty of the wind speed. The base amount will be assumed as the hydrogen required to generate maximum power from the FC in the next 2 h, ensuring a smooth change in the output power without affecting the frequency of the network. In the charging period, the electrolyzer will use the wind power to produce hydrogen until the storage level reaches a specified upper threshold (Γelup) in which it stops charging. In this work, Γelup represents the hydrogen required for the FC to work 8 h ahead at maximum power.

Storage plays a great role when it comes to maintaining a stable output power of the HS for long periods of time. The activation and deactivation of the electrolyzer are the principal factors for maintaining a desired storage level. As seen in Figure 13, a global flowchart explains how it was applied in the model, giving an idea of how it can be modified depending on the priority of the storage required from the HS.

Figure 13.

Activation of electrolyzer.

To ensure constant smooth output power from the HS, constraints were applied on the activation of the FC. As a result the FC generates more frequently and compensates the variability in the wind power, according to the amount of hydrogen stored. When there is no wind, the output power is determined by the nominal FC value. Given the uncertainty in the wind speed, this constraint was necessary to attain the designated power value without having to ask for backup from the grid. Therefore, the nominal value of the FC must be implemented in the MPC and in the activation of the FC. To compute Pt+ktref from Eq. (20), the activation vector of the FC is then calculated by

Pfcmax=PfcnomP̂t+ktw+P̂t+ktpvPfcmax,k>00Pfcmax,k0ϕmaxΓfcϕE29

where the nominal power of the FC is represented by Pfcnom and Γfc is the threshold of minimum percent of hydrogen stored for the FC to generate power; in case that the threshold cannot be met, the value of Pfcmax will be zero. Furthermore, Pfcmax is computed taking into account Pfcnom to ensure that the max value asked from the FC will not be greater than the nominal power of the FC and to help linearize the output power of the HS.

The maximum power of the HS in this scenario will be determined as the sum of the wind power and the power from the FC given by Pfc,k=PfcnomP̂t+ktw.

The sum of the power generated by the FC and forecast for the wind turbine will be filtered using Eq. (20) which will smooth the flickers, resulting in the reference for the MPC (Eq. (27)); simultaneously, this reference will be the output power of the HS.

5.2. Prioritizing the constant output power level of the hybrid system

When the priority is to have an as much as possible constant output power from the HS, the resulting analysis of the previous scenario is of great importance. Because of the intermittence of wind speed, the appearance of many sags in the power forecast and actual power is common. To maintain a linear output power means the need to “sacrifice” other characteristics as, in this case, the magnitude of power supplied from the HS to the distribution network given by

Pt+ktrefk=aMj=0M1Pt+ktk+jE30

where a will take values between 0 and 1.

In this scenario, the filter at the control part of the model was modified from Eq. (20) as to have more energy stored and to decrease the output magnitude to 60% (a=0.6) of the original power value. Thus, the residual 40% will be supplied to the electrolyzer and consequently will generate hydrogen to store. The updated filtered signal will be the output power of the HS for the next hour.

Advertisement

6. Results and discussions

Each subsection from Section 5 focuses on the required characteristics needed to smooth and flatten the output power of the HS in order to overcome the intermittence of wind power.

When the HS is connected to the network, it will not destabilize the frequency as demonstrated in this section. The obtained results show the first week behavior of the HS, for the reader to notice in a clear way the dispatchability and reduction of intermittence in comparison to a system without the application of the proposed model as the actual wind power.

6.1. Active power delivered from the HS

The designed HS system is to be connected to the distribution network as mentioned before. From results, it can be seen how the unpredictability from the wind power (Figure 12) is solved as shown in the HS active output power obtained with the proposed AEMS model (Figure 14). The network frequency will not be affected considering that the HS output power can be dispatched according to the final user needs and the information can be sent to the system operator with 1 hour prior.

Figure 14.

Total power generated by the HS in both scenarios.

Figure 14 presents the HS output power for both scenarios. Results from the first scenario show that because of the periods of charge, the HS output power has periods of no power delivered to the network and the implementation of the constraints required to activate the electrolyzer is also the moment of no power generated by the HS resulting from the electrolyzer consuming all the power generated by the wind turbine with the purpose of storing energy as hydrogen. Note in Figure 14 that the response obtained from the second scenario, when compared to the first scenario, is flatter, more stable, and more constant as it was expected.

Observing the results of the different scenarios, the HS output power can be adjusted to meet a specific load which modifies the trajectory followed by the MPC and the constraints applied. In addition, because of the flexibility of the MPC, the constraints that rule the charge and discharge of the hydrogen storage can be modified considering the purpose of the HS.

The reduction of volatility of the power delivered to the distribution network is noticeable, comparing the wind power from Figure 12 and the output power of the HS from Figure 14.

6.2. Hydrogen storage behavior

The behavior of the hydrogen generated by the electrolyzer and consumed by the FC in the different scenarios can be seen in Figure 15, where it can be noticed that when the electrolyzer works the hydrogen tank is charged and when the FC works the storage level of hydrogen will decrease.

Figure 15.

Behavior of hydrogen storage in the different scenarios.

The storage constantly maintains a minimum level of hydrogen as shown in Figure 15; thanks to this, the FC can work longer permitting a smooth or flat output from the HS.

Comparing the production and consumption of hydrogen from both scenarios, results show that there is 16% less production of H2 and 5.6% less consumption of it in the second scenario at the end of the week. However, the storage of the second scenario presents 45% more hydrogen in comparison with the first scenario where it is almost empty as seen in Figure 15. These results are a consequence of the level of power required in each scenario. The second delivers a lower level of active power to possess a more constant output at all time, in contrast to the first scenario, which due to the level of power delivered needs periods of zero output power as to generate H2 to storage.

The storage from the first scenario always has a good level of hydrogen ready to be used by the FC in a more efficient way as in Figure 15, but clearly because of the charging periods of hydrogen, the output power drops to zero at the output of the HS.

The hydrogen consumption is constant, and, therefore, the tank will not reach a high level of storage, tending instead to maintain a lower mean of hydrogen, as shown in Figure 15.

6.3. Findings of the method

Taking into account the importance of charging periods for the storage of hydrogen and of keeping an output power level as linear as possible, decreasing the output power level to generate hydrogen was required for longer periods of time and for the FC to work as backup power to have an almost linearized power level at the output of the HS.

The FC can act as a means of contingency to smooth the output power thanks to the hydrogen stored in the tank, and because of the decision-making based on the forecast that gives information about future possible fast changes in wind power, it is possible the use the FC as a measure for preventing disturbance of the frequency of the network.

The surplus of energy from the high peaks of wind power is saved as hydrogen for future implementation, making smooth wind power and semi-dispatchable HS-generated power possible.

Advertisement

7. Conclusions

One of the most important conclusions is the fact that wind power as a non-dispatchable kind of energy, when employed in a hybrid system with implementation of forecast, can be managed as a semi-dispatchable energy. The generation can be modeled based on the needs of the end user or as a base energy for long periods of time, depending on the capacity of the storage and output power required for the system. Consequently, the frequency of the system will not be compromised because of sudden changes in wind power. The proposed HS is meant to work in the distribution level for housing sectors and small stores.

In real life application, this HS model will help to keep the net frequency in the tolerance rate, given the fact that it will not be disturbed by the HS when connected as DG into the network, thanks to the no uncertainty and no intermittence in the HS output power.

When the priority is completely given to the FC generation, there is a high risk of running out of hydrogen and not meeting the full capacity of the HS.

Another finding is the fact that to generate a completely linear power output, there is a need to “sacrifice” other features such as magnitude power, storage limits, and even the times to recharge the hydrogen tank according to the needs of the end user; hence, it is recommended to compromise the involved parties regarding the HS.

The implementation of forecast is demonstrated to be of great importance in planning the dispatch of power, improving and taking contingency measurements as to avoid disturbing the network or even improving the network in the connection point if necessary.

Forecast applied to wind power and used for the MPC allows the manipulation of the elements that make the HS obtain the desired output power while avoiding penalties.

Advertisement

Acknowledgments

M.F.A.M gratefully acknowledges the support of DTU Compute and appreciates the financial support of the Cities project, supplementary to energy sustainability fund SENER-CONACYT through the CEMIE-OCÉANO project.

References

  1. 1. Zhang H, Xing F, Cui H-Z, Chen D-Z, Ouyang X, Xu S-Z, et al. A novel phase-change cement composite for thermal energy storage: Fabrication, thermal and mechanical properties. Applied Energy. 2016;170:130-139. DOI: 10.1016/j.apenergy.2016.02.091
  2. 2. Bagen BR. Evaluation of different operating strategies in small stand-alone power systems. IEEE Transactions on Energy Conversion. 2005;20:654-660. DOI: 10.1109/TEC.2005.847996
  3. 3. Ma T, Yang H, Lu L. Performance evaluation of a stand-alone photovoltaic system on an isolated island in Hong Kong. Applied Energy. 2013;112:663-672. DOI: 10.1016/j.apenergy.2012.12.004
  4. 4. Bouffard F, Galiana FD. Stochastic security for operations planning with significant wind power generation. 2008. pp. 1‐11. doi:10.1109/PES.2008.4596307
  5. 5. Zhao Y, Ye L, Li Z, Song X, Lang Y, Su J. A novel bidirectional mechanism based on time series model for wind power forecasting. Applied Energy. 2016;177:793-803. DOI: 10.1016/j.apenergy.2016.03.096
  6. 6. Wang J, Botterud A, Bessa R, Keko H, Carvalho L, Issicaba D, et al. Wind power forecasting uncertainty and unit commitment. Applied Energy. 2011;88:4014-4023. DOI: 10.1016/j.apenergy.2011.04.011
  7. 7. Bathurst GN, Strbac G. Value of combining energy storage and wind in short-term energy and balancing markets. Electric Power Systems Research. 2003;67:1-8. DOI: 10.1016/S0378-7796(03)00050-6
  8. 8. Exizidis L, Kazempour SJ, Pinson P, de Greve Z, Vallée F. Sharing wind power forecasts in electricity markets: A numerical analysis. Applied Energy 2016;176:65‐73. DOI: 10.1016/j.apenergy.2016.05.052
  9. 9. Fathima AH, Palanisamy K. Optimization in microgrids with hybrid energy systems–A review. Renewable and Sustainable Energy Reviews. 2015;45:431-446. DOI: 10.1016/j.rser.2015.01.059
  10. 10. McKenna R, Hollnaicher S, Fichtner W. Cost-potential curves for onshore wind energy: A high-resolution analysis for Germany. Applied Energy. 2014;115:103-115. DOI: 10.1016/j.apenergy.2013.10.030
  11. 11. Santamaría-Bonfil G, Reyes-Ballesteros A, Gershenson C. Wind speed forecasting for wind farms: A method based on support vector regression. Renewable Energy. 2016;85:790-809. DOI: 10.1016/j.renene.2015.07.004
  12. 12. Kavasseri RG, Seetharaman K. Day-ahead wind speed forecasting using f-ARIMA models. Renewable Energy. 2009;34:1388-1393. DOI: 10.1016/j.renene.2008.09.006
  13. 13. Box GEP, Jenkins GM, Reinsel GC, Ljung GM. Time Series Analysis : Forecasting and Control. 5th ed. New Jersey, USA: John Wiley & Sons, Inc.; 2015
  14. 14. Hastie T, Tibshirani R, Friedman J. The Elements of Statistical Learning. New York, NY: Springer New York; 2009. DOI: 10.1007/978-0-387-84858-7
  15. 15. Madsen H. Time Series Analysis. Technical. Copenhagen: Chapman & Hall/CRC; 2008
  16. 16. Rasmussen LB, Bacher P, Madsen H, Nielsen HA, Heerup C, Green T. Load forecasting of supermarket refrigeration. Applied Energy. 2016;163:32-40. DOI: 10.1016/j.apenergy.2015.10.046
  17. 17. Twidell J, Weir AD. Renewable Energy Resources. 2nd ed. London: Taylor & Francis; 2006
  18. 18. Santos DMF, Sequeira CAC, Figueiredo JL. Hydrogen production by alkaline water electrolysis. Química Nova. 2013;36:1176-1193. DOI: 10.1590/S0100-40422013000800017
  19. 19. Ehl RG, Ihde AJ. Faraday’s electrochemical laws and the determination of equivalent weights. Journal of Chemical Education. 1954;31:226. DOI: 10.1021/ed031p226
  20. 20. EG&G Technical Services Inc. Fuel Cell Handbook. 7th ed. Virginia: U.S. Department of Energy; 2004
  21. 21. Kunusch C, Puleston P, Mayosky M. Sliding-Mode Control of PEM Fuel Cells. London: Springer London; 2012. DOI: 10.1007/978-1-4471-2431-3
  22. 22. Kunusch C, Puleston PF, Mayosky MA, Moré JJ. Characterization and experimental results in PEM fuel cell electrical behaviour. International Journal of Hydrogen Energy. 2010;35:5876-5881. DOI: 10.1016/j.ijhydene.2009.12.123
  23. 23. Larminie J, Dicks A. Fuel cell systems explained. 2nd ed. UK: John Wiley & Sons, Inc.; 2003
  24. 24. Sammes N, editor. Fuel Cell Technology. London: Springer London; 2006. DOI: 10.1007/1-84628-207-1
  25. 25. Yan Q, Toghiani H, Causey H. Steady state and dynamic performance of proton exchange membrane fuel cells (PEMFCs) under various operating conditions and load changes. Journal of Power Sources. 2006;161:492-502. DOI: 10.1016/j.jpowsour.2006.03.077
  26. 26. Kannan A, Kabza A, Scholta J. Long term testing of start–stop cycles on high temperature PEM fuel cell stack. Journal of Power Sources. 2015;277:312-316. DOI: 10.1016/j.jpowsour.2014.11.115
  27. 27. Intelligent Energy-Europe. Catalogue of European urban wind turbine manufacturers potx 2011. p. 61. http://123doc.org/document/1227748-catalogue-of-european-urban-wind-turbine-manufacturers-potx.htm [Accessed: September 25, 2017]
  28. 28. Kyocera. Model KC200GT high efficiency multicrystal photovoltaic module n.d.:2. http://www.kyocera.com.sg/products/solar/pdf/kc200gt.pdf [Accessed: September 25, 2017]
  29. 29. Ballard. Datasheet: FCgen-1300 - Ballard - PDF Catalogue | Technical Documentation | Brochure n.d. http://pdf.directindustry.com/pdf/ballard/fcgen-1300/22779-383681.html [Accessed: September 25, 2017]
  30. 30. FuelCellStore. Datasheet: Electrolyzer specifications S20, S40 n.d. http://www.fuelcellstore.com/hydrogen-generator-s40 [Accessed: September 25, 2017]
  31. 31. Technologies Hb. Datasheet: HBank Technologies - Fuel Cell Application n.d. http://www.hbank.com.tw/fc/16500.html [Accessed September 25, 2017]
  32. 32. Ramos Niembro G, Fiscal Escalante R, Maqueda Zamora M, Sada Gámiz J, Buitrón SH. Variables que influyen en el consumo de energía eléctrica. Boletín Iie. 1999;23:11-18
  33. 33. Jiang L, Luo S, Li J. Intelligent electrical event recognition on general household power appliances. 2014 IEEE 15th Workshop on Control and Modeling for Power Electronics (COMPEL) 2014:1‐3. DOI:10.1109/COMPEL.2014.6877183
  34. 34. Mohsenian-Rad AH, Wong VWS, Jatskevich J, Schober R, Leon-Garcia A. Autonomous demand-side management based on game-theoretic energy consumption scheduling for the future smart grid. IEEE Transactions on Smart Grid. 2010;1:320-331. DOI: 10.1109/TSG.2010.2089069
  35. 35. Camacho EF, Bordons C, Grimble MJ, Johnson MA. Model Predictive Control. London: Springer London; 2007
  36. 36. Halvgaard R, Poulsen NK, Madsen H, Jorgensen JB, Marra F, Bondy DEM. Electric vehicle charge planning using economic model predictive control. 2012 IEEE International Electric Vehicle Conference, Greenville, USA: IEEE; 2012. pp. 1-6. DOI: 10.1109/IEVC.2012.6183173
  37. 37. Maciejowski J. Predictive Control with Constraints. Harlow, England, New York: Prentice Hall; 2002
  38. 38. Smith SW. The Scientist and Engineer’s Guide to Digital Signal Processing. 2nd ed. California Technical Pub: San Diego, USA; 1999

Written By

Maria Fernanda Alvarez Mendoza, César Angeles-Camacho, Peder Bacher and Henrik Madsen

Submitted: 20 February 2018 Reviewed: 24 March 2018 Published: 11 July 2018