Next Article in Journal
The Invisible Museum: A User-Centric Platform for Creating Virtual 3D Exhibitions with VR Support
Next Article in Special Issue
Buck-Boost/Flyback Hybrid Converter for Solar Power System Applications
Previous Article in Journal / Special Issue
Fuzzy ARTMAP-Based Fast Object Recognition for Robots Using FPGA
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Planning and Research of Distribution Feeder Automation with Decentralized Power Supply

Department of Electrical Engineering, National Taiwan University of Science and Technology, Taipei 106335, Taiwan
*
Author to whom correspondence should be addressed.
Electronics 2021, 10(3), 362; https://doi.org/10.3390/electronics10030362
Submission received: 31 December 2020 / Revised: 25 January 2021 / Accepted: 28 January 2021 / Published: 2 February 2021
(This article belongs to the Special Issue Application of Electronic Devices on Intelligent System)

Abstract

:
The high penetration of distributed generation in distributed energy systems causes the variation of power loss and makes the power grid become more complicated, so this paper takes various types of optimal algorithms into account and simulates the feeder reconfiguration on the IEEE-33 system as well as the Taiwan power system. The simulation verifies linear population size reduction of successful history-based adaptive differential evolution (L-SHADE) and particle swarm optimization (PSO) fitness in different systems and provides the recommended location of distributed energy. The proposed method keeps the voltage bound of 0.95 to 1.03 p.u. of Taiwan regulation. In the IEEE-33 system, we achieved a 52.57% power loss reduction after feeder reconfiguration, and a 70.55% power loss reduction after the distributed generator was implemented and feeder reconfiguration. Under the variation of load demand and power generation of the Taiwan power system, we establish the system models by forecasting one-day load demand. Then, we propose a one-day feeder switch operation strategy by considering the switches’ operation frequency with the reduction of 83.3% manual operation and recommend feeder automation to achieve feeder power loss reduction, voltage profile improvement and get regional power grid resilient configuration.

1. Introduction

The huge and complicated power system will generate fault current when fault occurs, which will have an impact on the stability of power supply. The power system contains distributed power generation, which will cause dual current in different ways on the power system that influences the choice of protective relay. Most state-of-the-art technical skills and power system connection regulations are formulated to maintain the reliability of power transmission and improve the toughness of the power system.
Diversified feeder types were developed [1,2] to facilitate the switching of feeder switches in emergency situations, realize load transfer, stabilize the armature in the transmission and distribution area, enhance the strength of the power grid and improve power quality.
Feeder reconfiguration is one of the effective and common ways to improve power grid-resilient dispatch. In Reference [3], the author presents particle swarm optimization (PSO) for solving feeder reconfiguration of a distributed network with the objective of minimum power loss. Minimum spanning tree (MST) combined with binary particle swarm (BPSO) is presented in References [4,5], and the hybrid PSO with ant colony optimization (ACO) algorithm in Reference [6], to solve the power loss and unstable system voltage.
In recent years, due to the vigorous development of renewable energy, the scale and the number of solar farms have continued to increase. Therefore, the problem of distributed generator (DG) construction is not only to minimize power consumption, but also the need to consider DG grid-connected feeders. In Reference [3], the PSO is used to minimize the power loss of the feeder to select the DG capacity and location method, and Reference [7] used the water cycle algorithm for IEEE 33 bus and IEEE 69 bus to update the algorithm toward the same goal. In Reference [8], the author considers the dynamic distribution of feeders and increasing time dependencies and improving PSO and Grey Wolf Optimizer to complete the optimization calculation of operating costs. To achieve DG establishment optimization, Reference [9] considers the intermittent nature of DG and the energy storage system, then using loss sensitivity factor and multi-objective ant lion optimizer. Among them, it is seldom considered to add renewable energy generation and load-ahead power forecast to do the schedule planning of feeder reorganization. Because of the uncertainty and high proportion of renewable energy, it has a great relationship with the loss of the feeder. It is more significant to do the advance scheduling in practical applications.
This paper proposes size reduction of successful history-based adaptive differential evolution (SHADE) with the linear population size reduction (L-SHADE) algorithm and PSO math models with objectives of minimum power loss in a distributed system which contains distributed generation. By testing on the IEEE 33 standard system and verifying on the Taiwan power system, this paper analyzes the resiliently dispatchable power grid by considering the impact of the distributed generator capacity, establishment location, voltage variation and the load demand effect. According to feeder reorganization, it needs to consider the characteristics of feeder switch reorganization, and combines multiple variables (feeder load, feeder resistance, feeder reactance, etc.) with optimization algorithms. After many iterations, complex high-dimensional problems have been completed according to grid standards. The related and commonly used optimization algorithms [10,11,12,13,14,15,16], including PSO with a rich history of operations [14] and the SHADE with linear population size reduction algorithm improved by differential evolution (DE) [12], were implemented in the feeder reorganize simulation and analysis. Also, L-SHADE has obtained the best configuration of high-output power generation in the discrete optimization problems of the generator configuration of wind power plants [17] and has a significant compensation improvement in optimizing the harmonic parameters of the design circuit [18].
The rest of this paper is organized as follows. In Section 2, reconfiguration problem constraints will be introduced. In Section 3, there are mathematical models of the proposed algorithm L-SHADE and PSO. In Section 4, the optimal algorithms combined with feeder reconfiguration analysis in various scenarios will be compared. Finally, the conclusion in Section 5 will summarize the optimal feeder reconfiguration scheduling.

