Skip to main content

BRIEF RESEARCH REPORT article

Front. Energy Res., 23 August 2022
Sec. Process and Energy Systems Engineering
This article is part of the Research Topic Advanced Technologies for Planning and Operation of Prosumer Energy Systems, volume II View all 30 articles

PV array reconfiguration with electrical energy storage system for power system frequency regulation

Jun ZhouJun Zhou1Chong LiuChong Liu2Kun Li
Kun Li3*
  • 1State Grid Corporation of China, Beijing, China
  • 2China Electric Power Research Institute, Beijing, China
  • 3State Key Laboratory of Advanced Electromagnetic Engineering and Technology, School of Electrical and Electronic Engineering, Huazhong University of Science and Technology, Wuhan, China

In this work, a novel PV station participating FR technique based on PV array reconfiguration and battery energy storage system (BESS) is put forward. Through the PV array reconfiguration under Partial shading condition, photovoltaic (PV) system can adjust the output power according to the power dispatch instruction. And with the help of BESS, The PV station can achieve continuous power output. Specifically, a joint PV energy storage system model combining profit maximization and power deviation minimization is established. In order to two conflicting goals simultaneously, multi-objective golden eagle optimizer and improved ideal point decision making method are applied. And Lagrange function is given to determine the weight coefficients of each objective more fairly. Two cases are designed and tested. In the high frequency response simulation test, the profit is increased by 8.4% and the power deviation from FR signal is decreased by 19.98%; meanwhile the profit is increased by 10.07% and power deviation is decreased by 67.69% in the low frequency response test. Therefore, the simulation results verify that the proposed method contributes to the frequency response of PV station.

Introduction

With the increasing severity of environmental problems and the consumption of fossil fuels, solar energy has become one of the most widely used renewable energy sources due to its huge reserves, clean and environmentally friendly (Yang et al., 2021). Driven by the national strategy of “carbon neutral, emission peak”, the proportion of Photovoltaic (PV) power generation in the power system will continue to grow (Yang et al., 2021) (Kaushika and Gautam, 2003). In the context of high proportion of renewable energy in new power system, the traditional frequency regulation (FR) control means are stretched, as a result PV system participating in power grid FR is inevitable (Sai Krishna and Moger, 2019). Therefore, the research on the FR strategy based on PV reconfiguration coordinated with energy storage carried out in this work has important value for the frequency safety of the new power system.

Partial shading condition (PSC) (Laudani et al., 2018), (Ajmal et al., 2020) is one of the most common environmental factors which effecting the PV power generation efficiency and maximum power point tracking (MPPT) efficiency. Changing the connection topology of PV modules can equivalently disperse the originally concentrated shadows to the entire array, so as to reduce the influence of PSC and improve the output power (Rani et al., 2013). In recent years, researchers have developed a variety of PV array reconfiguration methods, mainly divided into two categories: static and dynamic.

The literature (NamaniRakesh and Madhavaram, 2016) studies the performance of three different topologies (parallel, total-cross-tied (TCT) and bridge structure) of PV array in PSC proposes that TCT topology extract the maximum power of the array. Sudoku scheme is used to reconfigures PV modules in literature (Horoufiany and Ghandehari, 2018). Literature (Shams El-Dein et al., 2013) introduces mathematical formulas based on mixed integer quadratic programming to disperse the shadow of TCT-connected PV arrays. In addition, static technique is a one-time reconfiguration method which can hardly settle time-varying shadow.

However, dynamic reconfiguration can adjust the switch matrix in real time according to the shadow change, so as to achieve the purpose of dynamically changing the electrical topological structure of the array (Deshkar et al., 2015), (Balraj and Stonier, 2020). The literature (Sanseverino et al., 2015) proposes a PV array reconfiguration method based on knapsack problem, and uses additional unshaded PV components to compensate for components that are heavily shaded. In recent years, the application of meta-heuristic algorithms to PV array reconfiguration has become a new trend, such as genetic algorithm (Deshkar et al., 2015), particle swarm optimization (Babu et al., 2018), and grasshopper optimization algorithms (Fathy, 2018), butterfly optimization algorithm (Fathy, 2020) and artificial ecological optimization algorithm (Yousri et al., 2020a).

