Next Article in Journal
Life Insurance Prediction and Its Sustainability Using Machine Learning Approach
Next Article in Special Issue
Low-Carbon Optimization Design for Low-Temperature Granary Roof Insulation in Different Ecological Grain Storage Zones in China
Previous Article in Journal
Are the Barriers to Private Solar/Wind Investment in Vietnam Mainly Those That Limit Network Capacity Expansion?
Previous Article in Special Issue
Quantitative Analysis of Water Injection Mass and Timing Effects on Oxy-Fuel Combustion Characteristics in a GDI Engine Fuelled with E10
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Voltage Zoning Regulation Method of Distribution Network with High Proportion of Photovoltaic Considering Energy Storage Configuration

1
College of Information and Electric Engineering, Shenyang Agricultural University, Shenyang 110866, China
2
Economic and Technological Development Zone Heating Limited Company, Dalian 116600, China
*
Author to whom correspondence should be addressed.
Sustainability 2023, 15(13), 10732; https://doi.org/10.3390/su151310732
Submission received: 5 June 2023 / Revised: 6 July 2023 / Accepted: 6 July 2023 / Published: 7 July 2023

Abstract

:
Photovoltaics have uncertain characteristics. If a high proportion of photovoltaics are connected to the distribution network, the voltage will exceed the limit. In order to solve this problem, a voltage regulation method of a distribution network considering energy storage partition configuration is proposed. Taking the minimum total voltage deviation, the minimum total cost, the minimum total power loss, and the minimum energy storage device installation ratio as the objective function, and considering various conditions, such as voltage deviation constraint and energy storage constraint, a mathematical model of voltage regulation is established. Firstly, a high proportion of photovoltaics are connected to the distribution network, and the voltage deviation curve is obtained. The optimal k value is determined by the elbow rule. The voltage deviation curve of each node is clustered by the k-means algorithm so as to determine the energy storage device partition. The energy storage device is connected to various clustering centers, and then the weighting factor of each objective function is determined by the fuzzy comprehensive evaluation method. For comparison and analysis, (k + 1) schemes are determined through the partition configuration of (k + 1) energy storage devices. Then, the model is solved by particle swarm optimization, and the unit output result and the minimum objective function value are obtained. Finally, an example of IEEE33 is used to verify the effectiveness of the proposed model.

1. Introduction

Nowadays, the shortage of traditional energy is increasing, and the demand for energy is increasing. With this problem, the proportion of photovoltaic units (PV) connected to the grid is increasing [1,2,3], and the mismatch of source and load will also affect the voltage of the distribution network. For example, it is easy to have reverse power transmission during the peak period of PV output, which leads to the voltage exceeding the upper limit. The energy storing device (ESD) has the ability to suppress power fluctuation, which can effectively alleviate the mismatch between source and load [4]. Therefore, the voltage regulation technology of a distribution network compatible with PVs and ESDs came into being [5,6]. How to effectively plan a large number of PVs, other distributed power sources, and energy storage in the distribution network to reduce voltage deviation, cost, and power loss has become an urgent problem that needs a solution.
In recent years, many scholars and research institutions at home and abroad have studied the voltage regulation of distribution networks with PVs and have achieved results. Reference [7] analyzed the voltage and reactive power/active power regulation of photovoltaic access points and then put forward a reactive power/active power coordinated control method, which alleviated the voltage over-limit problem of a distribution network with distributed PVs; however, the economic cost was not considered in the model. Reference [8] put forward a double-layer optimization model in which the sensitivity analysis of dynamic comprehensive reactive power and voltage correction was considered. It was proved by examples that the model could reduce the peak–valley difference of load and improve the system voltage level. Reference [9] took the minimum voltage deviation and fluctuation as the objective function and combined traditional reactive power control equipment with PV multi-operation state regulation ability and put forward a voltage coordination control method. It was verified by a 21-node 10 kV actual system that this method could better improve the voltage regulation ability of a distribution network with PVs and improve the voltage safety level; however, energy storage and other distributed power sources were not considered in this paper. Reference [10] proposed a two-stage distributed robust opportunity using a constrained rolling time domain voltage control method, which was proved to be effective by an example of an unbalanced IEEE-123 system, but the energy storage device was also not considered in this paper. Reference [11] took the minimum investment cost as the objective function, established a distribution system voltage optimization model based on second-order cone programming, and used the MOSEK solver to solve the model. It was proved by the IEEE33 example that the model could effectively alleviate the voltage problem, but the change of branch network loss was not considered in the model. The voltage regulation of distribution network with a high proportion of PV still needs further study.
Aiming at the problem of distributed network voltage regulation (DNVR) in distribution networks with a high proportion of PVs, a DNVR model considering the ESD and high proportion of PVs is proposed, and nodes are clustered based on a k-means algorithm so that the ESD can be configured in different zones. Then, the particle swarm optimization (PSO) algorithm is used to solve the model. Finally, IEEE33 is used to illustrate the method proposed in this paper, which can improve voltage stability and operation economy on the basis of ensuring the safe operation of a distribution network. The main contributions of this work are summarized as follows:
(1)
Based on the k-means clustering method, the voltage deviation curves of each node in a day are clustered and analyzed, and the nodes are divided into several categories to determine the distribution network partition. The ESDs are connected to the cluster centers of each district, thus realizing the voltage partition adjustment;
(2)
The solution method based on PSO can effectively solve the proposed voltage regulation model;
(3)
Based on the proposed voltage regulation method of a distribution network considering energy storage configuration, the IEEE33 example is analyzed, and the objective function values are effectively reduced, thus improving the stability and economy of the distribution network.

