Optimum Distribution Network Reconfiguration Using Firefly Algorithm

5 downloads 34907 Views 473KB Size Report
Optimum Distribution Network Reconfiguration Using. Firefly Algorithm. C. Djabali. A. Boukaroura. N.Ketfi. T. Bouktir. University of Setif 1. University of Oum.
Proceedings of the International Conference on Recent Advances in Electrical Systems, Tunisia, 2016

Optimum Distribution Network Reconfiguration Using Firefly Algorithm C. Djabali

University of Setif 1 Setif, Algeria [email protected]

A. Boukaroura

N.Ketfi

University of Oum el Bouaghi Algeria

T. Bouktir

University of Batna Batna , Algeria

Setif, Algeria [email protected] [email protected]

[email protected]

Abstract--The reconfiguration of the distribution system is used to minimize total power loss by providing good voltage profile. It is performed based on a metaheuristic optimization method, called firefly algorithm (FA). First, the algorithm was applied to the IEEE33- bus test system to find a new optimum configuration of the network by opening and closing the normally open switch and normally closed switches, keeping its radial structure and ensuring the supply of all connected loads. The application of the FA algorithm has achieved a good compromise efficiency and success rate compared to other highly recognized algorithms. Second, the algorithm was applied to a real distribution network of 112bus with the aim to achieve optimal configuration and minimize the total power loss ensuring good voltage profile. Index Terms-- Distribution Network; Firefly Algorithm; Reconfiguration.

1. INTRODUCTION Two types of switches are generally known in the electrical system for the protection and network configuration. The first are normally closed switches (sectionalizing switches) and the second normally open (tie switches). By changing the state of these switches, the configuration of the distribution system is changed and the loads are transferred between the lines, so that the radial power configuration is maintained. This implementation is known as the reconfiguration of the power supply system [1]. In general, the process of reconfiguring a power distribution network is associated with the search for a new topology, allowing the distribution of power in the most efficient possible manner [2]. This topological search is achieved by optimizing the network under the objective of minimizing total losses of active power system and improving the voltage profile. Some benefits are related to the reconfiguration [3] [4]: -The ability to reduce the losses of active power; -Increasing the capacity of the system; -Ensuring the continuity of service for maintenance or system faults.

University of Setif 1

method, called fireflies algorithm, applied firstly to the test system IEEE -33 bus to confirm the effectiveness of the algorithm and secondly on a real distribution network of 112-bus. 2. OPENING AND CLOSING OF THE SWITCHES The main aim of an optimal reconfiguration (opening and closing of the switches) is to minimize active power loss. Therefore, the objective function of this study is: 2 Minimise {Plosses = åln=i | I i | Ri } (1) where: i = Number of lines in the system. Ii = Line real active current. Ri = Line resistance. By providing [4]: - Holding the radial structure of the network. - The maximum and minimum amplitudes and phase angles of the voltages of the bus. - The maintenance of the balance of power across the bus. - The power supply of all loads connected to the network. The closure of all switches in the network of radial distribution will create loops in the network determining the possible elements that must be opened. So the radial structure of the distribution system is maintained by the identification of these loops, ensuring that only one line segment is always switched open, which allows the generation of eligible topologies delimiting the search space to evaluate the configuration process. Then each identified loop determines, among all its elements, the element to disconnect to form a radial network. Figure 1 represents a network consisting of three loops where the components of each of them are determined as follows: [2] Loop 1= [L2 L4 L5] Loop 2= [L1 L3 L4] Loop 3= [L5 L6 L7]

In this paper, the reconfiguration technique of distribution network is used to search the possible optimum configuration by the application of a metaheuristic

ISBN: 978-9938-14-953-1

(278)

Editors: Tarek Bouktir & Rafik Neji

Proceedings of the International Conference on Recent Advances in Electrical Systems, Tunisia, 2016

L1

1

2

L2

3

d

rij = xi - x j =

Loop 2 L3 L4

Loop 1 L5

)2

(4)

Where xi,k is the kth component of the spatial coordinate xi of the ith firefly and d is the number of dimensions, for d = 2, we have:

L6

L7

rij =

(xi - x j )2 + (yi - y j )2

(5)

However, the calculation of distance r can also be defined using other distance metrics, based on the nature of the problem, such as Manhattan distance or Mahalanobis distance.

5

Fig. 1. Network consists of three loops.