None of the current PV reconfiguration studies have taken the application of PV reconfiguration techniques to grid frequency regulation into account (Zhang et al., 2021), so this work proposes a PV array reconfiguration of grid frequency regulation strategy based on multi-objective golden eagle optimizer (MOGEO) (Mohammadi-Balani et al., 2021) which has strong global exploration ability and optimization stability. At the same time, the battery energy storage system (BESS) is introduced to coordinate the PV system so that the reconfiguration can achieve linear continuity response to FR instructions (Yousri et al., 2020b) (González-Castaño et al., 2021).

From the view of PV power station, the PV system and BESS are considered to participate frequency regulation at the same time, to provide ancillary services (Krishnan et al., 2020), (Bi et al., 2020). According to the electric price, operation cost, the PV array reconfiguration optimization economic model is established to determine the required energy storage power, power generation planning and charging and discharging strategy of PV power plant under different shadows and frequency regulation capacity, so as to maximize the joint PV energy storage system. Leave out the dynamic interaction with the system frequency, the system frequency is regarded as the known input of the model, so the final model can be solved by heuristic algorithm.

Design of multi-objective golden eagle optimizer

Spiral movement and prey selection

Each golden eagle can remember its best prey and cruises around its own prey or others’ preys. Prey selection strategies play an important role in MOGEO. For the sake of enhancing the exploration efficiency of agents, a one-to-one mapping program is proposed in MOGEO so that each prey can be randomly assigned to only one golden eagle. And then every golden eagle cruises and attacks the chosen prey. And the schematic diagram of one-to-one mapping program is shown in Figure 1.

FIGURE 1
www.frontiersin.org

FIGURE 1. One-to-one mapping in MOGEO prey selection.

Exploitation and exploration

The golden eagle’s attack behavior can be viewed as a vector. The starting point of this vector is the current position of the golden eagle and the destination is the prey. So, the attack vector which emphasizes the development stage in MOGEO of agent i can be modeled by Formula (1).

Ai=XfXi(1)

where, Xf denotes the position of prey; and Xi represents the position of the eagle i in current iteration.

The speed direction of cruising vector is perpendicular to the attack vector. The cruising vector can be obtained only when the equation of the tangent hyperplane is calculated. Hence the expression of the n-dimensional hyperplane can be calculated by Eq. 2.

h1x1+h2x2++hnxn=dj=1nhjxj=d(2)

The steps of golden eagle randomly seeking the destination position C located on a n-dimensional cruising hyperplane are as follows:

Step 1 A variable is randomly selected to assigned as the fixed variable from whole variable set other than whose corresponding attack vector is 0.

Step 2 Except for the pth variable whose value is fixed, appoints random figures to all variables.

Step 3 Use Eq. 3 to acquire the value of the fixed parameter.

ck=di,jpajap(3)

where, ck is the pth member of destination position C; aj denotes the jth member in the vector set Ai ; d represents the distance.

Updating of location

The position movement of the golden eagle consists of two parts, attack and cruise, which affect and restrict each other, as shown in the following equation.