2. Partition Configuration of Energy Storage Based on K-Means Clustering

A high proportion of PVs connected to the grid leads to problems, such as voltage over the limit and power fluctuation. Therefore, the ESD is connected to the distribution network to realize voltage regulation. How to configure the ESD is the key. In this paper, the voltage deviation curve of each node is clustered by the k-means algorithm to realize the partition configuration of ESDs.

2.1. Definition of High Proportion

When a high proportion of PVs are connected to the distribution network, it will change the topology of the network and also have a certain impact on the power flow, thus changing the voltage distribution [12]. In this paper, the proportional definition of the PV grid connection is as follows:
λ = P PV P L , max × 100 %
where P PV is the total active power of PV connected to the system, kW; P L , max is the peak load active power of the system, kW.

2.2. K-Means Clustering

In this paper, the k-means clustering algorithm is selected as the clustering method. It has the following advantages:
(1)
Simple principle, easy realization and fast convergence;
(2)
Good clustering effect;
(3)
Strong interpretability and intuition;
(4)
There is only one parameter, k.
The k-means clustering algorithm can divide the data of unknown tags into different groups according to their characteristics [13,14]; each group of data is also called a “cluster”, and the center point of each cluster is called a “centroid”. Its basic principal process is as follows:
(1)
Randomly selecting k sample points as initial clustering centers;
(2)
Calculating the distance between each cluster center and other sample points by using Euclidean distance and classifying each sample point into the nearest class;
(3)
Finding a new cluster center of each class, and taking it as the center to calculate the average value of each class by Equation (2);
M k = 1 N k i = 1 N k D k i
where M k is the center of class k; D k i is the ith data in the kth class; N k is the number of samples in each category.
(4)
Repeating (2) and (3) until the clustering center does not change.

2.3. Elbow Rule to Determine the k Value

The selection of a k value is very important. This paper adopts the elbow rule to realize the selection of the k value. With the increase of cluster number k, the sum of squared errors (SSE) will also change, and the elbow rule is used to determine the optimal cluster number through the change trend of SSE [15]. SSE refers to the sum of squares of the distances from each data point to the center of its cluster, and its calculation formula is shown in Equation (3):
SSE = i = 1 k p C i | p m i | 2
where k indicates the number of clusters; C i represents the ith cluster; p represents the sample point in C i ; m i represents the average value of all data in the ith cluster.
When the cluster number k is small, SSE will gradually decrease; however, when the cluster number k continues to increase, the decline speed of SSE will gradually slow down until it finally becomes stable. At this time, the change trend of SSE presents a shape similar to an elbow, and the k value corresponding to the elbow is the best k value.

2.4. Partition Configuration of ESD

By calculating the power flow after a high proportion of PV nodes is connected to the grid, the voltage deviation results of each node are obtained. Then, the voltage deviation curve of each node’s k-means clustering are obtained. The nodes can be divided into k categories so that the distribution system can be divided into k zones and the cluster center of each zone is selected to install the ESD so as to realize the ESD partition configuration.

3. Distribution Network Voltage Regulation Model with High Proportion of PV

In order to make the effect of DNVR better, we should consider not only the total voltage deviation of nodes but also the total power loss of branches, economic cost and ESD installation ratio. Because there are a large number of PVs in the model, its output is uncertain, and the load output fluctuates [16,17]. It may change the power flow of the distribution network, and problems such as voltage exceeding limit and power fluctuation may occur, thus threatening the security of the power grid. Voltage regulation is an important link to effectively ensure the safe and stable operation of the power grid.

3.1. Objective Function