Therefore, to design a feasible radial topology, items that will be disconnected are to be elected from the set of vectors, without common elements of basic loops. Combinatorial that can be obtained from these vectors provide all possible configurations of the system. To get the best possible configuration respecting all constraints, a metaheuristic optimization method, called algorithm fireflies is applied, where the principle and its parameters are shown below. 3. FIREFLY ALGORITHM The firefly algorithm has three particular idealized rules which are based on some of the major flashing characteristics of real fireflies. These rules are the following [5]: - All fireflies are unisex, and they move towards more attractive and brighter ones regardless their sex. - The degree of attractiveness of a firefly is proportional to its brightness which decreases as the distance from the other firefly increases due to the fact that the air absorbs light. If there is not a brighter or more attractive firefly than a particular one, it will then move randomly. - The brightness or light intensity of a firefly is determined by the value of the objective function of a given problem. For maximization problems, the light intensity is proportional to the value of the objective function. A. Attractivenes In the firefly algorithm, the form of attractiveness function of a firefly is the following monotonically decreasing function: with m ≥1 b r = b 0 * exp (- grijm ) , (3) Where, r is the distance between any two fireflies, β0 is the initial attractiveness at r = 0, and γ is an absorption coefficient which controls the decrease of the light intensity. B. Distance The distance between any two fireflies i and j, at positions xi and xj , respectively, can be defined as a Cartesian or Euclidean distance as follows :

ISBN: 978-9938-14-953-1

i ,k - x j ,k

k =1

Loop 3 3 4