{Δxi=r1paAiAi+r2pcCiCix(t+1)=x(t)+Δxi(t)(4)

where, pa and pc are attack and cruise coefficient respectively, whose computing method can refer to original MOGEO research paper; these two coefficients adjust the attack or cruise tendency of golden eagle; r1 and r1 are random vectors, respectively; and Ai represents the attack vector; Ci indicates cruising vector; x(t+1) denotes the position of agent in the (t+1) iteration.

When the new position of the golden eagle is better than the original position, the original position is replaced by the new coordinates; Instead, keep the original position. In the next iteration, compute the new attack vector and cruise vector, and move to the new position. Iteration is not stopped until the loop termination condition is met.

Mathematical modeling of combined photovoltaic energy storage system revenue

Modeling of total-cross-tied structure photovoltaic arrays

Many individual PV cells form a PV module, and multiple PV modules form a PV array by series and parallel connection, and correspondingly, multiple PV arrays can form a PV system. For ease of study, the PV cell can be seen as a current generator. According to the general model of PV cell, the current of PV cell can be expressed as below:

Icell=ILightIdIsh(5)

where Icell represents the output current of the PV cell, ILight denotes the photo-generated current; Id is the current of diode; Ip represents the current of parallel resistance.

Since the TCT topology is less affected by shadows under PSC, the output power is more stable, which is widely used in the study of PV arrays. A 10×10 scale TCT structured PV array is shown in Figure 2, each of which is connected in parallel by 9 PV modules, and then such 9 lines are connected in series by Kirchhoff’s voltage law (KVL) and KCL provide output voltage and current for the entire PV array:

VD=p=110Vap(6)
ID=q=010(IpqI(p+1)q)=0,  p=0,1,2,,9(7)

where VD is the output voltage of the array, Vap represents the row voltage of pth row, and ID means the total output current, Ipq indicates the output current of the PV module in qth column and pth row.

FIGURE 2
www.frontiersin.org

FIGURE 2. One 10 × 10 TCT connected array in a PV power plant.

Constraints

1) Constraints of battery.

In order to ensure the safe operation and life of the battery, it is necessary to constrain its charge and discharge power and the remaining capacity of the battery, as shown below:

PbessminPbess(t)Pbessmax, tT(8)
SOCbessminEbessEbess(t)SOCbessmaxEbess, tT(9)
SOCbess(t)={SOCbess(t1)+Pbess(t)Δtηch/Ebess,ifPbess(t)0 SOCbess(t1)+Pbess(t)Δt/(ηdisEbess), otherwise  (10)

Where, Pbessmax, Pbessmin are the maximum and minimum charging power of BESS, respectively. SOCbessmax and SOCbessmin severally represent the maximum and minimum state of charge (SOC) of BESS; ηch and ηdis are the charging and discharging efficiency; Δt denotes the control period; and Ebess means the rated capacity of BESS.

2) Balance constraint of frequency regulation power.

The power responded to high frequency and low frequency from joint PV energy storage system is provided by PV array and energy storage systems together, which can be expressed as follows:

Pfr+(t)=PVfr+(t)+Eb,fr+(t)/ηch(11)
Pfr(t)=PVfr(t)+Eb,fr(t)/ηdis(12)

where, PVfr+(t) and PVfr(t) are the decreased power generation for higher system frequency and the increased power generation for lower system frequency; the sum of Pfr+(t) and Pfr(t) is the total frequency regulation power.

3) Full response constraint of frequency regulation power.

As the frequency response is the mandatory auxiliary service of the power system, the frequency regulation power provided by combined PV energy storage system must be satisfied with the frequency regulation capacity calculated according to the grid-connection guidelines requirements.

Pfr(t)=Preq(t)(13)

where, Preq(t) is the required frequency modulation capacity calculated by the grid-connected guidelines in time period t, which is related to the percentage of the current output in the installed PV power station.

4) Constraints of PV power sale.

Pg(t)=Ppv(t)Pfr+(t)+Pfr(t)(14)

where, Pg(t) is power sale quantity in electric quantity market; Ppv(t) denotes the maximum power generation of PV array which id depending on the sunlight conditions. This constraint reflects that in the power market, the electricity sale in the conventional market and the frequency regulation electricity participating in the auxiliary service are calculated separately.

Objective function

In order to increase the power generation income of the PV storage power station and make the power response to the FM signal at the same time, two conflicting goals are considered in this paper, the first goal is to minimize the average power deviation between the power output of the PV array coordinated energy storage battery and the FR signal f1 . The second is to maximize the power generation revenue of the PV storage power station f2 , which is equivalent to the difference between the electricity sales revenue of PV power generation and the operating cost of energy storage batteries. In the electric power market, the electric quantity market and the auxiliary service market are generally separated, so the two parts of electric quantity are charged separately in calculation, and both of them are regarded as the income of the optical storage combined system in the market. In summary, the objective function proposed in this article can be defined as follows:

