Abstract
Distribution network reconfiguration (DNR) is the optimized change in the topological structure of distribution systems without violating its radial configuration. DNR has been of interest in applied mathematics and engineering because of its importance in modern power systems. In literature, various optimization techniques that constitute a large area of applied mathematics were proposed to obtain optimized radial configurations; however, most of them were tested in small distribution systems. In this paper, a novel graphically-based DNR is proposed to obtain the optimized radial configurations for power loss minimization. The proposed DNR is based on the graphical representation of the distribution system without any need for a radiality check. Case studies were conducted on 16-, 33-, 70-, 83-, 136-, 415-, 880-, 1760-, and 4400-node distribution systems in order to minimize the total power loss. Results have proven the ability of the proposed graphical DNR for power loss minimization by obtaining fast radial configurations in comparison with previous studies and also its ability to deal with large distribution systems efficiently. The proposed DNR succeeded in minimizing the total losses for large distribution systems as the 880-, 1760-, and 4400-node distribution systems by 69.45%, 72.51%, and 74.35%, respectively.
1. Introduction
Distribution systems are the final stage to deliver power from the transmission system to the connected distributed loads. The contribution of the transmission and distribution systems is 30% and 70%, respectively as reported in []. Several strategies were demonstrated in [] to minimize distribution system losses such as distribution network reconfiguration (DNR), reinforcement plans [], power factor correction, voltage imbalance reduction, and harmonic distortion mitigation []. It was figured out that network losses can be reduced by 15%, which is economically beneficial for different network types. DNR is the change in the status of both sectionalized switches and tie-switches as long as the radial configuration of the distribution system, continuous supply of the connected loads, and system operational limits are maintained. DNR was previously used because of its ability in minimizing both the power losses (primary target) and load balancing (byproduct) between the main distribution feeders.
DNR is considered as a nonconvex mixed-integer nonlinear programming (MINLP) problem. Various optimization approaches were proposed to solve the DNR problem including mathematical and heuristic methods []. From the perspective of mathematical methods, various mathematical methods such as MINLP [] and mixed-integer second-order cone programming (MISOCP) were used. Mixed-integer linear programming (MILP) and mixed-integer cone programming (MICP) were formulated in [] using spanning tree constraints to convexify the DNR problem. The proposed approach succeeded in reaching optimal/near-optimal solutions for different distribution systems, but it demands more time for large practical systems. A linearized load flow model was proposed in [] to solve the DNR problem for power loss minimization in which the DNR problem was implemented as a mixed-integer quadratic programming (MIQP) problem. A fuzzy multi-objective optimization approach was proposed in [] to minimize power loss. A MISOCP formulation for the DNR problem was proposed in [] to demonstrate the effectiveness of convexifying the distribution AC power flow. The proposed optimization approach successfully minimized power losses for the 33-, 70-, 136-, and 880-node distribution systems. From the perspective of heuristic and metaheuristic optimization approaches, numerous optimization techniques were employed to solve the DNR problem, such as an ant-lion optimization algorithm (ALO) [], tabu search algorithm [], genetic algorithm (GA), [] and others. The main concern linked to the heuristic and metaheuristic approaches is the long computational time of these approaches resulting from the random search. To overcome this concern, a parallel genetic algorithm was implemented in a graphics processing unit (GPU) in order to minimize power loss for large distribution systems [] which has proven its ability to provide an optimal/near-optimal solution for the DNR problem for large distribution systems. Moreover, another optimization approach was proposed in [] using a discrete-continuous hyper-spherical search algorithm (DC-HSS) which is able to provide radial configurations directly and decrease the computational burden, but still the main problem was the time consumed to check radiality. In [], a simultaneous strategy composed of reconfiguration and capacitor placement is proposed for power loss minimization using an ant colony search algorithm. It was tested on the 16- and 83- distribution systems. A theoretical approach based on graphical and matroid theories was proposed in [] to enhance GA in finding the best configuration of distribution systems. The proposed approach was tested on the 16-, 33-, and 70-node distribution systems. In [], a metaheuristic optimization technique called artificial immune system was deployed to optimize the 33- and 83- node distribution systems. An enhancement for the integer particle swarm optimization approach was proposed in [] to find the optimal configuration of the 33- and 83-node distribution systems. A fast nondominated sorting GA (FNSGA) was proposed in [] to optimize the distribution network to minimize power loss and number of switching actions, enhance voltage profile, and also for load balancing. The proposed FNSGA was tested on three distribution systems including 16-, 69-, and 136-node distribution systems.
In this paper, a novel graphically based DNR approach is proposed to obtain the optimized radial configurations for power loss minimization. The proposed DNR is based on the graphical representation of the distribution system without any need for a radiality check. Case studies were conducted on 16-, 33-, 70-, 83-, 136-, 415-, 880-, 1760-, and 4400-node distribution systems in order to minimize the total power loss. The proposed approach has proven its fast convergence in finding optimal/near-optimal solutions for the DNR problem compared with previous works in literature.
The remainder of this paper is organized as follows: Section 2 discusses the mathematical formulation of the DNR problem and the proposed graphically-based DNR mathematical programming approach. Section 3 presents the problem formulation. In Section 4, the obtained results for the DNR problem are presented for the distribution systems under investigation. Finally, Section 5 presents the conclusions and future works.
2. Problem Statement
In this section, distribution system modeling, the power flow equations, and the proposed graphically-based DNR mathematical approach are illustrated in the following subsections.
2.1. Power Flow Equations
Figure 1 presents the distribution system modeling.
Figure 1.
Distribution system modeling.
The power flow equations used to solve the distribution system under investigation are illustrated as follows:
where and are the injected active and reactive powers at the node, and are the active and reactive powers of the connected loads onto node , is the magnitude of the bus voltage, and and are the feeder resistance and reactance between nodes and .
2.2. Proposed Graphical Distribution Network Reconfiguration
Distribution networks are composed of feeders, nodes, lines, and switches. These switches are composed of sectionalized switches (normally closed switches) and tie-switches (normally open switches) in which tie-switches are joining between two feeders, loop laterals or two substations. Sectionalized switches are assumed to be located in each line, whereas tie-switches are assumed to be located in each tie-line. Both sectionalized and tie switches are the binary decision variables (), presented using the vector , where and , represent the set of lines (edges) and nodes (vertices), respectively. and are the number of lines and nodes, respectively. The proposed graphically-based DNR mathematical is a standalone optimizer. It has the ability to reconfigure the distribution network without using any optimization technique. Moreover, it provides an optimal/near-optimal configuration of the distribution network in a very fast manner even if the distribution system is very large, and also the requirement for checking radiality after generating each configuration is eliminated. The DNR mathematical approach is illustrated as follows:
Step 1: To represent the graphical structure of the distribution network, a matrix is formulated, based on the branch-bus incidence matrix, where . Its rows and columns . Each line in the distribution network is represented in by and where and , denoting the starting and the ending nodes of the line , respectively. A vector of dimension is initialized by the initial configuration of the system, where each element in takes a value “1” for a sectionalized line and “0” for a tie-line.
Step 2: A difference vector is calculated by subtracting from a unity vector, where the element in is denoted by . If equals , that denotes that a tie-line is located at the line. These tie-lines are gathered in a set , and the number of elements in is equal to the number of tie-lines . A temporary vector is also assumed before starting Step 3.
Step 3: Starting from the concept that for every tie-line in a loop, in order to be changed to a sectionalized line, another sectionalized line in that loop must be changed to a tie-line. As a result of applying that concept, the radiality of the distribution network will be maintained. In order to apply that concept efficiently and in a very fast manner, the following procedure is applied to reconfigure the distribution system as follows:
- (a)
- Set .
- (b)
- Start from the tie-line in represented by and connected from the node to the node. A set is formed, including sectionalized lines connected by their ends to the line nodes, as shown in Figure 2, in which these sectionalized lines are proposed to be tie-lines where and do not include main feeder lines.
Figure 2. Possible trials for exchanging tie-line with its neighboring sectionalized lines. - (c)
- A weighted voltage deviation () index is calculated for each candidate sectionalized line in the set and its corresponding tie-line . The index for the sectionalized line in is formulated as follows:
- (d)
- Tie-lines and their corresponding sectionalized lines are then sorted according to their value, where the highest value takes the highest priority. Let represent the number of possible trials to reconfigure the distribution network. Further, a matrix is formed, with rows and columns . Its first and second columns include the tie-lines and their corresponding sectionalized lines, respectively, after the sorting procedure is done.
- (e)
- Set .
- (f)
- Set and .
- (g)
- Calculate the objective function. Thus,
- -
- Assume that the mathematical problem is minimization. If the objective function is better than the initial objective function value, then update and repeat the reconfiguration process, starting from Step 2.
- -
- If the objective function value is greater than the initial objective function value or the power flow did not converge, and , then set and repeat sub-step f.
- -
- If , then jump to Step 5.
Step 5: Display , where is the best configuration of the distribution network.
Illustrative Example on the Proposed DNR
The following example illustrates the application of the proposed DNR mathematical approach on the 16-node distribution system to achieve a better power loss minimization. The DNR procedure is illustrated in Table 1 for the 16-node distribution system. Figure 3a–c illustrates the switching actions done by the proposed DNR. The candidate lines connected to the nodes are highlighted in orange. Moreover, the new tie-lines after each iteration are highlighted in blue as shown in Figure 3b,c.
Table 1.
Distribution network reconfiguration procedure for the 16-node distribution system.
Figure 3.
DNR procedure for 16-node distribution system: (a) Initial configuration, (b) iteration 1 and (c) iteration 2.
3. Problem Formulation
3.1. Objective Function
The objective functions required to be minimized are formulated as follows:
3.2. Constraints
4. Results and Discussion
DNR Only
The following case study is developed in MATLAB (r2019a MathWorks Inc., Natick, Massachusetts, USA), running on a Dell Latitude E7450 laptop (Dell Inc., Round Rock, Texas, USA) with 4-core Intel Core i5 CPU (Intel Corporation, Santa Clara, California and USA) at 2.3 GHz and 8 GB of RAM. In this case study, the objective function required to be minimized is . The proposed DNR mathematical approach is tested on 16-, 33-, 70-, 83-, 136-, 415-, 880-, 1760-, and 4400-node distribution systems []. The 33-node system is a hypothetical system, in which its voltage level is 12.66 kV. Another set of the systems are illustrative systems (parts of real systems) that are used in previous works [] as 16-, 70-, and 136-node distribution systems. Their voltage levels are 23, 11, and 13.8 kV, respectively. The 83-node is a real system from a power company in Taiwan [] in which its voltage level is 11.4 kV. The 415-node system is assembled using five instances of the 83-node system with the addition of 8 new tie switches []. The 880-node is a hypothetical system in which its data were taken from []. The 1760-node system was assembled using two instances of the 880-node system by the addition of 20 extra tie switches to interconnect the two systems. The 4400-node system was built in the same manner but using 50 extra tie switches. These systems are usually examined in the literature in solving the DNR problem.
Table 2 illustrates the details of the distribution systems under study. The power loss obtained using the proposed DNR mathematical approach is compared with the corresponding power losses presented in previous works, as presented in Table 3.
Table 2.
Distributions systems for the DNR case study.
Table 3.
Comparison of the proposed DNR with previous works.
From Table 3, the ability of the proposed DNR arises in its fast search toward optimality in which its search procedure seeks to find the best exchange between tie-lines and its neighboring sectionalized lines. Before performing DNR on the 16-, 33-, 70-, 83-, 136-, 415-, 880-, 1760-, and 4400-node distribution systems, was 511.4, 211, 227.5, 532, 320.3, 2660, 1496.4, 2992.2, and 7482.2 kW, respectively. After performing DNR, is 466.1, 139.57, 201.4, 470.06, 280.1, 2349.4, 457.03, 822.4, and 1918.6 kW for the 16-, 33-, 70-, 83-, 136-, 415-, 880-, 1760-, and 4400-node distribution systems, respectively. From the results obtained, it was figured out that was lower than that obtained by [,], [,], [], [], and [,] for the 33-, 70-,136-, 415-, and 880-node distribution systems, respectively. Moreover, the proposed DNR approach succeeded in minimizing for two large distribution systems, the 1760- and 4400-node distribution systems by 72.51% and 74.35%, respectively. The results obtained are not changed for multiple runs as no randomness exists in the proposed DNR mathematical approach. In addition, the computational burden is low compared to the previous works presented in Table 3. The contour plots for the voltage profile of the 83- and 136-node distribution systems are provided in Figure 4 and Figure 5, respectively. Moreover, the 33-, 83-, and 136-node distribution system configurations before and after DNR are provided in Figure 6, Figure 7 and Figure 8, respectively. Table 4, Table 5, Table 6, Table 7 and Table 8 illustrate the optimization process using the proposed DNR for 16-, 83-, 136-, 415-, and 880-node distribution systems. The optimal configurations for the studied distribution systems are provided in Table 9.
Figure 4.
Voltage profile before and after DNR for the 83-node distribution system.
Figure 5.
Voltage profile before and after DNR for the 136-node distribution system.
Figure 6.
33-node distribution system: (a) Before DNR, (b) after DNR.
Figure 7.
83-node distribution system: (a) Before DNR, (b) after DNR.
Figure 8.
136-node distribution system: (a) Before DNR, (b) after DNR.
Table 4.
DNR optimization process for the 16-node distribution system.
Table 5.
DNR optimization process for the 83-node distribution system.
Table 6.
DNR optimization process for the 136-node distribution system.
Table 7.
DNR optimization process for 415-node distribution system.
Table 8.
DNR optimization process for the 880-node distribution system.
Table 9.
Distribution systems’ configuration after DNR.
5. Conclusions
In this work, a novel DNR mathematical approach is proposed based on the graphical structure of the distribution network under investigation. The proposed DNR mathematical approach is a direct optimization method that can obtain the best configuration of the distribution network under investigation in a fast and efficient manner. The proposed mathematical approach has been tested on various distribution systems up to a 4400-node distribution system. From this intensive study, it can be concluded that the proposed mathematical approach has provided an optimal/near-optimal solution for the reconfiguration problem even if the system is large. In addition, it has succeeded in reducing the total active losses for the 16-, 33-, 70-, 83-, 136-, 415-, 880-, 1760-, and 4400-node distribution systems by 8.85%, 33.85%, 11.47%, 11.64%, 12.55%, 11.67%, 69.45%, 72.51%, and 74.35%, respectively. Moreover, it has a fast convergence towards optimality. However, the load models and the number of the available tie switches differ in real systems than hypothetically based systems. However, the main difficulty with the real systems is the availability and completeness of their data. In this context, one can note that the losses are reduced up to >70% in the hypothetically based systems; however, in real systems such as the 83- and 415-node systems, the losses are reduced up to >11%. The difference in values clarifies the importance of handling real systems with representative load models. From experience gained from this work and other previous works by the same authors, we can say that the losses will be reduced in real systems up to >15% only. Moreover, as the cost of reinforcement is high, the economic case for the proposed DNR strategy, as a result, appears to be strong. Algorithmically, the proposed methodology can minimize power losses for any distribution system in a fast and efficient manner as validated by comparison with the results obtained from other previous studies. Therefore, applying the proposed DNR mathematical approach to modern distribution systems has fulfilled an economic aspect for different network types due to its ability to minimize the total power losses and in turn minimizing the investment costs to reinforce the existing distribution networks.
Finally, loss minimization is shown to be marginally higher performing but in a fraction of the computation time of benchmarks. Given the extensive nature of distribution, this is important from the perspective of scaling.
Future studies will be conducted to implement the proposed DNR with/without distributed generation and soft open points placement, using multi-objective optimization techniques for both balanced and unbalanced distribution systems. In addition, the impact of component-based aggregate load models on the performance of the proposed solution will be considered to emphasize the ability of the proposed DNR approach in minimizing the total power losses with various load models.
Author Contributions
I.M.D. and S.H.E.A.A. designed the problem under study; I.M.D. performed the simulations and obtained the results. S.H.E.A.A. analyzed the obtained results. I.M.D. wrote the paper, which was further reviewed by S.H.E.A.A., A.E.-R., A.Y.A., and A.F.Z.
Funding
This research received no external funding.
Conflicts of Interest
The authors declare no conflict of interest.
Abbreviations
| ALO | Ant-lion optimization algorithm |
| DC-HSS | Discrete-continuous hyper-spherical search algorithm |
| DNR | Distribution network reconfiguration |
| FNSGA | Fast nondominated sorting genetic algorithm |
| GA | Genetic algorithm |
| GPU | Graphics processing unit |
| MICP | Mixed-integer cone programming |
| MILP | Mixed-integer linear programming |
| MINLP | Mixed-integer nonlinear programming |
| MISOCP | Mixed-integer second-order cone programming |
Nomenclature
| Iteration number. | |
| , | The set of lines (edges) and nodes (vertices), respectively. |
| Line-node incidence matrix. | |
| , | The number of lines and nodes, respectively. |
| The number of possible trials to reconfigure the distribution network. | |
| , | The injected active and reactive powers at the node. |
| , | The active and reactive powers of the connected loads onto node . |
| , | The feeder resistance and reactance between nodes and . |
| The magnitude of the node voltage. | |
| Weighted voltage deviation index. | |
| The best configuration of the distribution network. | |
| The temporary configuration of the distribution network. |
References
- Sulaima, M.F.; Mohamad, M.F.; Jali, M.H.; Bukhari, W.M.; Baharom, M.F. A comparative study of optimization methods for 33kV distribution network feeder reconfiguration. Int. J. Appl. Eng. Res. 2014, 9, 1169–1182. [Google Scholar]
- Strategies for Reducing Losses in Distribution Networks. Imperial College London. 2018. Available online: https://www.ukpowernetworks.co.uk/losses/static/pdfs/strategies-for-reducing-losses-indistribution networks.d1b2a6f.pdf (accessed on 1 November 2019).
- Ismael, S.M.; Abdel Aleem, S.H.E.; Abdelaziz, A.Y.; Zobaa, A.F. Practical considerations for optimal conductor reinforcement and hosting capacity enhancement in radial distribution systems. IEEE Access 2018, 6, 27268–27277. [Google Scholar] [CrossRef]
- Ismael, S.; Abdel Aleem, S.; Abdelaziz, A.; Zobaa, A. Probabilistic hosting capacity enhancement in non-sinusoidal power distribution systems using a hybrid PSOGSA optimization algorithm. Energies 2019, 12, 1018. [Google Scholar] [CrossRef]
- Badran, O.; Mekhilef, S.; Mokhlis, H.; Dahalan, W. Optimal reconfiguration of distribution system connected with distributed generations: A review of different methodologies. Renew. Sustain. Energy Rev. 2017, 73, 854–867. [Google Scholar] [CrossRef]
- Paterakis, N.G.; Mazza, A.; Santos, S.F.; Erdinc, O.; Chicco, G.; Bakirtzis, A.G.; Catalao, J.P.S. Multi-objective reconfiguration of radial distribution systems using reliability indices. IEEE Trans. Power Syst. 2016, 31, 1048–1062. [Google Scholar] [CrossRef]
- Jabr, R.A.; Singh, R.; Pal, B.C. Minimum loss network reconfiguration using mixed-integer convex programming. IEEE Trans. Power Syst. 2012, 27, 1106–1115. [Google Scholar] [CrossRef]
- Ahmadi, H.; Marti, J.R. Distribution system optimization based on a linear power-flow formulation. IEEE Trans. Power Deliv. 2015, 30, 25–33. [Google Scholar] [CrossRef]
- Das, D. A fuzzy multiobjective approach for network reconfiguration of distribution systems. IEEE Trans. Power Deliv. 2006, 21, 202–209. [Google Scholar] [CrossRef]
- Taylor, J.A.; Hover, F.S. Convex models of distribution system reconfiguration. IEEE Trans. Power Syst. 2012, 27, 1407–1413. [Google Scholar] [CrossRef]
- Ali, E.S.; Abd Elazim, S.M.; Abdelaziz, A.Y. Ant lion optimization algorithm for optimal location and sizing of renewable distributed generations. Renew. Energy 2017, 101, 1311–1324. [Google Scholar] [CrossRef]
- Gandomkar, M.; Vakilian, M.; Ehsan, M. A genetic–based tabu search algorithm for optimal DG allocation in distribution networks. Electr. Power Compon. Syst. 2005, 33, 1351–1362. [Google Scholar] [CrossRef]
- Borges, C.L.T.; Falcão, D.M. Optimal distributed generation allocation for reliability, losses, and voltage improvement. Int. J. Electr. Power Energy Syst. 2006, 28, 413–420. [Google Scholar] [CrossRef]
- Roberge, V.; Tarbouchi, M.; Okou, F.A. Distribution system optimization on graphics processing unit. IEEE Trans. Smart Grid 2017, 8, 1689–1699. [Google Scholar] [CrossRef]
- Diaaeldin, I.; Abdel Aleem, S.; El-Rafei, A.; Abdelaziz, A.; Zobaa, A.F. Optimal network reconfiguration in active distribution networks with soft open points and distributed generation. Energies 2019, 12, 4172. [Google Scholar] [CrossRef]
- Chang, C.-F. Reconfiguration and capacitor placement for loss reduction of distribution systems by ant colony search algorithm. IEEE Trans. Power Syst. 2008, 23, 1747–1755. [Google Scholar] [CrossRef]
- Enacheanu, B.; Raison, B.; Caire, R.; Devaux, O.; Bienia, W.; HadjSaid, N. Radial network reconfiguration using genetic algorithm based on the matroid theory. IEEE Trans. Power Syst. 2008, 23, 186–195. [Google Scholar] [CrossRef]
- de Oliveira, L.W.; de Oliveira, E.J.; Gomes, F.V.; Silva, I.C.; Marcato, A.L.M.; Resende, P.V.C. Artificial immune systems applied to the reconfiguration of electrical power distribution networks for energy loss minimization. Int. J. Electr. Power Energy Syst. 2014, 56, 64–74. [Google Scholar] [CrossRef]
- Wu, W.-C.; Tsai, M.-S. Application of enhanced integer coded particle swarm optimization for distribution system feeder reconfiguration. IEEE Trans. Power Syst. 2011, 26, 1591–1599. [Google Scholar] [CrossRef]
- Eldurssi, A.M.; O’Connell, R.M. A fast nondominated sorting guided genetic algorithm for multi-objective power distribution system reconfiguration problem. IEEE Trans. Power Syst. 2015, 30, 593–601. [Google Scholar] [CrossRef]
- Roberge, V. Distribution Feeder Reconfiguration (DFR) Test Cases. Available online: http://roberge.segfaults.net/joomla/index.php/dfr (accessed on 1 November 2019).
© 2019 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).