Micro turbines (MT) and a large number of PVs are connected to the DNVR model, and a distributed ESD is connected to stabilize the fluctuation [18]. In this paper, the regulation objective function is established from four aspects: reducing total voltage deviation, reducing total power loss, reducing economic cost and reducing the ESD installation ratio so as to realize DNVR with a high proportion of PVs, thus improving the economy and stability of the distribution network.
Objective function F 1 : the total voltage deviation of nodes U d e v _ t o t a l is the lowest [19,20]:
F 1 = min t = 1 T i = 1 N node | U i , t U N U N |
where N node is the number of independent nodes; T is the number of time periods; U i , t is the voltage amplitude of node i at time t, kV.
(1)
Objective function F 2 : the economic cost C E _ t o t a l is the lowest:
C E _ t o t a l consists of ESD call cost C ESD , power generation cost of PVs C PV , m , power generation cost of MTs C MT , g e , electricity purchase cost C e , b u y [21] and environmental treatment cost C p t , namely
C E _ t o t a l = C ESD + C PV , g e + C MT , g e + C e , b u y + C p t + C n l
➀ ESD call cost C ESD
C ESD = μ ESD P ESD , c + μ ESD P ESD , d c
where μ ESD refers to the call cost of ESD unit power, yuan/kW.
➁ Power generation cost of PVs: PVs are clean energy, so there is no fuel cost, so C PV , g e only consists of the operation and maintenance cost of PVs C PV , o m .
C PV , g e = C PV , o m = t = 1 T c PV , o m P PV ( t )
where c PV , o m is the unit operation and maintenance cost of PV, yuan/kW; P PV ( t ) is the PV output at time t, kW.
➂ Power generation cost of MTs: C MT , g e consists of fuel cost and operation and maintenance cost C MT , o m (see Equation (8)). Among them, C MT , f u is related to factors such as natural gas price and power supply efficiency of the unit [22], and its calculation formula is shown in Equation (9). The calculation formula of C MT , o m is shown in Equation (10).
C MT , g e = C MT , f u + C MT , o m
C MT , f u = t = 1 T ( 3600 / 4.1868 ) × c g a s Q g a s η P MT , i ( t )
C MT , o m = t = 1 T i = 1 N MT c MT , o m P MT , i ( t )
where c g a s is the price of natural gas, yuan/m3; Q g a s is the power generation for natural gas, kcal/m3; η is the power supply efficiency for the unit, %; P MT ( t ) is the MT output at time t, kW; c MT , o m is the unit operation and maintenance cost of MTs, yuan/kW.
➃ Electricity purchase cost C e , b u y
C e , b u y = t = 1 T ( p p h ( t ) P e e ( t ) )
where p p h ( t ) is the electricity price purchased from the superior power grid at time t, yuan/kW; P e e ( t ) is the exchange power for the electric energy at time t, kW.
➄ Environmental treatment cost C p t : CO2 and NOx emissions come from MTs [23]. The calculation formula of C p t is shown in Equation (12).
C p t = t = 1 T c p o , k σ p o , k P MT , i
where c p o , k are the emission cost coefficients of ith pollutants, respectively, yuan/kg; σ p o , k is the discharge amount of ith pollutant, kg/kW.
(2)
Objective function F 3 : the total power loss of the branch Δ A n l _ t o t a l is the lowest.
F 3 = min t = 1 T i = 1 b 10 3 × ( P i 2 ( t ) + Q i 2 ( t ) ) R i U i 2 ( t ) Δ t
where b is the number of branches; P i ( t ) and Q i ( t ) are, respectively, the active power (kW) and reactive power (kVar) flowing through branch i at time t; U i ( t ) is the terminal node voltage of branch i at time t, kV; R i is the resistance value on branch i; Δ t is the duration of each period, h.
(3)
Objective function F 4 : the installation ratio γ ESD , rate of ESD is minimum.
F 4 = min i = 1 N ESD E ESD , i i = 1 N PV E PV , i × 100 %
where N ESD is the number of ESDs installed; N PV is the number of installed PVs; E ESD , i is the capacity of the ith ESD, kW h; E PV , i is the capacity of the ith PV, kW h.

3.2. Constraints

The regulation model needs to meet equality conditions, such as power balance constraints and some inequality conditions, such as unit output constraints, voltage constraints, energy storage operation constraints and power purchase constraints.

3.2.1. Power Balance Constraints