{minf1=1TtT|PFR(t)[Ppv(t)Pbess(t)]|maxf2=λ1·tT[Ppv(t)Pbess(t)]+Cp+MpCbess(15)

Where, T (ΔT) represents the response to the FM time, Pbess(t) is the charging power of energy storage, λ1 is the conventional electricity price, Cp means the FM capacity compensation income, Mp indicates the FM mileage compensation income, Cbess denotes the cost of energy storage batteries.

Cp=λ2C·A(16)

where, λ2 represents the capacity compensation standard; A is the AGC operation performance index, assigned 1; C means the limited range capacity that the AGC can automatically adjust within 5 min during dispatch period, of which the upper limit is assigned the predicted output of the PV storage power station, and the lower limit is assigned 60% of the installed capacity of PV station.

Mp=λ3tT[P(t+1)P(t)]·A(17)

where, λ3 is the mileage compensation standard; the value of A is 1; P(t) is the predicted output of the optical storage power station.

For the convenience of research, the cost of energy storage here only considers the charge and discharge cost of the battery during operation.

Cbess=tT[ΔEbess(t)·λch](18)

where, ΔEbess(t) is the amount of energy change in the energy storage battery in the tth minute, λch represents the unit cost of charge and discharge.

During the practical operation process of MOGEO, in order to fit the characteristics of the algorithm, it is necessary to appropriately adjust the objective function so that the fitness function of the algorithm program is calculated as follows:

{minf1=f1+ψhminf2=f2+ψh(19)

where, ψ is the penalty factor which usually defined a large positive number; h is the number of violated constraints for Eqs 6–12; Pe(t) reflects the constraints in the Eq. 7. The introduction of penalty function method can help to discard the incomprehension beyond the constraints. Specifically, the solution obtained during algorithm iterations will be retained to the next iteration if it is in the solution space. While he solution that violates the constraint is discarded.

Application design of photovoltaic reconfiguration solution based on pareto

The MOGEO proposed in this work is a multi-objective intelligent optimization algorithm, so the key problems including variable processing, fitness function, solution screening and compromise decision must be mainly solved in the model solution of joint PV energy storage system (Yousri et al., 2020c).

Variable processing and fitness function

PV array reconfiguration optimization and charge-discharge optimization of BESS contain both continuous and discrete variables (Mahmoud et al., 2019). Continuous variables can be processed according to normal optimization; The discrete variables can be rounded by the values of the continuous space, and the upper and lower limits of the continuous optimization space are the upper and lower limits of the corresponding discrete variables (Horoufiany and Ghandehari, 2017).

The fitness function of the algorithm must effectively combine the objective and constraint conditions of the proposed model, which can be performed by Eq. 17.

Storage and screening of pareto solutions

In the iteration process of MOGEO, the number of Pareto solutions will persistently grow. And the solutions will be put into a finite sized storeroom. The new non-dominant solution obtained by the MOGEO is compared with the non-dominant solution set in the storeroom. Based on the comparison result, the new non-dominant solution is determined whether to put in the storeroom or not. Like the general multi-objective optimization algorithm, the judgment process is divided into the following three situations.

1) If the new solution dominates one or more solutions in the storeroom, replace them with the new solution;

2) If the new solution is dominated by at least one solution in the storeroom, the new solution is discarded;

3) If the new solution does not have a dominant relationship with all the solutions in the storeroom, the new solution is added to the storage pool.