2. Reconfiguration Problems

2.1. Distributed Generation Characteristics

In the Taiwan power system, there are 17 distributed generators which are all photovoltaic (PV) generation and connected to the distributed network system. The generation characteristics are shown in Table 1.
According to the different irradiance in a day, the generation function per square meter is shown in (1) by Meteorological Information-Based Green Energy Operations Center and power generation records in the Taiwan power company.
P t = S S R × η
where S S R is the amount of irradiance observed by the satellite and η is PV panel transformation efficiency.
Considering the PV generation curve and PV panels’ power transformation, this paper simulates the sum of the PV capacity, which is 3057.7 kW, changing in proportion on the day of 20 June 2020.

2.2. Feeder Reconfiguration Constraints

2.2.1. Feeder Current Constraints

In order to keep the power system under normal operation in a distributed network, the various feeder current limits are shown in Table 2.
In the simulation, the current of each branch should be less than or equal to the maximum current so that the feeder can tolerate it, as shown in Equation (2). In order to cooperate with the load current on the feeder, which will not exceed the maximum limit when the feeder emergency load transformation occurs, we limit the current variation as in Equation (3).
I i , i + 1 I i , i + 1 ( m a x )
I x y = V x V y R l o o p + j X l o o p
Here, I i , i + 1 ( m a x ) is the maximum current between bus i and bus i + 1 , I x y is the current variation which passes through the feeder, and V x as well as V y are voltage at both ends of the feeder. Lastly, R l o o p and j X l o o p are the impedance of the feeder.

2.2.2. Voltage Variation

During the normal operation, the voltage should maintain the voltage variation in Equation (4), in order to keep the power system in the stable condition:
U i m i n     U i U i m a x
The lowest limit of the feeder voltage variation is U i m i n (here is 0.95 p.u.), and the highest limit of the feeder voltage variation is U i m a x (1.03 p.u.), whereas U i is the voltage difference between the two busses.

2.2.3. Reverse Power Limit

In the IEEE system, this paper assumes the maximum capacity of the distributed generation, which on the feeder is 70% of the load demand, with a view to making sure it is under the reverse current limit. The control limit considers the rated capacity of the main transformer to achieve the balance of supply as well as demand, and meanwhile, keep the system operation stable.

2.2.4. Radial Network

The power system will keep the radial network before and after the feeder reconfiguration to avoid the isolated islands or even the power system shut down. The simulation excludes the feeder switch which could not compose the radial network. By reconfiguring the rest feeder switch iteratively, as shown in (5), we can make sure the system keeps the radial network in the normal operation.
g k   G k
In each feeder, g k is one of the radial feeders after feeder reconfiguration, and G k is the combination of all types of radial feeder.

3. Optimal Algorithm Math Models

This section describes the math models of L-SHADE and PSO. We first describe L-SHADE, which is modified DE. Contrary to L-SHADE, PSO has rich calculation history which is suitable to solve feeder reconfiguration.

3.1. L-SHADE Optimal Algorithm

L-SHADE is improved by DE, which is called adaptive DE with linear population size reduction [19,20]. In the DE algorithm, the calculation steps are initialization, mutation, reconfiguration (crossover) and selection. According to DE characteristics, it developed the SHADE algorithm and used two corresponding variables, which are the scaling factor (F) and the cross rate (CR), to search in the historic data. Then, SHADE developed into L-SHADE which combined the DE algorithm while linearly reducing the searching population after each iteration to decrease the calculation time.

3.1.1. Initialize Population

In Equation (6), the variable i is selected from 1 to the population size (NP), which is the searching population ( i [ 1 ,   NP ] ), and the variable j is selected from 1 to D, which represents the calculation dimension ( j [ 1 ,   D ] ). We usually set j to the number of the control variables in calculation with the upper limit x j max as well as the lower limit x j min . In order to maintain diversity, r a n d i , j [ 0 , 1 ] is the variable selected randomly from 0 to 1.
x i , j ( 0 ) = x j max + r a n d i , j [ 0 , 1 ] ( x j max x j min )

3.1.2. Mutation