The sum of the output of all units is equal to the sum of load power and power loss [24], namely:
{ P g ( t ) + P PV ( t ) + P MT ( t ) + P ESD , d c ( t ) P ESD , c ( t ) = P L ( t ) + P loss ( t ) Q g ( t ) + Q MT ( t ) = Q L ( t ) + Q loss ( t )
where P g ( t ) and Q g ( t ) are the active power (kW) and reactive power (kVar) of the power supply at time t, respectively; P MT ( t ) and Q MT ( t ) are, respectively, the active power (kW) and reactive power (kVar) emitted by the MTs at time t; P ESD , d c ( t ) and P ESD , c , i ( t ) are, respectively, the discharge and charging power of ESD at time t, kW; P L ( t ) and Q L ( t ) are, respectively, the active power (kW) and reactive power (kVar) of the load at time t; P loss ( t ) and Q loss ( t ) are, respectively, the active power (kW) and reactive power (kW) of the network loss at time t.

3.2.2. Unit Output Constraints

The output of the unit meets the following constraints:
P i , min P i ( t ) P i , max
where P i , max and P i , min are, respectively, the maximum and minimum value of active output of unit i, kW.

3.2.3. Voltage Constraints

The node voltage and voltage deviation satisfy the following constraints:
{ U i min U i ( t ) U i max U d e v min U N U d e v ( t ) U d e v max U N
where U i max and U i min are, respectively, the maximum value and minimum value of the voltage amplitude of the ith node, kV; U d e v max and U d e v min are, respectively, the maximum value and minimum value of allowable voltage deviation of the ith node, %.

3.2.4. Energy Storage Operation Constraints

The ESD meets the following operational constraints during operation [25]:
{ 0 P ESD , c ( t ) u ESD , c ( t ) P ESD , c max 0 P ESD , d c ( t ) u ESD , d c ( t ) P ESD , d c max u ESD , c ( t ) + u ESD , d c ( t ) 1 SOC min SOC ( t ) SOC max
where P ESD , c ( t ) and P ESD , c max are, respectively, the charging power of ESD at time t and the maximum value of the charging power, kW; P ESD , d c ( t ) and P ESD , d c max are, respectively, the discharge power of ESD at time t and the maximum value of the discharge power, kW; u ESD , c ( t ) and u ESD , d c ( t ) are, respectively, the charging and discharging state of ESD at time t, which are variables of 0 to 1, u ESD , c ( t ) = 1 indicating that ESD is in a charging state and u ESD , d c ( t ) = 1 indicating that ESD is in a discharging state; SOC ( t ) is the state of charge of ESD at time t, kVA; SOC max and SOC min are, respectively, the maximum and minimum values of ESD state of charge, kVA.

3.2.5. Power Purchase Constraints

The power purchased meets the following constraints:
0 P e e ( t ) P e e , max
where P e e , max is the maximum value of electric energy exchange power, kW.

3.3. Mathematical Model of Voltage Regulation

The magnitude difference between objective functions is very large, and the dimensions are inconsistent, which will affect the results of DNVR if it is not processed. In order to eliminate this influence, it is necessary to standardize all indicators, among which the most typical one is normalization [26]. In this paper, the maximum–minimum normalization method is used to map the data values of each index to [0, 1]. Set F n as the objective function after normalization, and the calculation formula is as follows:
F n = F n F n , min F n , max F n , min
where F n is the ith objective function, n = 1 , 2 , 3 , 4 ; F n , max and F n , min are, respectively, the maximum and minimum values of F n .
Then, the mathematical model of DNVR with a high proportion of PVs is:
min F = m 1 F 1 + m 2 F 2 + m 3 F 3 + m 4 F 4
where m 1 , m 2 , m 3 and m 4 are, respectively, the weighting factor of F 1 , F 2 , F 3 and F 4 , and they satisfy m 1 + m 2 + m 3 + m 4 = 1 .

3.4. Determination of the Weighting Factor of the Objective Function

In this paper, the fuzzy comprehensive evaluation method (FCE) is used to determine the weighting factor of each objective factor in Section 3.3 [27], and its calculation steps are as follows:
Step (1): Calculate the overweight weighted value m n of each factor, and the calculation formula is as follows:
m n = d a c , n d m a , n
where d a c , n is the actual value of the nth factor (usually taking the averaged value), n = 1 , 2 , 3 , 4 ; d m a , n is the maximum allowable value of the nth factor (usually taking the maximum value).
Step (2): Calculate the weighting factor of each factor as follows:
m n = m n n = 1 N F m n
where N F is the number of objective functions.

4. Mathematical Model Solving Method

In this paper, PSO is used to solve the DNVR model [28]. PSO is a kind of collective intelligence algorithm designed by imitating the predatory behavior of birds. Assuming that there is only one piece of food in the area (usually the best solution to the optimization problem), the task of birds is to find this source. In the whole research process, by transmitting their own information to each other, other birds can know their position through this cooperation to determine whether they have found the best solution. Finally, by transmitting the best information to the whole bird, the whole bird can gather around the food source, which is the best solution, that is, the optimal solution of the problem. The foraging behavior of birds corresponds to the algorithm principle, as shown in Table 1. The optimal output of each unit and the optimal value of each objective function can be obtained through PSO.
PSO is initialized as a group of random particles, and the optimal solution is found through iteration. In each iteration, the particle updates its position and velocity by tracking two extreme values: one is the optimal solution found by the particle itself, which is called individual extreme value; the other is the optimal solution found by the whole population at present, which is called the global extreme value. Among them, the formula for updating position and speed is as follows [29]:
V i t + 1 = ω V i t + r 1 p ( P i t x i t ) + r 2 p ( G i t x i t )
X i t + 1 = X i t + V i t + 1
where V i t is the velocity of the ith particle in the tth iteration; p is a random number between 0 and 1; r 1 is a self-learning factor; r 2 is a global learning factor; ω is the inertia weight; X i t is the position of the ith particle in the tth iteration.
The traditional particle swarm optimization algorithm uses a fixed ω, which affects the global search and convergence speed [30]. Using variable ω can improve the global and local optimization performance of the algorithm, and its calculation formula is as follows:
ω = ω max d max 2 ( ω max ω min ) d 2 d max 2
where ω max and ω min are, respectively, the maximum and minimum value of inertia weight; d is the current iteration number; d max is the maximum number of iterations.

5. Example Analysis

5.1. Basic Data

In this paper, the programming is based on MATLAB (version is R2016a), and the IEEE33-node system is taken as an example. This system is a classic distribution network model abstractly equivalent from the actual system, and it is a typical radiation network model. The system diagram is shown in Figure 1 (numbers in Figure 1, such as 1, 2, 3, etc., are node serial numbers.); the voltage reference value U B is 12.66 kV; the power reference value S B is 100 MVA, and the network parameters are shown in Reference [12]. Select the PV and load data of the maximum load day in a certain area in summer for analysis (see Figure 2). A high proportion of PVs are connected at nodes 10, 11 and 12 (the proportion of PV connection is 72.4% in this calculation example), and the MT is connected at nodes 3 and 24, respectively. See Table 2 for the parameters of output power and voltage limit. The parameters involved in the cost function are shown in Table 3 and Table 4. The electricity price curve is shown in Figure 3.
In order to verify the method proposed in this paper, firstly, the nodes are grouped into ( k i ) categories ( 0 < i < k , and i is an integer), and ( k i ) ESD with the same total capacity are, respectively, connected to various cluster centers, and ( k 1 ) schemes are obtained. Then, according to the method proposed above, the nodes are grouped into k classes, and a scheme is determined. Then, the nodes are grouped into ( k + 1 ) categories to determine the last scheme. Connect ESD to each cluster center, respectively, and calculate DNVR results. To sum up, determine ( k + 1 ) scheme.
In PSO, the maximum number of iterations is 150, the dimension of search space is 144, the number of particles is 50, the maximum and minimum values of inertia weight are 0.9 and 0.4, respectively, and the learning factors c 1 and c 2 are both 2. The DNVR strategy based on the PSO algorithm proposed in this paper is used to adjust the voltage of this example to verify the effectiveness of the proposed model.
See Table 5 and Table 6 for the parameter settings involved in the FCE method.

5.2. Determine the Scheme

The weighting factor of each objective function can be calculated from Equation (22) and Equation (23), and the results are shown in Table 7.
In this paper, the Newton–Raphson method is used to calculate the power flow, and the power flow results before and after the high-proportion PV grid connection can be obtained, among which the voltage results are shown in Figure 4.
It can be found that after a high proportion of PV nodes are connected to the grid, the voltage of each node rises, and the voltage near the access point (such as nodes 10, 11 and 12) rises most obviously at noon and afternoon (that is, the peak period of PV output), and even the voltage exceeds the limit. k-means clustering is performed on the voltage deviation curve of each node, and the best k value is determined by the elbow rule. See Figure 5 for SSE curve.
Observing Figure 5, it can be seen that after k = 4, the SSE value basically does not change, and the SSE curve forms an “elbow” shape at k = 4, so 4 is selected as the best k value. Thus, 33 nodes are grouped into 4 categories, and the results are shown in Table 8.
The system partition is shown in Figure 6.
For comparative analysis, the nodes are grouped into 1, 2, 3 and 5 categories by using the k-means algorithm to determine 1, 2, 3 and 5 zones, respectively, and the ESD is also connected to the cluster center, respectively. See Figure 7, Figure 8, Figure 9 and Figure 10 for the system diagram.
So as to determine the following five schemes:
Scheme 1: According to Figure 1, one ESD; with a capacity of 3.6 MWh are configured at nodes 7;
Scheme 2: According to Figure 8, two ESDs; each with a capacity of 1.6 MWh are configured at nodes 3 and 9;
Scheme 3: According to Figure 9, three ESDs; each with a capacity of 1 MWh are configured at nodes 3, 8 and 13;
Scheme 4: According to Figure 6, four ESDs; each with a capacity of 0.7 MWh are configured at nodes 19, 8, 13 and 24;
Scheme 5: According to Figure 10, five ESDs, each with a capacity of 0.56 MWh are arranged at nodes 19, 7, 13, 24 and 31.

5.3. DNVR Result Analysis Based on PSO

Using the PSO algorithm to solve the model, the output results of each unit and the results of each objective function at each time are obtained. Among them, the results of the MT output, ESD output and voltage deviation are shown in Figure 11, Figure 12 and Figure 13, respectively.
See Table 9 for the specific cost results of each scheme after DNVR.
The numerical comparison results of each objective function under each scheme are shown in Table 10.
Analyze with reference to Figure 11, Figure 12 and Figure 13 and Table 9 and Table 10:
Before DNVR: there is only PV in the system, and the ESD and MT are not connected at this time, so the call cost of the ESD, power generation cost of the MT, and environmental treatment cost are all zero; C e , b u y is the highest, and C E _ t o t a l is also the highest compared with other schemes.
Scheme 1: The total output of the MT reaches the upper limit at 1:00, 10:00~11:00, 13:00, 17:00~18:00 and 21:00~22:00, and the output of the ESD always reaches the limit, and most are in the discharge state. Since the output of PV is fixed, C PV , g e is also fixed. After DNVR under scheme 1, C ESD is the lowest, U d e v _ t o t a l is reduced by 25.90%, C E _ t o t a l is reduced by 3.70%, and P n l _ t o t a l is reduced by 10.75%.
Scheme 2: The total output of the MT reaches the upper limit at 1:00, 7:00, 24:00, and both ESD outputs reach the limit at each time. After DNVR under scheme 2, U d e v _ t o t a l is reduced by 26.84%, C E _ t o t a l is reduced by 5.48%, and P n l _ t o t a l is reduced by 13.99%.
Scheme 3: The total output of the MT is the most, so C MT , g e is the highest, and ESD is discharged most of the time. After DNVR under scheme 3, U d e v _ t o t a l is reduced by 29.22%, C E _ t o t a l is reduced by 7.60%, and P n l _ t o t a l is reduced by 14.54%.
Scheme 4: The total output of the MT is relatively large, and most of the ESD is in a discharge state. After DNVR under scheme 4, U d e v _ t o t a l is reduced by 32.81%, C E _ t o t a l is reduced by 14.99%, and P n l _ t o t a l is reduced by 19.36%.
Scheme 5: The total output of the MT is relatively minimum, and each ESD reaches the limit at all times. After DNVR under scheme 5, U d e v _ t o t a l is reduced by 29.71%, C E _ t o t a l is reduced by 11.71%, and P n l _ t o t a l is reduced by 15.69%.
It can be found that the objective function values of these five schemes are effectively reduced compared with those before DNVR, which verifies the effectiveness of the mathematical model established in this paper. Among the five schemes, the closer the system partition is to the four zones, the better the effect of DNVR. Among them, the installation ratio of ESD γ ESD , rate in scheme 1 is the largest, but the adjustment effect is still the worst, which shows that the effect of centralized access to the ESD is not as good as that of decentralized access to the ESD. The γ ESD , rate in scheme 4 is equal to scheme 5 in ESD, and the lowest among several schemes, but the regulation effect of scheme 4 is still better than any other scheme, which verifies the effectiveness of the ESD partition configuration method based on node k-means clustering proposed in this paper.

6. Conclusions

In this paper, a DNVR model with a high proportion of PVs is established, and the model is solved by the PSO algorithm. The effectiveness of this method is verified based on the IEEE33-bus system. The conclusions are as follows:
(1)
When establishing a DNVR model with the lowest total voltage deviation, the lowest total cost, including fuel cost, operation and maintenance cost, electricity purchase cost, and environmental treatment cost, the lowest total power loss, and the lowest installation ratio of the ESD as the goal, the model is relatively perfect. It can be more in line with the actual operation of a distribution network and has a good adjustment effect by comprehensively considering many constraints such as power flow constraints, voltage deviation constraints and energy storage constraints;
(2)
After high-proportion PV access, node k-means clustering is performed on the voltage deviation curve of each node. The system is divided into different areas, and then FCE is used to determine the weighting factor of each objective function, thus making the determination of energy storage access location more reasonable and the subsequent adjustment effect better;
(3)
The results of the PSO algorithm show that the calculation results of the proposed method can effectively adjust the voltage, reduce the cost, reduce the power loss and reduce the installation ratio of ESD, thus improving the economy and security of power grid operation.
The method proposed in this paper is suitable for distribution networks with energy storage devices, especially with a high proportion of photovoltaic units. Because the connection of wind turbines has not been considered in the mathematical model proposed in this paper, it needs to be further explored in future research to put forward a more effective voltage regulation scheme.

Author Contributions

Conceptualization, F.Z. and X.M.; methodology, X.M.; software, F.Z.; validation, F.Z., X.M. and T.X.; formal analysis, X.M.; investigation, T.X. and Y.S.; resources, T.X. and Y.S.; data curation, Y.S.; writing—original draft preparation, F.Z.; writing—review and editing, X.M.; visualization, N.Z.; supervision, X.M.; project administration, N.Z.; funding acquisition, N.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by Youth Program of National Natural Science Foundation of China (Grant number 61903264).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Informed consent was obtained from all subjects involved in the study.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Li, B.; Chen, M.; Zhong, H.; Ma, Z.; Liu, D.; He, G. Review of Long-term Planning of New Power Systems with Large Share of Renewable Energy. Proc. CSEE 2023, 43, 555–581. [Google Scholar]
  2. Wang, P.; Wu, Q.; Huang, S.; Zhou, B.; Li, C. Distributed optimal voltage control strategy for AC grid with DC connection and offshore wind farms based on ADMM. Int. J. Electr. Power Energy Syst. 2022, 137, 107802. [Google Scholar] [CrossRef]
  3. Liu, J.; Hu, H.; Yu, S.S.; Trinh, H. Distributed Optimization Control Method of Virtual Energy Storage Plants for Power Grid Ancillary Services. Autom. Electr. Power Syst. 2022, 46, 181–188. [Google Scholar]
  4. Liu, Z.; Liu, B.; Ding, X.; Wang, F. Research on optimization of energy storage regulation model considering wind–solar and multi-energy complementary intermittent energy interconnection. Energy Rep. 2022, 8, 490–501. [Google Scholar] [CrossRef]
  5. Wang, J.; Wang, W.; Wang, H.; Wang, S.; Du, J. Two-stage coordinated planning of DG, SOP and ESS in an active distribution network considering violation risk. Power Syst. Prot. Control 2022, 50, 71–82. [Google Scholar]
  6. Guo, C.X.; Liu, Z.P.; Feng, B.; Jiang, B.; Guo, J.; Liu, F. Research Status and Prospect of New-type Power System Risk Assessment. High Volt. Eng. 2022, 48, 3394–3404. [Google Scholar]
  7. He, X.; Chen, Z.; Liu, X.; Zhang, T.; Chen, L. Voltage control strategy for medium voltage distribution network with distributed photovoltaic generators. Electr. Meas. Instrum. 2022, 59, 142–148. [Google Scholar]
  8. Wang, Y.; Chen, Q.; Zheng, Y.; Xue, H.; Li, M.; Mi, Y. Optimal scheduling of mobile energy storage in active distribution network based on dynamic reactive power and voltage sensitivity. Electr. Power Autom. Equip. 2023, 43, 59. [Google Scholar]
  9. Yang, G.; Sun, R.; Ding, R.; Xu, H.; Chen, C.; Wu, L.; Chen, Q.; Xia, M. Multi Time Scale Reactive Power and Voltage Optimization of Distribution Network Considering Photovoltaic Multi State Regulation Capability. Electr. Power 2022, 55, 105–114. [Google Scholar]
  10. Zhang, Z.; da Silva, F.F.; Guo, Y.; Bak, C.L.; Chen, Z. Coordinated voltage control in unbalanced distribution networks with two-stage distributionally robust chance-constrained receding horizon control. Renew. Energy 2022, 198, 907–915. [Google Scholar] [CrossRef]
  11. Pan, W.; Mao, M.; Zhou, Y.; Quan, X.; Li, Y. The impact of extreme weather condition on the voltage regulation in distribution systems with high penetration of roof-top photovoltaic. Energy Rep. 2021, 7, 320–331. [Google Scholar] [CrossRef]
  12. Yang, S.; Li, Q.; Ming, Z.; Ma, Q.; Luo, Q. Multi-Objective Probabilistic Reactive Power Optimization of Distribution Network Considering the Randomness of Source and Load. Southern Power Syst. Technol. 2023, 17, 125–135. [Google Scholar]
  13. Zheng, F.; Meng, X.; Wang, L.; Zhang, N. Operation Optimization Method of Distribution Network with Wind Turbine and Photovoltaic Considering Clustering and Energy Storage. Sustainability 2023, 15, 2184. [Google Scholar] [CrossRef]
  14. Wu, Y.; Yao, L.; Liao, S.; Liu, Y.; Li, J.; Wang, X. A Peak Shaving Method of Aggregating the Distributed Photovoltaics and Energy Storages Based on the Improved K-means++Algorithm. Power Syst. Technol. 2022, 46, 3923–3931. [Google Scholar]
  15. Zheng, F.; Meng, X.; Wang, L.; Zhang, N. Power Flow Optimization Strategy of Distribution Network with Source and Load Storage Considering Period Clustering. Sustainability 2023, 15, 4515. [Google Scholar] [CrossRef]
  16. Wang, Z.; Ma, S.; Li, G.; Bian, J. Day-Ahead and Intra-Day Two-Stage Rolling Optimal Dispatch of Power Grid Considering Access of Composite Energy Storage Power Stations. Acta Energiae Solaris Sin. 2022, 43, 400–408. [Google Scholar]
  17. Shen, J.; Wang, Y.; Cheng, C.; Li, X.; Miao, S.; Zhang, Y.; Zhang, J. Research Status and Prospect of Generation Scheduling for Hydropower-wind-solar Energy Complementary System. Proc. CSEE 2022, 42, 3871–3885. [Google Scholar]
  18. Li, C.; Dong, Z.; Li, J.; Zhang, H.; Jing, Q.; Qian, K. Control Strategy of Voltage Regulation for Distributed Energy Storage Cluster in Distribution Network. Autom. Electr. Power Syst. 2021, 45, 133–141. [Google Scholar]
  19. Wu, Y.; Cheng, X.; Liu, J. Distribution Network Reconfiguration Based on Hybrid Simulated Annealing Cuckoo Algorithm. Sci. Technol. Eng. 2023, 23, 626–632. [Google Scholar]
  20. Huang, Z.; Chen, Y.; Mao, Z.; Sun, J.; Zha, X. Joint Access Planning of Soft Open Point and Distributed Energy Storage System. Autom. Electr. Power Syst. 2022, 46, 29–37. [Google Scholar]
  21. Zhao, P.; Wu, J.; Zhang, W.; He, S.; Zhang, H. Cooperative Peer to Peer Scheduling of Multi-microgrids Considering Distribution Network Power Flow and Source-load Uncertainty. Power Syst. Technol. 2022, 46, 4885–4896. [Google Scholar] [CrossRef]
  22. Tian, F.; Jia, Y.; Ren, H.; Bai, Y.; Huang, T. “Source-load” Low-carbon Economic Dispatch of Integrated Energy System Considering Carbon Capture System. Power Syst. Technol. 2020, 44, 3346–3355. [Google Scholar]
  23. Huang, H.; Liang, R.; Zhang, X.; Lu, M.; Wang, C.; Zhang, G. Two-stage Multi-objective Deployment Optimization of Coal Mine Integrated Energy System Considering Carbon Emission Constraints. Power Syst. Technol. 2022, 46, 1731–1742. [Google Scholar]
  24. Zhao, S.; Han, L.; Li, Z.; Yang, Y.; Ma, S. Day-ahead Optimal Scheduling of Active Distribution Network by Related Opportunity Goal Planning. J. North China Electr. Power Univ. 2021, 48, 1–10. [Google Scholar]
  25. Cheng, Y.; Chen, X. Analysis on Influence of Energy Storage on Accommodation Capability of Wind Power Based on Source-Load-Storage Interaction. Autom. Electr. Power Syst. 2022, 46, 84–93. [Google Scholar]
  26. Cheng, M.; Zhang, X.; Xu, M.; Xue, Y.; Wu, W.; He, Y. Loeation method of an active distribution network fault section based on multi-target weighted grey target decision. Power Syst. Prot. Control 2021, 49, 124–132. [Google Scholar]
  27. Meng, X.; Wang, L.; Wang, X.; Wang, Y.; Liu, R.; Wang, H. Improve operation characteristics in three-phase four-wire low-voltage distribution network using distributed generation. Power Syst. Technol. 2018, 2018, 4091–4100. [Google Scholar]
  28. Ma, Y.; Xie, J.; Zhao, S.; Wang, Z.; Luo, Z. Multi-objective Optimal Dispatching for Active Distribution Network Considering Park-level Integrated Energy System. Autom. Electr. Power Syst. 2022, 46, 53–61. [Google Scholar]
  29. Yan, Q.; Dong, X.; Mu, J.; Ma, Y. Optimal configuration of energy storage in an active distribution network based on improved multi-objective particle swarm optimization. Power Syst. Prot. Control 2022, 50, 11–19. [Google Scholar]
  30. Meng, R.; Zhao, J.; Zhou, T. Rapid Deployment Strategy of Emergency Repair Team Based on Improved Inertial Weighted PSO. Power Syst. Clean Energy 2021, 37, 17–24. [Google Scholar]
Figure 1. IEEE33 system diagram.
Figure 1. IEEE33 system diagram.
Sustainability 15 10732 g001
Figure 2. PV and load output.
Figure 2. PV and load output.
Sustainability 15 10732 g002
Figure 3. Time-sharing electricity price curve.
Figure 3. Time-sharing electricity price curve.
Sustainability 15 10732 g003
Figure 4. Voltage deviation curves: (a) before high proportion PV grid connection; and (b) after high proportion PV grid connection.
Figure 4. Voltage deviation curves: (a) before high proportion PV grid connection; and (b) after high proportion PV grid connection.
Sustainability 15 10732 g004
Figure 5. SSE curve.
Figure 5. SSE curve.
Sustainability 15 10732 g005
Figure 6. ESD four-zone configuration system diagram.
Figure 6. ESD four-zone configuration system diagram.
Sustainability 15 10732 g006
Figure 7. ESD one-zone configuration system diagram.
Figure 7. ESD one-zone configuration system diagram.
Sustainability 15 10732 g007
Figure 8. ESD two-zone configuration system diagram.
Figure 8. ESD two-zone configuration system diagram.
Sustainability 15 10732 g008
Figure 9. ESD three-zone configuration system diagram.
Figure 9. ESD three-zone configuration system diagram.
Sustainability 15 10732 g009
Figure 10. ESD five-zone configuration system diagram.
Figure 10. ESD five-zone configuration system diagram.
Sustainability 15 10732 g010
Figure 11. MT output results under various schemes (a) scheme 1; (b) scheme 2; (c) scheme 3; (d) scheme 4; (e) scheme 5.
Figure 11. MT output results under various schemes (a) scheme 1; (b) scheme 2; (c) scheme 3; (d) scheme 4; (e) scheme 5.
Sustainability 15 10732 g011
Figure 12. ESD output results under various schemes (a) scheme 1; (b) scheme 2; (c) scheme 3; (d) scheme 4; (e) scheme 5.
Figure 12. ESD output results under various schemes (a) scheme 1; (b) scheme 2; (c) scheme 3; (d) scheme 4; (e) scheme 5.
Sustainability 15 10732 g012
Figure 13. Voltage deviation results under various schemes (a) scheme 1; (b) scheme 2; (c) scheme 3; (d) scheme 4; (e) scheme 5.
Figure 13. Voltage deviation results under various schemes (a) scheme 1; (b) scheme 2; (c) scheme 3; (d) scheme 4; (e) scheme 5.
Sustainability 15 10732 g013aSustainability 15 10732 g013b
Table 1. Correspondence between foraging behavior of birds and algorithm principle.
Table 1. Correspondence between foraging behavior of birds and algorithm principle.
BehaviorPSO
BirdParticle
ForestSolution space
The amount of foodObjective function value
The position of each birdA solution in space (Particle position)
The   postion   with   the   most   food Global optimal solution
Table 2. Constrains parameter setting.
Table 2. Constrains parameter setting.
ParameterValue
P i , max 200
P i , min 100
U i max 13.293
U i min 11.394
U d e v max 0.633
U d e v min −0.633
P ESD , c max −250
P ESD , d c max 250
P e e , max 5000
SOC max 1000
SOC min 100
Table 3. Cost parameter setting.
Table 3. Cost parameter setting.
ParameterValue
μ ESD 0.045
c PV , o m 0.0096
c g a s 2.20
Q g a s 8500
η 32
c MT , o m 0.082
Table 4. Environmental treatment cost parameter setting.
Table 4. Environmental treatment cost parameter setting.
Pollutant Type c p o , k σ p o , k
CO 2 7240.994
NO 0.00360.00653
NO 2 0.20.00312
Table 5. Actual value data.
Table 5. Actual value data.
Actual ValueValue
d a c , 1 /kV2.0639
d a c , 2 /yuan3017.94
d a c , 3 /kW0.3368
d a c , 4 /%0.1056
Table 6. Maximum allowable value data.
Table 6. Maximum allowable value data.
Maximum Allowable ValueValue
d m a , 1 /kV2.5400
d m a , 2 /yuan3796.01
d m a , 3 /kW0.5549
d m a , 4 /%0.1234
Table 7. Weighting factor results of each objective function.
Table 7. Weighting factor results of each objective function.
Weighing FactorValue
m 1 0.2646
m 2 0.2590
m 3 0.1977
m 4 0.2787
Table 8. Node clustering results.
Table 8. Node clustering results.
Cluster Sequence NumberNode DivisionCluster Center (Node Configured with ESD)
11, 2, 19~2219
26~9, 26~338
310~1813
43~5, 23~2524
Table 9. Specific Results of Total Cost.
Table 9. Specific Results of Total Cost.
Subitem C ESD /Yuan C PV , g e /Yuan C MT , g e /Yuan C e , b u y /Yuan C p t /Yuan
Before DNVR0280.0040,315.10
scheme 1270.0280.06085.831,144.21311.1
scheme 2540.0280.05997.630,259.01292.0
scheme 3769.7280.06645.728,384.11431.6
scheme 41080.0280.06262.225,538.21349.0
scheme 51280.8280.05897.227,352.31266.5
Table 10. Total comparison results of each objective function.
Table 10. Total comparison results of each objective function.
Subitem U d e v _ t o t a l /kV C E _ t o t a l /Yuan A n l _ t o t a l /kWh γ ESD , rate /%
Before DNVR48.108040,5956.53240
scheme 135.649339,0915.830012.34
scheme 235.196638,3695.618410.97
scheme 334.049537,5115.582910.29
scheme 432.325034,5095.26779.60
scheme 533.813036,0595.50749.60
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Zheng, F.; Meng, X.; Xu, T.; Sun, Y.; Zhang, N. Voltage Zoning Regulation Method of Distribution Network with High Proportion of Photovoltaic Considering Energy Storage Configuration. Sustainability 2023, 15, 10732. https://doi.org/10.3390/su151310732

AMA Style

Zheng F, Meng X, Xu T, Sun Y, Zhang N. Voltage Zoning Regulation Method of Distribution Network with High Proportion of Photovoltaic Considering Energy Storage Configuration. Sustainability. 2023; 15(13):10732. https://doi.org/10.3390/su151310732

Chicago/Turabian Style

Zheng, Fangfang, Xiaofang Meng, Tiefeng Xu, Yongchang Sun, and Nannan Zhang. 2023. "Voltage Zoning Regulation Method of Distribution Network with High Proportion of Photovoltaic Considering Energy Storage Configuration" Sustainability 15, no. 13: 10732. https://doi.org/10.3390/su151310732

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