To improve the computing efficiency of the algorithm, the storeroom stores only a limited number of dynamic non-dominant solutions. Therefore, when the number of non-dominant solutions in the storeroom exceeds the threshold, redundant non-dominant solutions need to be removed. In order to screen out non-dominant solutions with crowded distribution, the algorithm removes them according to the number of adjacent solutions of each non-dominant solution. On the basis of obtaining the number of adjacent solutions of each non-dominant solution in the storeroom, the method of roulette is adopted to eliminate the non-dominant solutions whose adjacent solutions exceed the limit amount. The more the number of adjacent solutions of non-dominant solutions is, the greater the probability of being eliminated is.

Improved ideal point decision making method

According to the optimal Pareto front obtained by MEGEO, the target ideal point of the current optimization problem to be solved and the square of the Euclidean distance from each non-dominant solution to the ideal point can be computed. First, the objective function value of the non-dominant solution is normalized, as shown in the formula below.

yj(i)=fj(i)fj,min(i)fj,max(i)fj,min(i), i=1, 2(20)

where, yj(i) indicates the normalized value of objective function i of the j th non-dominant solution; fj,min and fj,max are minimum and maximum value of j th non-dominant solution.

Therefore, the ideal point of pareto frontier after normalization is (0, 0). So that the squared Euclidean distance from each nondominant solution to the ideal point is calculated by following formula.

Dj=[yj(i)0]2ρ(i)2i=1,2(21)

where, Dj is squared Euclidean distance from the ideal point to the j th non-dominant solution; ρ(i) denotes the weight coefficient of the i th objective function.

The optimal weight model is constructed to give the weight coefficients of each objective more fairly, as shown in Eq. 20.

{minZ=j=1kDjs.t. ρ(i)=1, ρ(i)>0(22)

where, k is maximum number of non-dominant solution in the storeroom. By constructing the Lagrange function, the aforementioned optimal weight coefficients are obtained as below:

ρ(i)=11[yj(i)0]2[[yj(i)0]2](23)

Hence, the decision compromise solution is determined by the following formula:

xbest=argminj=1,2,,k[yj(i)0]2ρ(i)2(24)

In conclusion, the detailed steps of joint PV energy storage system participating frequency regulation is tabulated in Table 1.

TABLE 1
www.frontiersin.org

TABLE 1. The procedure pseudocode of joint PV energy storage system reconfiguration.

Case studies

In order to verify the contribution of the joint PV energy storage system on improving the frequency condition of the grid based on proposed PV plant reconfiguration model, two simulation tests are designed and executed. In the studied cases, the installed capacity of PV power station is 25 MW, and the capacity of BESS is 15 MW. Moreover, the key parameter settings of the joint PV energy storage system model are shown in Table 2.

TABLE 2
www.frontiersin.org

TABLE 2. Key parameters of the joint PV energy storage system.

The PV system consists of 25 subsystems, each of which is the same 10×10 PV array. In addition, the PV system is equipped with a 15 MW energy storage battery, which is used to cooperate with PV power generation, to alleviate the fluctuation of PV output, reduce the abandonment of sunlight, and realize better response to frequency regulation signal. As mentioned above, the joint PV energy storage system composed of PV system and BESS not only participates in the conventional electricity market, but also provides auxiliary services. Specifically, according to the operation rules of Yunnan Province frequency regulation auxiliary service market, the adopted parameters of auxiliary service compensation and input parameters of algorithm in the case studies are tabulated in Table 3.

TABLE 3
www.frontiersin.org

TABLE 3. Input parameters of MOGEO.

The shading which is varying with time of each subsystem is assumed same, and the shading condition of PV array in 10 minutes is depicted in Figure 3. Besides, all case studies are performed on Matlab R2019b.

FIGURE 3
www.frontiersin.org

FIGURE 3. Shading condition of PV array.

Response to high frequency of grid

When the practical frequency of power grid is higher than power frequency, the joint PV energy storage system will receive a FR command of decreasing power output from dispatch department. Therefore, the FR signal under high grid frequency is designed as below:

PFR(t)={16, 1mint<2min15, 3mint<8min16,9mint<10min(25)

After the optimization of PV reconfiguration by MOGEO, the shadow is dispersed to the whole array as demonstrated in Figure 4A. Moreover, the power curves of BESS, joint PV-BESS station and PV plant without optimization are depicted in Figure 4B. Obviously, the proposed reconfiguration method based on MOGEO effectively mitigate the impact of PSC and consequently enhance the upper limit of PV output. With the cooperation of BESS, the proposed technique achieves the aim of reducing the deviation between output power of joint PV-BESS and FR signal than that without reconfiguration optimization. In addition, the power biases from FR signal and profits before and after optimization are shown in Figure 4C.

FIGURE 4
www.frontiersin.org

FIGURE 4. (A) Shading distribution of PV array after reconfiguration. (B) Power curves of BESS, joint PV-BESS station and PV plant without optimization. (C) Comparison of power deviation and profit.

Response to low frequency of grid

Apart from high frequency response, the simulation test for low frequency response is also performed, and the FR signal is designed as follows:

PFR(t)={24, 1mint<2min22, 3mint<5min23, 6mint<8min22,9mint<10min(26)

The shadow distribution after PV reconfiguration is demonstrated in Figure 5A. Moreover, the power curves of BESS, joint PV-BESS station and PV plant without optimization are depicted in Figure 5B. And the power output of PV station is more closed to FR signal than that of high frequency response. Besides, the proposed reconfiguration model effectively enhances the upper limit of PV output and consequently enhance the margin space of power modulation. What’s more, the power biases from FR signal and profits before and after optimization are shown in Figure 5C.

FIGURE 5
www.frontiersin.org

FIGURE 5. (A) Shading distribution of PV array after reconfiguration. (B) Power curves of BESS, joint PV-BESS station and PV plant without optimization. (C) Comparison of power deviation and profit.

Conclusions and perspectives

In this work, a novel PV station participating FR technique based on PV array reconfiguration and BESS is put forward. And the simulation results verify that the proposed method contributes to the frequency response of PV station. Two cases are designed and tested. The main conclusions of this work are summarized as below:

1) MOGEO can effectively find satisfactory solution which can meet both of profit maximization and power deviation minimization;

2) The improved ideal point decision making method is proposed to get optimal weight coefficients of each objective more fairly;

3) By proposed technique, the profit of PV station is increased by 8.4 and 10.07% respectively in the high and low frequency response simulation tests; meanwhile the power deviation from FR signal is decreased by 19.98 and 67.69% in the high and low frequency response tests.