During the algorithm, each difference will cause the mutation vector in (7) by selecting two unequal vectors and combined with the scaling factor (F) (when a target vector is replaced by a trial vector, the target vector will be added into the archive). However, the calculation should ensure that x R 1 i ( G ) and x R 2 i ( G ) are different individuals:
V i ( G ) = x i ( G ) + F i ( G ) ( x p b e s t ( G ) x i ( G ) ) + F i ( G ) ( x R 1 i ( G ) x R 2 i ( G ) )
As shown in (7), R i 1 and R i 2 are two of the variables which are mutually exclusive, selected from the range of [1, NP]. x i ( G ) is one of the random individuals, and x p b e s t ( G ) is the other individual selected from the contemporary population. While G means the G th generation, F i represents the scaling factor applied on the i th individual for scaling at the G th.

3.1.3. Parameter Adaption

In each generation, the offspring will vary by the new scaling factor and the cross rate from (8) and (9):
F i ( t ) = r a n d c ( μ F r ( t ) ,   0.1 )
C R i ( t ) = r a n d n ( μ C R r ( t ) ,   0.1 )
The two are randomly selected from the standard distribution and the Cauchy distribution. In each generation, when there is a better generation, the original CR as well as F will be recorded as S C R and S F . After each iteration, μ C R and μ F will be renewed, as in (10) and (11):
μ C R = ( 1 c ) μ C R + c m e a n A ( S C R )
μ F = ( 1 c ) μ F + c m e a n L ( S F )
c is learning factor which is usually 0.1, m e a n A is arithmetic mean and m e a n L is known by Lehmer Mean, which is calculated as in Equation (12):
m e a n L ( S F ) = F S F F 2 F S F F

3.1.4. Reconfiguration (Crossover)

By means of mutation, the mutation vector V i ( G ) will combine with objective vector x i ( G ) to take the shape of the next variable vector u i , j ( G ) , shown in (13):
u i , j ( G ) =   x i , j ( 0 ) ,   o t h e r w i s e . v i , j ( G ) ,   i f   j =   j r a n d   o r   r a n d i , j   [ 1 , 0 )   C R   i   ( G ) ,
to generate the new vector and create diversity. In (13), j r a n d is a random value in 1 to D, where D represents the problem dimension.

3.1.5. Selection

If the performance of the offspring is better than the parent, it will replace into objective vectors in (14):
x i , j ( G + 1 ) =   x i , j ( G ) ,   o t h e r w i s e . u i , j ( G ) ,   i f   f ( u i , j ( G ) )   f ( x i , j ( G ) ) ,
Function F means the function to get the minimum objective. When the new offspring performance is less than or equal to the value of the objective function, it will substitute for the objective vector in the next iteration.

3.1.6. Linear Population Size Reduction Technique

To speed-up the process of the calculation, after every generation iteration, the size of G + 1 t h is NP (G + 1) in (15) for decreasing the range of the searching population. We usually set N p min to 4 because the variables in the mutation process are 4. NFE is the number of fitness evaluations. If N p   ( G + 1 ) > N p   ( G ) , the difference from ( N p   ( G ) N p   ( G + 1 ) ) will be deleted. The L-SHADE optimal algorithm simulation procedure is shown in Figure 1.
N p ( G + 1 ) = r o u n d   [ ( N p min N p i n i N F E max ) N F E + N p i n i ]
Function F means the function to get the minimum objective. When the new offspring performance is less than or equal to the value of the objective function, it will substitute for the objective vector in the next iteration.

3.2. PSO Optimal Algorithm

The PSO optimal algorithm iteration math model is as shown in Figure 2. The initial variables contain searching domain (D), the best position of individual particle ( p b e s t ), the best position of current swarm particles ( g b e s t ) and maximum iteration times ( i t e r max ). The i t h particle and velocity are given by (16) and (17).
x i = ( x i 1 ,   x i 2 ,   x i 3 , , x i D )
v i = ( v i 1 ,   v i 2 ,   v i 3 , , v i D )
The iteration velocity of every step of the particle evolution is defined as in (18), and the new position after iteration is defined as in Equation (19):
v i j ( i + 1 ) = w v i j ( t ) + c 1 r ( p b e s t x i j ( t ) ) + c 2 r ( g b e s t x i j ( t ) )
x i j ( t + 1 ) = x i j ( t ) + v i j ( t + 1 )
where v i j ( t ) is the velocity of the i t h particle in the t t h iteration, x i j ( t ) is the position of the i t h particle in the t t h iteration, c 1 and c 2 are the learning factors and w is the weight, with the calculation as shown in Equation (20):
w = w max i t e r w max w min i t e r max
The time of the iteration is i t e r , and w max as well as w min are the upper and lower limits of the weight. The learning factor c 1 will impact the learning efficiency of the particle, and c 2 will impact the learning efficiency of the population. The bigger the w , the wider range the particle will search to get the global optimal point. On the contrary, the smaller the w , the result will get closer to the local optimal point.
G i ( t ) is the best position of the group after training, and P i ( t ) is the best position of the individual after training. Before training, X i ( t ) is the initial position of the individual particle, X i ( t + 1 ) is the next position after training, V i ( t ) is the initial velocity of particle movement and V i ( t + 1 ) is the velocity of particle movement after iteration. The simulation procedure of the PSO optimal algorithm is shown in Figure 3.