å (x

C.Movement The movement of a firefly i which is attracted by a more attractive (brighter) firefly j is given by the following equation:

( )(

)

1ö æ xi = xi + b0 * exp - grij2 * x j - xi + a * ç rand - ÷ (6) 2ø è Where the first term is the current position of a firefly, the second term is used for considering a firefly’s attractiveness to light intensity seen by adjacent fireflies, and the third term is used for the random movement of a firefly in case there are no brighter ones. The coefficient α is a randomization parameter determined by the problem of interest, while rand is a random number generator uniformly distributed in the space [0,1]. As we will see in this implementation of the algorithm, we will use b 0 =1.0, a Î [0, 1] and the

g

attractiveness or absorption coefficient =1.0, which guarantees a quick convergence of the algorithm to the optimal solution [5]. 4. OPTIMAL RECONFIGURATION BY THE APPLICATION OF FA The problem of optimal reconfiguration to minimize active power losses has been addressed using metaheuristic firefly algorithm (FA). It works by first generating random solutions from space research imposed by the loops formed by closing all existing switches and evaluate them. Finally, it consists in determining a new optimal topology of the distribution network through the application of this algorithm in finding the normally open switches to close, and branches with switches normally closed to open, corresponding to the best possible solution. The operation is done according to the flowchart in Figure 2. The state vector corresponding to the reconfiguration of the network is given as follows:

X = [ S1S 2 ....S NB ](1xNB)

(6) S1, S2, ... .SNB: are switches selected to be open for a new configuration. NB is the number of vectors or loops formed by the closing of the switches.

(279)

Editors: Tarek Bouktir & Rafik Neji

Proceedings of the International Conference on Recent Advances in Electrical Systems, Tunisia, 2016

The application parameters of FA to solve the problem of the optimal configuration of the distribution network are given as follows: [6] [7] [8] [9]: - Number of fireflies: 30; - Maximum number of iterations: 30; - Parameter distribution (α): 0.25; - The minimum value of attractiveness (β): 0.2; - Absorption coefficient (γ): 1.

A. IEEE 33-bus In addition to the 32 branches, the network comprises five normally open switches (tie-switches) selected to be closed to insert new branches.

Reading data from the distribution network Identification of network loop formed by the closing of the switches

Generate an initial population of fireflies xi (i = 1, ..., n) making the search space imposed by the formed loops k=1

Insert variables xi (i = 1, ..., n) to obtain a new configuration

Fig. 3. IEEE33-bus with normally open switches (tie-switches)

Results and Discussion: Table 1 shows the voltage at each bus for the optimal network configuration. Figure 4 represents the voltage profile before and after the reconfiguration of the network. The minimum voltage of 0.9134 pu with the initial configuration, where the switches 33, 34, 35, 36, 37 are open, is obtained at the bus 18. After completing the program, an optimal network topology is obtained with new branches open 7, 9, 14, 32, 37. A new voltage profile is obtained with a minimum value of 0.94237 pu at the bus 32 (Figure 4).

Calculate the power flow for each state variable Evaluate new solutions k=k+1 Sort fireflies based on their brightness

Find the best Firefly according to objective function

Move all the fireflies to the best locations

No

Maximum iterations Yes Results

Fig. 2. Flowchart of the determination of the optimal topology of the distribution network

The problem is programmed in MATLAB and applied firstly on the network test IEEE 33-bus [10] shown in the figure 3 and secondly on the real distribution network 112bus [11] shown in the figure 6. Fig. 4. Level voltage of each bus of the distribution IEEE33-bus before and after reconfiguration

ISBN: 978-9938-14-953-1

(280)

Editors: Tarek Bouktir & Rafik Neji

Proceedings of the International Conference on Recent Advances in Electrical Systems, Tunisia, 2016

TABLE I

Voltages before and after reconfiguration of the distribution system IEEE 33-bus V(pu) Bus number Initial configuration 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33

1.0000 0.9970 0.9830 0.9755 0.9682 0.9498 0.9463 0.9415 0.9352 0.9294 0.9286 0.9271 0.9210 0.9187 0.9173 0.9160 0.9140 0.9134 0.9965 0.9929 0.9922 0.9916 0.9794 0.9727 0.9694 0.9479 0.9453 0.9339 0.9257 0.9222 0.9180 0.9171 0.9168

Optimal configuration 1.0000 0.9971 0.9870 0.9825 0.9782 0.9717 0.9711 0.9634 0.9600 0.9643 0.9644 0.9647 0.9626 0.9620 0.9539 0.9522 0.9493 0.9482 0.9952 0.9788 0.9743 0.9711 0.9835 0.9768 0.9735 0.9700 0.9676 0.9571 0.9496 0.9465 0.9430 0.9424 0.9479

Table 2 shows the summary of the results before and after reconfiguration IEEE33-bus network by applying the FA algorithm. For the optimal configuration, the total losses are reduced from 201.89 kW to 136.14 kW with a reduction rate of 32.57%, which clearly reflects the impact of the optimal network reconfiguration on reducing total active power losses. Figure 5 gives the new optimal configuration obtained by applying the algorithm FA where the solid lines indicate the branches in service, and the broken lines indicate the branches out of service. The network is always radial and all connected loads are supplied.

Fig. 5. IEEE33-bus network with the new optimal configuration obtained by FA

Table 3 shows a comparison between the results obtained by the FA algorithms (Fireflies Algorithm), ABC (Artificial Bees Algorithm), GA (Genetic Algorithm) [12] and TS (Tabu Search Algorithm) [13] made before and after reconfiguration. TABLE III

Results obtained by FA compared to ABC, GA and TS Total losses (kW)

Reduction of losses (%)

Algorithm

Operational switch

Initial configuration

33, 34, 35,36,37

201.89

-

ABC

8, 14, 28, 32, 33

139.52

30.90

GA

9, 28, 33, 34, 36

140.61

30.36

TS

6,11,14, 28, 31

136,47

32.40

FA

7, 9, 14, 32, 37

136,14

32.57

TABLE II

Result of reconfiguration IEEE 33-bus network by FA Initial configuration Operational switches

33,34,35,36,37

FA configuration 7,9,14,32,37

Power losses (kW)

201.89

136.14

Minimum voltage (pu)

0.9134

0.9423

Bus minimum voltage

18

32

ISBN: 978-9938-14-953-1

(281)

Editors: Tarek Bouktir & Rafik Neji

Proceedings of the International Conference on Recent Advances in Electrical Systems, Tunisia, 2016

After reconfiguration of the network, we find that the value 136.14 kW of total loss of active power obtained by FA is less than those obtained by applying the algorithms GA (140.6 kW), ABC (139.5 kW) and TS (136.47 kW). These results reflect the effectiveness of the FA algorithm compared to GA, ABC and TS. B. Real distribution network of 112- bus In addition to the 111 branches, the network comprises seven normally open switches (tie-switches) selected to be closed to insert new branches.

Fig. 7. Level voltage of each bus of the distribution real network 112-bus before and after reconfiguration

113

114

115

Table 6 shows the summary of the results before and after reconfiguration of real netowrk 112-bus by applying the FA algorithm. For the optimal configuration, the total losses are reduced from 309.84 kW to 224.48 kW with a reduction rate of 27.54%, which clearly reflects the impact of the optimal network reconfiguration on reducing total active power losses. TABLE VI

116

Result before and after reconfiguration of real network 112-bus by FA Initial configuration

117

118

119

configuration

Operational switches

113,114,115,116

42,49,70,78

117,118,119

88,94,101

Power losses (kW)

309.84

224.48

Reactive losses (KvaR)

288.88

162.04

Minimum voltage (pu)

0.9114

0.9304

Bus minimum voltage

102

66

5. CONCLUSION

Fig. 6. Real distribution network 112-bus with normally open switches (tie-switches).

ISBN: 978-9938-14-953-1

The optimization method, based on the algorithm of the Fireflies FA, was used to find the most appropriate network topology distribution IEEE33-bus and real distribution network 112 -bus with the objective to have the minimum power loss with an eligible voltage profile. The optimal obtained configuration meets the requirements; keep the radial structure of the network, and ensure the supply of all loads connected to the network. The results have proven the effectiveness of the algorithm

(282)

Editors: Tarek Bouktir & Rafik Neji

Proceedings of the International Conference on Recent Advances in Electrical Systems, Tunisia, 2016

used FA compared with those obtained by the algorithms GA, ABC and TS. REFERENCES [1] J M. A. Kashem, V. Ganapathy and G. B. Jasmon, “Network Reconfiguration for Load Balancing in Distribution Networks”, IEE Proceeding of Generation Transmission and Distribution, vol. 146, no. 6, pp. 563-567, November 1999. [2]J. Mendoza, R. López, D. Morales, E. López, M. Meunier, " Un Modèle de Reconfiguration pour la Minimisation de l’Energie Non Fournie utilisant des Algorithmes Génétiques", IV congrès international d’Electrotechnique du futur EF’2005 [3]C. T. Su, and C. S. Lee, “Network Rconfiguration of Distribution Systems using Improved Mixed-Integer Hybrid Differential Evolution”, IEEE Transaction on Power Delivery, vol. 18, no. 3, pp. 1022-1027, July 2003. [4]Alexander Ismael Rost, “Distribution systems with distributed generation: Analysis and operation”, University of New Brunswick, September, 2006  [5]Xin-She Yang, “Cuckoo Search and Firefly Algorithm Theory and Applications”, Studies in Computational Intelligence Volume 516, pp. 12-18. Springer Cham Heidelberg New York Dordrecht London, 2014.  [6]Ministry of Higher Education, Malaysia under Fundamental Research Grant Scheme (FRGS), "Optimal allocation and sizing of distributed generation in distribution system via Firefly algorithm". [7]Ketfi Nadhir, Djabali Chabane and Tarek Bouktir," Minimization of active power losses in radial distribution system by optimal location and size of distributed generation using the Firefly algorithm" ACTA ELECTROTECHNICA, Volume 54, Number 1, 2013. [8]Ketfi Nadhir, Djabali Chabane and Tarek Bouktir, " Firefly algorithm based energy loss minimization approach for optimal sizing & placement of distributed generation" ICMSAO Tunisia, 978-1-4673-5814-9/2013 IEEE. [9]Ketfi Nadhir, Djabali Chabane and Tarek Bouktir, " Firefly Algorithm for Optimal Allocation and Sizing of Distributed Generation in Radial Distribution System for Loss Minimization" CoDIT'13 Tunisia, 978-1-4673-5549-0/2013 IEEE. [10] E. Afzalan, M. A. Taghikhani and M. Sedighizadeh, "Optimal Placement and Sizing of DG in Radial Distribution Networks Using SFLA," International Journal of Energy Engineering, Vol. 2, pp. 73-77, 2012. [11] Y. Amrani , “energy compensation reactive in transportation networks and distribution”, Thesis of Doctorat LMD ;Alger; Algeria , 2014 [12] R.Srinivasa Rao, S.V.L. Narasimham, M. Ramalingaraju, “Optimization of Distribution Network Configuration for Loss Reduction Using Artificial Bee Colony Algorithm”, World Academy of Science, Engineering and Technology 45, 2008.

[13] Tilak Thakur and Jaswanti Dhiman, “A Tabu search algorithm for multi-objective purpose of feeder reconfiguration”, Journal of Electrical and Electronics Engineering Research Vol. 3(4), pp. 71-79, June 2011

ISBN: 978-9938-14-953-1

(283)

Editors: Tarek Bouktir & Rafik Neji