The future works will focus on the following issues:

• Hardware-in-the-loop experiments should be executed to testify the practical influence and algorithm convergence rate of proposed technique;

• Hardware implementation method of PV array reconfiguration deserves more attention.

Data availability statement

The original contributions presented in the study are included in the article/supplementary material, further inquiries can be directed to the corresponding author.

Author contributions

JZ: Conceptualization, Writing-Original Draft, Formal analysis; CL: Formal analysis, Software, Supervision; KL: Project administration, Resources.

Conflict of interest

Author JZ was employed by the company State Grid Corporation of China.

The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

Ajmal, A. M., Babu, T. S., Ramachandaramurthy, V. K., Yousri, D., and Ekanayake, J. B. (2020). Static and dynamic reconfiguration approaches for mitigation of partial shading influence in photovoltaic arrays. Sustain. Energy Technol. Assessments 40, 100738. doi:10.1016/j.seta.2020.100738

CrossRef Full Text | Google Scholar

Babu, T. S., Ram, J. P., Dragičević, T., Miyatake, M., Blaabjerg, F., and Rajasekar, N. (2018). Particle swarm optimization based solar PV array reconfiguration of the maximum power extraction under partial shading conditions. IEEE Trans. Sustain. Energy 9 (1), 74–85. doi:10.1109/TSTE.2017.2714905

CrossRef Full Text | Google Scholar

Balraj, R., and Stonier, A. A. (2020). A novel PV array interconnection scheme to extract maximum power based on global shade dispersion using grey wolf optimization algorithm under partial shading conditions. Circuit World 48, 28–38. doi:10.1108/CW-07-2020-0143