3.3. Objective Function

After the iteration, the objective function of the feeder reconfiguration is to get the feeder configuration with the minimum power loss, as presented in (21):
min P l o s s = i = 0 n P i 2 + Q i 2 U i 2 k i r i
Here, i indicates the number of branches in the system feeder, n is the summation of the branch number and k i presents the switch condition of the branch i , in which zero means the switch turns off. By calculating the feeder branch resistance i , active power P i , reactive power Q i and the voltage U i on the feeder, we can obtain the power loss of the system feeder.

4. Case Study

4.1. System Parameter Definition

There are three systems in this paper, as shown in Table 3. This paper compared L-SHADE and PSO in three different systems with MATLAB using MATPOWER to calculate the power flow integrated with an optimal algorithm. The flow chart is shown in Figure 4.

4.2. Optimal Reconfiguration Analysis

4.2.1. IEEE 33 System Background

The standard IEEE 33 system is shown in Figure 5. To correspond to the radial network, there are five tie switches, which are often open in the IEEE 33 system.

4.2.2. IEEE 33 Feeder Reconfiguration

Table 4 summarizes the results obtained with L-SHADE and PSO algorithms in the IEEE 33 node test feeder. By confirming the voltage distribution, it is significant to the stability of the system, as shown in Figure 6 and Figure 7 in different scenarios.
In the four different scenario simulations in Figure 7, the power loss reduction percentage could reach up to 70.55% of the IEEE 33 system after DG implementation and feeder reconfiguration, with the tie switches as 6, 10, 12, 27 and 30 and the minimum voltage pf 0.967842 p.u. at bus number 32.

4.3. Impact by Load Variation to the Feeder Switch

4.3.1. Taiwan Case 1 System Background

As above, in the IEEE 33 standard test system, we tested the reliability of L-SHADE and PSO optimal algorithms in feeder reconfiguration. Then, we verified two of the algorithms in the Taiwan case 1 system, as shown in Figure 8, and analyzed the impact of the load variation to the feeder switch from light-load to overload.

4.3.2. Taiwan Case 1 Feeder Reconfiguration

In this area, there are numerous households, but no large-scale load demands of the factory. By considering the rapid change at 4:00, 12:00 and 20:00 o’clock respectively, the control variables are the active power as well as reactive power (load demand) in each hour, the condition of the feeder switch and the domain of the calculation is set to eight. The results in Table 5 show the minimum voltage profile and the power loss after simulation with L-SHADE and PSO algorithms.
The Taiwan case 1 system simulation showed two results: in the voltage profile, both L-SHADE and PSO could maintain the minimum voltage in the constraints, while L-SHADE could keep voltage distribution more stable than PSO. In the power loss, L-SHADE efficiently lowered the power loss compared to the initial system and the simulation of PSO from light-load to overload. As a result of the above-mentioned results, the next simulation will mainly use L-SHADE to raise the efficiency of the power grid transmission.

4.3.3. Taiwan Case 2 System Background

Combined with feeders in neighboring areas, L-SHADE is applied to the Taiwan case 2 system in Figure 9. Considering the changes in load and DG generation in one day, we analyzed the impacts to the feeder switches schedule and proposed the one-day feeder switch configuration and recommendations.
In Figure 9, the red circles mean the distributed generator connected to the system, which is all PV generators, the blue circles mean the tie-switches, which are often turned on in the system with the dotted line. The whole system is combined with three regions, as shown in Table 6. Only area A contains decentralized renewable energy (here, all are PV), and the load users are mainly agricultural and households, but no large-scale load demand users, such as factories.
According to the change in the daily load demand of each system, as shown in Figure 10, it can be obviously seen that the peak power consumption time is about 20:00 to 23:00 o’clock, while the light load consumption time focuses on 6:00 to 8:00 o’clock. After 16:00 o’clock, the load demand gradually increases, however, after 23:00 o’clock, the load demand gradually decreases. The light-load in the system is about 0.53 times that of the peak load consumption.

4.3.4. Taiwan Case 2 Feeder Reconfiguration

There are 68 feeder switches that can be operated in the system, and the daily switches schedule is summarized in Table 7. The total number of switching operations is 209. According to Table 8, the total number of frequently changed switches under daily load is 85. If we set the eight frequently operated switches in Table 8 into automatic, the number of manually operated switches was reduced to 124 and the number of manual operational times reduced by 40.7%.

4.3.5. Reconfiguration Considering the Operation Frequency

The excessively frequent switching operations will consume labor costs and time in actual power company operation, so this paper takes the switching operation frequency into account.
Retaining the switches with high operational frequency while limiting the non-action switches or low relational switches can reduce the complexity of the actual feeder. We limit the operable switches from 68 to 28 by setting the switches that are far away from the main transformer and those with fewer occurrences as inoperable. The feeder switches schedule in daily load demand variation by considering the operation frequency is shown in Table 9.
Under the consideration of DG generation and load variation, we proposed the switches operation schedule of every hour. It can be found from Table 9 that the frequently acting switches are numbered 3, 7, 13, 50, 53, 122, 124 and 132. The switch numbers 34, 84 and 99 are almost in the state of normally open switches, so the total switching operation number is 141. Considering the total number of frequently changed switches, as shown in Table 10, there are 106 in total. Setting the eight switches into automatic can effectively reduce the operation number to 35 and significantly reduce labor costs and reduce the number of manual operational times by 83.3%.

5. Conclusions

This paper compared L-SHADE with PSO in feeder reconfiguration analysis considering distributed generation connection and load variation to achieve the goal of reducing the power loss. We tested the two algorithms in the IEEE 33 standard system under the constraints including voltage, current and DG capacity to improve the power system condition.
Also, we verified L-SHADE and PSO in the Taiwan system. By taking into account the one-day load fluctuation and PV generation, L-SHADE effectively reduces the power loss and keeps the voltage variation and current changes within the limit. In order to save the labor costs and raise system-resilient scheduling, we reduced the feeder switches operation number to 35 by setting the feeder switches with frequent actions to automation.
The contributions of this paper are as follows: (1) We analyzed the PSO and L-SHADE in the feeder reconfiguration by applying them to the IEEE 33 standard system as well as the Taiwan power system. (2) After verifying in the Taiwan system, the algorithm we proposed, L-SHADE, spends less time than PSO in calculating the optimal solution for convergence. Also, L-SHADE effectively reduces the power loss with the limit constraints. (3) The system uses real feeder parameters and a high percentage of solar power plants. The proposed scheduling showed reliability and effectiveness. Also, we achieved the goal of power loss reduction as well as feeder automation planning, with an 83.3% reduction of the manual operation times.

Author Contributions

Conceptualization, Y.-C.H.; Data curation, W.-C.C. and H.H.; Formal analysis, Y.-C.H., W.-C.C. and H.H.; Investigation, W.-C.C.; Methodology, Y.-C.H. and H.H.; Project administration, C.-C.K.; Resources, W.-C.C.; Software, Y.-C.H. and H.H.; Supervision, C.-C.K.; Validation, Y.-C.H.; Writing—original draft, Y.-C.H.; Writing—review & editing, C.-C.K. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Acknowledgments

Thanks to the public datasets used in this research. We also thank the reviewers for their comments and suggestions to improve the quality of the paper.

Conflicts of Interest

The authors declare no conflict of interest.

Nomenclature

Ptpower generation per square meter
SSRamount of irradiance observed by the satellite
η PV panel transformation efficiency
I i , i + 1 current between bus i and bus i + 1
V x , V y voltage at ends of the feeder
R l o o p resistance of the feeder
j X l o o p reactance of the feeder
Δ I x y current variation which passes through the feeder
U i voltage difference between the two busses
g k radial feeder after feeder reconfiguration
G k combination of all types of radial feeder
NPpopulation size
Ddimension
Fscaling factor
Gthe Gth generation
CRcross rate
c learning factor
NFEnumber of fitness evaluations
p b e s t best position of individual particle
g b e s t best position of current swarm particles
i t e r max maximum iteration times
w weight
k i switch condition of the branch
r i feeder branch resistance
P i feeder branch active power
Q i feeder branch reactive power
U i voltage on the feeder
SHADESuccessful history-based adaptive differential evolution
L-SHADESHADE with linear population size reduction
PSOparticle swarm optimization
DGDistributed generator
DEDifferential evolution
PVPhotovoltaic