CrossRef Full Text | Google Scholar

Bi, Z., Ma, J., Wang, K., Man, K. L., Smith, J. S., and Yue, Y. (2020). Identification of partial shading conditions for photovoltaic strings. IEEE Access 8, 75491–75502. doi:10.1109/ACCESS.2020.2988017

CrossRef Full Text | Google Scholar

Deshkar, S. N., Dhale, S. B., Mukherjee, J. S., Babu, T. S., and Rajasekar, N. (2015). Solar PV array reconfiguration under partial shading conditions for maximum power extraction using genetic algorithm. Renew. Sustain. Energy Rev. 43, 102–110. doi:10.1016/j.rser.2014.10.098

CrossRef Full Text | Google Scholar

Fathy, A. (2020). Butterfly optimization algorithm based methodology for enhancing the shaded photovoltaic array extracted power via reconfiguration process. Energy Convers. Manag. 220, 113115. doi:10.1016/j.enconman.2020.113115

CrossRef Full Text | Google Scholar

Fathy, A. (2018). Recent meta-heuristic grasshopper optimization algorithm for optimal reconfiguration of partially shaded PV array. Sol. Energy 171, 638–651. doi:10.1016/j.solener.2018.07.014

CrossRef Full Text | Google Scholar

González-Castaño, C., Restrepo, C., Kouro, S., and Rodriguez, J. (2021). MPPT algorithm based on artificial bee colony for PV system. IEEE Access 9, 43121–43133. doi:10.1109/ACCESS.2021.3066281

CrossRef Full Text | Google Scholar

Horoufiany, M., and Ghandehari, R. (2017). Optimal fixed reconfiguration scheme for PV arrays power enhancement under mutual shading conditions. IET Renew. Power Gener. 11, 1456–1463. doi:10.1049/iet-rpg.2016.0995

CrossRef Full Text | Google Scholar

Horoufiany, M., and Ghandehari, R. (2018). Optimization of the sudoku based reconfiguration technique for PV arrays power enhancement under mutual shading conditions. Sol. Energy 159, 1037–1046. doi:10.1016/j.solener.2017.05.059

CrossRef Full Text | Google Scholar

Kaushika, N. D., and Gautam, N. K. (2003). Energy yield simulations of interconnected solar PV arrays. IEEE Power Eng. Rev. 18 (1), 62. doi:10.1109/MPER.2002.4312475

CrossRef Full Text | Google Scholar

Krishnan, G. S., Kinattingal, S., Simon, S. P., and Nayak, P. S. R. (2020). MPPT in PV systems using ant colony optimisation with dwindling population. IET Renew. Power Gener. 14 (7), 1105–1112. doi:10.1049/iet-rpg.2019.0875

CrossRef Full Text | Google Scholar

Laudani, A., Lozito, G. M., Lucaferri, V., Radicioni, M., and Riganti Fulginei, F. (2018). On circuital topologies and reconfiguration strategies for PV systems in partial shading conditions: A review. AIMS Energy 6 (5), 735–763. doi:10.3934/energy.2018.5.735

CrossRef Full Text | Google Scholar

Mahmoud, A., Shamseldein, M., Hasanien, H., and Abdelaziz, A. (2019). “Photovoltaic array reconfiguration to reduce partial shading losses using water cycle algorithm,” in IEEE Canada Electrical Power and Energy Conference, Montréal, Québec, Canada, 16-18 October 2019, 16–18. doi:10.1109/EPEC47565.2019.9074818

CrossRef Full Text | Google Scholar

Mohammadi-Balani, A., Nayeri, M. D., Azar, A., and Taghizadeh-Yazdi, M. (2021). Golden eagle optimizer: A nature-inspired metaheuristic algorithm. Comput. Industrial Eng. 152, 107050. doi:10.1016/j.cie.2020.107050

CrossRef Full Text | Google Scholar