References

  1. Turan, G. Electric Power Distribution System Engineering; McGraw-Hill: New York, NY, USA, 1986; pp. 174–187. [Google Scholar]
  2. Settembrini, R.C.; Fisher, J.R.; Hudak, N.E. Reliability and Quality Comparisons of Electric Power Distribution Systems. In Proceedings of the 1991 IEEE Power Engineering Society Transmission and Distribution Conference, Dallas, TX, USA, 22–27 September 1991; pp. 704–712. [Google Scholar]
  3. Nasir, M.N.M.; Shahrin, N.M.; Bohari, Z.H.; Sulaima, M.F.; Hassan, M.Y. A Distribution Network Reconfiguration based on PSO: Considering DGs sizing and allocation evaluation for voltage profile improvement. In Proceedings of the 2014 IEEE Student Conference on Research and Development IEEE, Batu Ferringhi, Malaysia, 16–17 December 2014; pp. 1–6. [Google Scholar]
  4. Montoya, D.P.; Ramirez, J.M. Reconfiguration and optimal capacitor placement for losses reduction. In Proceedings of the 2012 Sixth IEEE/PES Transmission and Distribution: Latin America Conference and Exposition (T&D-LA) IEEE, Montevideo, Uruguay, 3–5 September 2012; pp. 1–6. [Google Scholar]
  5. Sedighizadeh, M.; Dakhem, M.; Sarvi, M. Optimal Reconfiguration and Capacitor Placement for Power Loss Reduction of Distribution System Using Improved Binary Particle Swarm Optimization. Int. J. Energy Environ. Eng. 2014, 5, 73. [Google Scholar] [CrossRef] [Green Version]
  6. Amin Heidari, M. Optimal Network Reconfiguration in Distribution System for Loss Reduction and Voltage-Profile Im-provement using Hybrid Algorithm of PSO and ACO. CIRED - Open Access Proc. J. 2017, 1, 2458–2461. [Google Scholar] [CrossRef] [Green Version]
  7. Muhammad, M.A.; Mokhlis, H.; Naidu, K.; Amin, A.; Franco, J.F.; Othman, M. Distribution Network Planning En-hancement via Network Reconfiguration and DG Integration Using Dataset Approach and Water Cycle Algorithm. J. Mod. Power Syst. Clean Energy 2020, 8, 86–93. [Google Scholar] [CrossRef]
  8. Azizivahed, A.; Narimani, H.; Fathi, M.; Naderi, E.; Safapour, H.R.; Narimani, M.R. Multi-objective dynamic distribution feeder reconfiguration in automated distribution systems. Energy 2018, 147, 896–914. [Google Scholar] [CrossRef]
  9. Li, Y.; Feng, B.; Li, G.; Qi, J.; Zhao, D.; Mu, Y. Optimal distributed generation planning in active distribution networks considering integration of energy storage. Appl. Energy 2018, 210, 1073–1081. [Google Scholar] [CrossRef] [Green Version]
  10. Kirkpatrick, S.; Gelatt, C.D., Jr.; Vecchi, M.P. Optimization by Simulated Annealing. Science 1983, 220, 671–680. [Google Scholar] [CrossRef] [PubMed]
  11. Martí, R.; Laguna, M.; Glover, F. Principles of Tabu Search. Veh. Netw. 2007, 23, 34–47. [Google Scholar] [CrossRef]
  12. Storn, R.; Price, K. Differential Evolution–A Simple and Efficient Heuristic for global Optimization over Continuous Spaces. J. Glob. Optim. 1997, 11, 341–359. [Google Scholar] [CrossRef]
  13. Dorigo, M.; Di Caro, G. Ant colony optimization: A new meta-heuristic. In Proceedings of the 1999 Congress on Evolutionary Computation-CEC99 (Cat. No. 99TH8406), Washington, DC, USA, 6–9 July 1999; Volume 2, pp. 1470–1477. [Google Scholar]
  14. Kennedy, J.; Eberhart, R. Particle swarm optimization. In Proceedings of the ICNN’95-International Conference on Neural Networks, Perth, WA, Australia, 27 November–1 December 1995; Volume 4, pp. 1942–1948. [Google Scholar] [CrossRef]
  15. Geem, Z.W.; Kim, J.H.; Loganathan, G. A New Heuristic Optimization Algorithm: Harmony Search. Simulation 2001, 76, 60–68. [Google Scholar] [CrossRef]
  16. Karaboga, D. An Idea Based On Honey Nee Swarm for Numerical Optimization; Erciyes University, Engineering Faculty: Kayseri, Turkey, October 2005; TECHNICAL REPORT-TR06. [Google Scholar]
  17. Biswas, P.P.; Suganthan, P.; Amaratunga, G.A.J. Optimal placement of wind turbines in a windfarm using L-SHADE algorithm. In Proceedings of the 2017 IEEE Congress on Evolutionary Computation (CEC), San Sebastian, Spain, 5–8 June 2017; pp. 83–88. [Google Scholar]
  18. Biswas, P.P.; Suganthan, P.; Amaratunga, G.A. Minimizing harmonic distortion in power system with optimal design of hybrid active power filter using differential evolution. Appl. Soft Comput. 2017, 61, 486–496. [Google Scholar] [CrossRef]
  19. Tanabe, R.; Fukunaga, A. Success-history based parameter adaptation for Differential Evolution. In Proceedings of the 2013 IEEE Congress on Evolutionary Computation, Cancun, Mexico, 20–23 June 2013; pp. 71–78. [Google Scholar]
  20. Tanabe, R.; Fukunaga, A.S. Improving the search performance of SHADE using linear population size reduction. In Proceedings of the 2014 IEEE Congress on Evolutionary Computation (CEC), Beijing, China, 6–11 July 2014; pp. 1658–1665. [Google Scholar]
  21. Baran, M.; Wu, F. Network reconfiguration in distribution systems for loss reduction and load balancing. IEEE Trans. Power Deliv. 1989, 4, 1401–1407. [Google Scholar] [CrossRef]
Figure 1. L-SHADE optimal algorithm simulation procedure.
Figure 1. L-SHADE optimal algorithm simulation procedure.
Electronics 10 00362 g001
Figure 2. PSO algorithm math models.
Figure 2. PSO algorithm math models.
Electronics 10 00362 g002
Figure 3. PSO optimal algorithm simulation procedure.
Figure 3. PSO optimal algorithm simulation procedure.
Electronics 10 00362 g003
Figure 4. Flow chart.
Figure 4. Flow chart.
Electronics 10 00362 g004
Figure 5. IEEE 33 system feeder.
Figure 5. IEEE 33 system feeder.
Electronics 10 00362 g005
Figure 6. (a) Voltage profile before and after reconfiguration. (b) Voltage profile before and after reconfiguration. (c) Voltage profile after DG implementation. (d)Voltage profile after DG implementation.
Figure 6. (a) Voltage profile before and after reconfiguration. (b) Voltage profile before and after reconfiguration. (c) Voltage profile after DG implementation. (d)Voltage profile after DG implementation.
Electronics 10 00362 g006aElectronics 10 00362 g006b
Figure 7. Various feeder bus voltage profile patterns.
Figure 7. Various feeder bus voltage profile patterns.
Electronics 10 00362 g007
Figure 8. Taiwan case 1 system network with renewable energy sources present.
Figure 8. Taiwan case 1 system network with renewable energy sources present.
Electronics 10 00362 g008
Figure 9. Taiwan case 2 system network with renewable energy sources present.
Figure 9. Taiwan case 2 system network with renewable energy sources present.
Electronics 10 00362 g009
Figure 10. Taiwan case 2 one-day load demand and power generation variation.
Figure 10. Taiwan case 2 one-day load demand and power generation variation.
Electronics 10 00362 g010
Table 1. Distributed energy generation characteristics.
Table 1. Distributed energy generation characteristics.
ChallengeStatements
Intermittent generationTime of generation peak is different with peak of load demand so takes the shape of duck curve.
Generation non-smoothingThe severe variation easily makes system voltage and current unstable.
Lack of system inertialIn the severe power accident, generation equipment has no time to respond, and is then disconnected.
Fault currentThe fault current comes from the main transformer and distributed generation will cause feeder breaker lack of breaking capacity and increase short current.
Power reverse transmissionComparing with the single way of electricity transmission before, the multiple transmission ways will easily cause main transformer power reverse transmission.
Table 2. Distributed system feeder current limits.
Table 2. Distributed system feeder current limits.
TypeWire DiameterTolerable Max Current
Underground CableMain Feeder500 MCM600 A
Branch#1 AWG200 A
Overhead linesMain Feeder477 MCM590 A
Branch#2 AWG165 A
Table 3. Scale of the three systems.
Table 3. Scale of the three systems.
SystemIEEE 33 [21]Taiwan Case 1 SystemTaiwan Case 2 System
Apparent power (MVA)1002525
System voltage (kV)12.6611.411.4
Total of system load demand3715 kW + 2300 kvar1471.6 kW + 483.7 kvar
(one-day average)
2745.6 kW + 902.4 kvar
(one-day average)
Branch number3778134
Node number3273126
Tie switch number558
Table 4. Results obtained after execution of the L-SHADE and PSO algorithms in the IEEE 33 node test feeder.
Table 4. Results obtained after execution of the L-SHADE and PSO algorithms in the IEEE 33 node test feeder.
ScenarioStatementL-SHADEPSO
Before feeder reconfiguration
(Initial System)
Tie switches33, 34, 35, 36, 3733, 34, 35, 36, 37
Power loss (kW)202.68202.68
Power loss reduction percentage (%)
Min voltage
(bus number)
0.91075 p.u. (18)0.91075 p.u. (18)
After feeder reconfigurationTie switches3, 10, 16, 33, 375, 22, 32, 33, 34
Power loss (kW)96.1344150.6883
Power loss reduction percentage (%)52.5725.65
Min voltage
(bus number)
0.95657 p.u.
(8)
0.95603 p.u. (33)
After DG*3 implementation
(keep initial system)
Tie switches33, 34, 35, 36, 3733, 34, 35, 36, 37
Power loss (kW)72.544790.7069
DG capacity (kW)
(bus number)
751 (14)
926 (24)
1021 (30)
1220 (6)
650 (11)
200 (30)
Power loss reduction
percentage (%)
64.2155.25
Min voltage
(bus number)
0.9726 p.u.
(33)
0.9578 p.u.
(33)
Table 5. Results obtained after execution of the L-SHADE and PSO algorithms in the Taiwan case 1 system.
Table 5. Results obtained after execution of the L-SHADE and PSO algorithms in the Taiwan case 1 system.
ScenarioStatementInitial systemL-SHADEPSO
After reconfiguration at 4:00Tie switches74, 75, 76, 77, 7812, 17, 26, 30, 336, 10, 24, 30, 47
Power loss (kW)13.45053.728912.3869
Power loss reduction percentage (%)72.2769%7.9075%
Min voltage
(bus number)
0.9989 p.u.
(18)
0.9991 p.u.
(49)
0.9990 p.u.
(18)
After reconfiguration at 12:00Tie switches74, 75, 76, 77, 7817, 33, 50, 76, 784, 24, 30, 33, 47
Power loss (kW)9.90629.19979.8512
Power loss reduction percentage (%)7.1319%0.5552%
Min voltage
(bus number)
0.9992 p.u.
(18)
0.9990 p.u.
(49)
0.9991 p.u.
(18)
After reconfiguration at 20:00Tie switches74, 75, 76, 77, 7817, 24, 30, 33, 783, 6, 24, 26, 30
Power loss (kW)31.57669.324431.9362
Power loss reduction percentage (%)70.4705%−1.1388%
Min voltage
(bus number)
0.9982 p.u.
(18)
0.9987 p.u.
(49)
0.9981 p.u.
(18)
Table 6. Taiwan case 2 system feeder data.
Table 6. Taiwan case 2 system feeder data.
SystemArea AArea BArea CArea A + B + C
Apparent power (MVA)25
System voltage (kV)11.4
Total of system load demand (one-day average)1471.6 kW +
483.7 kvar
756.7 kW +
248.7 kvar
517.3 kW +
170 kvar
2745.6 kW +
902.4 kvar
Branch number733520134
node number733320126
DG number170017
Total DG capacity (kW)3057.73057.7
Tie switch number28
Table 7. Feeder switches schedule in daily load demand variation.
Table 7. Feeder switches schedule in daily load demand variation.
TimeTie Switches Variation
Original system100109129130131132133134
00:00653548499111117132
01:00328298499111124132
02:0034288499113124132
03:003712408499102116
04:003740508499116117
05:002850518499104116132
06:001534538499116120132
07:00329408499111124132
08:0032850778499111117
09:00101258828499116124
10:00125154778499101111
11:00329548499113120132
12:00103058828499111120
13:00155158849099113124
14:00350548499111117132
15:00105054808499113117
16:004151788499113117129
17:00152051808499113124
18:00345053849099113124
19:0062051828499116120
20:00428538499113117132
21:0031534778499116120
22:00415154788499116124
23:001238518499105113132
Table 8. One-day frequently changed switches.
Table 8. One-day frequently changed switches.
Switch number35154111113117124132
Operation frequency101281012101211
Table 9. Feeder switches schedule in daily load demand variation by considering the operation frequency.
Table 9. Feeder switches schedule in daily load demand variation by considering the operation frequency.
TimeTie Switches Variation
Original system100109129130131132133134
00:00313348499113122132
01:0071334538499113122
02:00313348499111124132
03:003713348499111124
04:001334838499113124132
05:003450538499113122132
06:003713348499113122
07:0071334538499113124
08:007133453849599124
09:00373450849599124
10:00133483849599122132
11:003713348499111124
12:00133453849599122132
13:0073450538499113124
14:003713348499113122
15:0073450838499113124
16:001334538499111122132
17:001034508499113122132
18:00313348499113124132
19:001334538499113124132
20:00133453849599124132
21:0073450538499113124
22:00371334849599124
23:00345083849599122132
Table 10. One-day frequently changed switches by considering the operation frequency.
Table 10. One-day frequently changed switches by considering the operation frequency.
Switch number37135053122124132
Operation frequency1412141412131213
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Huang, Y.-C.; Chang, W.-C.; Hsu, H.; Kuo, C.-C. Planning and Research of Distribution Feeder Automation with Decentralized Power Supply. Electronics 2021, 10, 362. https://doi.org/10.3390/electronics10030362

AMA Style

Huang Y-C, Chang W-C, Hsu H, Kuo C-C. Planning and Research of Distribution Feeder Automation with Decentralized Power Supply. Electronics. 2021; 10(3):362. https://doi.org/10.3390/electronics10030362

Chicago/Turabian Style

Huang, Yen-Chih, Wen-Ching Chang, Hsuan Hsu, and Cheng-Chien Kuo. 2021. "Planning and Research of Distribution Feeder Automation with Decentralized Power Supply" Electronics 10, no. 3: 362. https://doi.org/10.3390/electronics10030362

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