NamaniRakesh, T., and Madhavaram, T. V. (2016). Performance enhancement of partially shaded solar PV array using novel shade dispersion technique. Front. Energy 10 (2), 227–239. doi:10.1007/s11708-016-0405-y

CrossRef Full Text | Google Scholar

Rani, B. I., Ilango, G. S., and Nagamani, C. (2013). Enhanced power generation from PV array under partial shading conditions by shade dispersion using Su Do Ku configuration. IEEE Trans. Sustain. Energy 4 (3), 594–601. doi:10.1109/TSTE.2012.2230033

CrossRef Full Text | Google Scholar

Sai Krishna, G., and Moger, T. (2019). Reconfiguration strategies for reducing partial shading effects in photovoltaic arrays: State of the art. Sol. Energy 182, 429–452. doi:10.1016/j.solener.2019.02.057

CrossRef Full Text | Google Scholar

Sanseverino, E. R., Ngoc, T. N., Cardinale, M., Li Vigni, V., Musso, D., Romano, P., et al. (2015). Dynamic programming and Munkres algorithm for optimal photovoltaic arrays reconfiguration. Sol. Energy 122, 347–358. doi:10.1016/j.solener.2015.09.016

CrossRef Full Text | Google Scholar

Shams El-Dein, M. Z., Kazerani, M., and Salama, M. M. A. (2013). Optimal photovoltaic array reconfiguration to reduce partial shading losses. IEEE Trans. Sustain. Energy 4 (1), 145–153. doi:10.1109/TSTE.2012.2208128

CrossRef Full Text | Google Scholar

Yang, B., Ye, H., Wang, J., Li, J., Wu, S., Li, Y., et al. (2021). PV arrays reconfiguration for partial shading mitigation: Recent advances, challenges and perspectives. Energy Convers. Manag. 247, 114738. doi:10.1016/j.enconman.2021.114738

CrossRef Full Text | Google Scholar

Yousri, D., Allam, D., and Eteiba, M. B. (2020). Optimal photovoltaic array reconfiguration for alleviating the partial shading influence based on a modified harris hawks optimizer. Energy Convers. Manag. 206, 112470. doi:10.1016/j.enconman.2020.112470

CrossRef Full Text | Google Scholar

Yousri, D., Babu, T. S., Beshr, E., Eteiba, M. B., and Allam, D. (2020). A robust strategy based on marine predators algorithm for large scale photovoltaic array reconfiguration to mitigate the partial shading effect on the performance of PV system. IEEE Access 8, 112407–112426. doi:10.1109/ACCESS.2020.3000420

CrossRef Full Text | Google Scholar

Yousri, D., Babu, T. S., Mirjalili, S., Rajasekar, N., and Elaziz, M. A. (2020). A novel objective function with artificial ecosystem-based optimization for relieving the mismatching power loss of large-scale photovoltaic array. Energy Convers. Manag. 225, 113385. doi:10.1016/j.enconman.2020.113385

CrossRef Full Text | Google Scholar

Zhang, X., Li, C., Li, Z., Yin, X., Yang, B., Gan, L., et al. (2021). Optimal mileage-based PV array reconfiguration using swarm reinforcement learning. Energy Convers. Manag. 225, 113892. doi:10.1016/j.enconman.2021.113892

CrossRef Full Text | Google Scholar

Keywords: PV array reconfiguration, battery energy storage system, frequency regulation, multi-objective golden eagle optimizer, optimizing operation

Citation: Zhou J, Liu C and Li K (2022) PV array reconfiguration with electrical energy storage system for power system frequency regulation. Front. Energy Res. 10:971628. doi: 10.3389/fenrg.2022.971628

Received: 17 June 2022; Accepted: 15 July 2022;
Published: 23 August 2022.

Edited by:

Bin Zhou, Hunan University, China

Reviewed by:

Xiaoshun Zhang, Northeastern University, China
Puyu Wang, Nanjing University of Science and Technology, China

Copyright © 2022 Zhou, Liu and Li. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Kun Li, likun_ac@outlook.com

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.