SciELO - Scientific Electronic Library Online

 
vol.82 número192Voltage regulation in a power inverter using a quasi-sliding control techniqueRepresentation of electric power systems by complex networks with applications to risk vulnerability assessment índice de autoresíndice de assuntospesquisa de artigos
Home Pagelista alfabética de periódicos  

Serviços Personalizados

Journal

Artigo

Indicadores

Links relacionados

  • Em processo de indexaçãoCitado por Google
  • Não possue artigos similaresSimilares em SciELO
  • Em processo de indexaçãoSimilares em Google

Compartilhar


DYNA

versão impressa ISSN 0012-7353

Dyna rev.fac.nac.minas vol.82 no.192 Medellín jul./ago. 2015

https://doi.org/10.15446/dyna.v82n192.48573 

DOI: http://dx.doi.org/10.15446/dyna.v82n192.48573

Distributed generation placement in radial distribution networks using a bat-inspired algorithm

Ubicación de generación distribuida en redes de distribución radiales usando un algoritmo inspirado en murciélagos

John Edwin Candelo-Becerra a & Helman Enrique Hernández-Riaño b

a Departamento de Ingeniería Eléctrica y Automática, Facultad de Minas, Universidad Nacional de Colombia - Sede Medellín, Medellín, Colombia, jecandelob@unal.edu.co
b Departamento de Ingeniería Industrial, Universidad de Córdoba, Montería, Colombia and Universidad del Norte, Barranquilla, Colombia, hhernandez@correo.unicordoba.edu.co

Received: October 07th, 2014. Received in revised form: February 13th, 2015. Accepted: July 02nd, 2015.

This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.


Abstract
Distributed generation (DG) is an important issue for distribution networks due to the improvement in power losses, but the location and size of generators could be a difficult task for exact techniques. The metaheuristic techniques have become a better option to determine good solutions and in this paper the application of a bat-inspired algorithm (BA) to a problem of location and size of distributed generation in radial distribution systems is presented. A comparison between particle swarm optimization (PSO) and BA was made in the 33-node and 69-node test feeders, using as scenarios the change in active and reactive power, and the number of generators. PSO and BA found good results for small number and capacities of generators, but BA obtained better results for difficult problems and converged faster for all scenarios. The maximum active power injections to reduce power losses in the distribution networks were found for the five scenarios.

Keywords: bat-inspired algorithm; distributed generation; particle swarm optimization; distribution system.

Resumen
La generación distribuida (DG) es un tema importante para las redes de distribución debido a la reducción de las pérdidas de energía, pero la ubicación y el tamaño de generadores puede ser una tarea difícil para las técnicas de solución exactas. Las técnicas metaheurísticas se han convertido en una mejor opción para determinar soluciones válidas y en este trabajo se presenta la aplicación de un algoritmo inspirado en murciélagos (BA) a un problema de ubicación y dimensionamiento de generación distribuida en sistemas de distribución radial. Una comparación entre la técnica de optimización por enjambre de partículas (PSO) y BA fue hecha en los sistemas de prueba de 33 nodos y 69 nodos, utilizando como escenarios el cambio en la potencia activa y reactiva, y el número de generadores. PSO y BA encontraron buenos resultados para un número pequeño y pocas capacidades de generación, pero BA obtuvo mejores resultados para problemas difíciles y converge más rápido para todos los escenarios. Las máximas inyecciones de potencia activa para reducir las pérdidas de energía en las redes de distribución fueron encontradas para los cinco escenarios.

Palabras clave: algoritmo inspirado en murciélagos; generación distribuida; optimización con cúmulo de partículas; sistemas de distribución.


1. Introduction

Power losses of distribution networks have always been an important issue due to the energy efficiency and the costs that the problem represents for electricity companies. This problem has usually been solved using feeder restructuring [1], DG placement [1-10], capacitor placement [1,11] and network reconfiguration [12, 13].

Location and size of distributed generation in distribution networks has difficulties due to the combination of the number and capacities of generators, and the selection of the best nodes. Several algorithms have been used to solve the problem such as particle swarm optimization [14-16], ant colony [17], optimal power flow [18], analytical methods [19,20], evolutionary algorithm [21-24], and simulated annealing [25-27], among others [14,28,29].

PSO have been widely used to solve this problem [30], but some convergence problems have been identified [31]. BA has been proposed as a good technique to optimize several functions [32], but more research is needed to determine the performance for power system problems.

In this paper, BA and PSO were used to obtain the solutions to a problem of location and size of generators. A comparison of the two algorithms was conducted changing capacities and the number of generators in two distribution networks.

2. Power losses

The total active power losses in distribution networks can be calculated as the sum of the active power losses of each branch, as shown in (1).

where, PLoss is the total active power losses, b is the branch number, nb is the number of branches, Ib is the series current that circulates through the branch b, and Rb is the resistance of the branch b.

The total reactive power losses can be calculated as the sum of the reactive power losses of each branch, as shown in (2).

where, QLoss is the total reactive power losses, b is the branch number, nb is the number of branches, Ib is the series current that circulates through the branch b, and Xb is the reactance of branch b.

As the demand increases, the current increases and the power losses are higher, due to the long distance from the generators to supply the demand. Centralized generation does not allow a reduction of power losses, to improve voltage levels at critical nodes or to reduce network congestion. Therefore, distributed generation is a better option to supply power to the load.

3. Distributed generation model

Location and size of DG were modeled in this research as a vector representing the active power, the reactive power, and the node at each iteration k, as shown in (3).

where, d is the DG number (d=1, 2…ndg), and ndg is the maximum number of DG. is the generator d located at node i with an active and a reactive power at the iteration k. and are the active and reactive power of the generator d, located at node i at the iteration k. is the node of the DG at the iteration k.

changes between the minimum active power and the maximum active power of the generator d. changes between the minimum reactive power and the maximum reactive power of the generator d. changes position among all possible PQ nodes, searching for the best location during the iterations.

The new active power injection can be calculated as the sum of the real power and the change of active power at each iteration, as shown in (4).

where, is the new active power at the iteration k, is the last value of active power at the iteration k-1, and is the changes in active power at the iteration k.

The new reactive power generation can be modeled as the sum of the last reactive power calculated and the new power change at the current iteration k, as shown in (5).

where, is the new reactive power at the iteration k, is the last value of the reactive power at the iteration k-1, and is the new change in reactive power at the iteration k.

The active and reactive power supplied by the generators located at each node i, were limited by the minimum and maximum values as shown in (6) and (7).

where, and are the maximum active and reactive power of the generator d, respectively. and are the minimum active and reactive power of the generator d, respectively.

In this research, all generators were considered to supply the active power up to the maximum value with a power factor of 0.98. During the search of an active power, the reactive power was adjusted to maintain the operation of each generator at the same power factor.

4. Location and size of distributed generation

This optimization problem was formulated as the minimization of the active power losses, with respect to the change in power of all new DG at nodes i, as shown in (8).

where, OF is the objective function, b is the branch number and nb is the number of branches. PLoss,b is the active power losses of each branch b. is the vector of generators located at different nodes in the distribution network, as defined in (3). d is the generator number and nd the total number of generators.

This objective function is subject to the following constraints:

Active power balance
Reactive power balance
Active power limits
Reactive power limits
Voltage at node i
Line current from i to j
Line current from j to i

where, i is the node and n is the number of nodes. PGi and QGi are the active and reactive power generation at node i, respectively. PL and QL are the active and reactive power of all loads, respectively. PLoss and QLossare the active and reactive power losses, respectively. and are the minimum and maximum active power of the generator located at node i, respectively. and are the minimum and maximum reactive power generation, respectively. Vi is the voltage at node i, Iij is the current supplied from node i to node j, and Iji is the current supplied from node j to node i. and are the minimum and maximum voltage at node i, respectively. and are the maximum line currents from buses i to j and j to i, respectively.

5. Optimization techniques

5.1. Particle swarm optimization

PSO is a metaheuristic based on the behavior of birds or fishes. This iterative method moves all particles to the best local and the best global solutions.

The algorithm presented in this paper was based on [30] with the following steps:

Initial velocities are generated between the minimum and maximum values, as shown in (9).

Where vp is the velocity of the particle and is the maximum velocity of each particle p.

The velocity of each particle is updated at each iteration k, as shown in (10).

where, is the velocity updated at the iteration k. w, a and b are the parameters of PSO, respectively. p is the number of the particle (p=1,2,3….np) and np is the number of particles. is the previous velocity at the iteration k-1. and are random numbers generated at each iteration to multiply the action over the direction of each particle to the local best or the global best, respectively. is the position of each particle p at the iteration k, is the previous position of the particle p at the iteration k-1, and is the position of the best particle.

The new position of the particle , is updated after adding the new velocity to the previous position , as shown in (11).

A vector containing the position of the DG, , was considered to locate the generation at PQ buses. This vector contains all DG installed in the distribution network, with the active and reactive power and the nodes (12)

where, is the position of the particle containing the power and the nodes of all DG. is the vector of velocities for each generator at the iteration k. is the vector of positions of all DG at the previous iteration k-1.

5.2. Bat-inspired algorithm

BA is a metaheuristic based on the behavior of the bats during the search for their prey. This algorithm was presented by [32] and the steps used in this paper were defined as follows:

The frequency fp, used to update each bat during iterations, is calculated using (13) [32].

where, p is the number of the bat, fp is the frequency of the bat p, is the maximum frequency, is the minimum frequency and bp is a random number to generate different frequencies.

The velocity of each bat was updated using the previous velocity k-1, and the difference between previous position xp and the best , multiplied by the frequency fp, as shown in (14).

The new position of each bat is calculated using (11), with as the new position of the bat, the new velocity and the previous position . The vector of position of DG for this technique was modeled using (12).

6. Test systems and simulations

6.1. Test system cases

Most of the loads are supplied using radial distribution networks and this test focused on determining the location and size of distributed generation. Therefore, the 33-node and the 69-node test feeders were selected to test the algorithms. General information about the test feeders can be found in Table 1.

Fig. 1 shows the diagram of the 33-node test feeder. This distribution network has 32 possible nodes to locate DG. The total load is 3715 kW and 2300 kVAr distributed in 32 nodes. The centralized generation supplies 3926 kW and 2443 kVAr, and the power losses are 210 kW and 143 kVAr. The voltage limits were defined as =0.9 p.u. and =1.1 p.u.

Figure 1.

Fig. 2 shows the diagram of the 69-node test feeder. This radial distribution network has 68 possible nodes to locate DG. The total load is 4014 kW and 2845 kVAr, distributed in 49 nodes. The centralized generation supply 4265 kW and 2957 kVAR and the power losses are 265 kW and 112 kVAr. The voltage limits considered for this distribution network were defined as =0.9 p.u. and =1.1 p.u.

6.2. Scenarios for the simulation

Five scenarios of active and reactive power capacities of DG were tested to determine the best algorithm. Table 2 shows the five scenarios, the maximum active and reactive power per generator, and the total active and reactive power generation.

where, PDGd and QDGd are the active and reactive power of generator d, respectively. PDGT and QDGT are the total active and reactive power of all generators to be installed in the distribution network, respectively.

6.3. General parameter of the algorithms

PSO and BA were compared in this research to determine the best location and size of DG in distribution networks. Comparisons of the minimum objective functions were carried out, considering the following parameters:

  • 200 individuals
  • 100 iterations
  • The same initial population
  • The same programming structure.
  • Comparable velocities for updating positions.

The test consisted in achieving similar characteristics for the algorithms to obtain the efficiency of each technique. Furthermore, the test was based on determining the best solutions according to the number of generators and capacities.

7. Results and Discussion

7.1. Location and size of DG

Tables 3 and 4 show the results of DG location and size for the five scenarios and the seven generators installed in the 33-node and 69-node test feeders, respectively.

PT is the total power supplied by the new generators located in the network. PLoss is the total power losses of the distribution network obtained for each scenario.

From the results shown in the two tables, the algorithm PSO obtained good results for the location of a small number of generators and small capacities. When the number of generators and the capacity increase, the convergence was affected and the solutions were not what was expected.

BA obtained similar results to PSO for a small number of generators and capacities, but when the problem increased the solutions were improved using BA. BA determined a better reduction in power losses and the results were consistent according to the number, capacity and location of generators.

The two algorithms found compensations according to the maximum power inclusions of each node. The results show the power generation for cases with the maximum power generation, the algorithms found solutions where not all capacity is needed and the power losses increase with more injection from generators.

The algorithms found different solutions around the maximum power inclusion for each node according to the power losses reduction. Some scenarios supply more real power, but the power losses are higher.

7.2. Convergence of the algorithms

Fig. 3 shows the convergence of the algorithms using the scenario of maximum active power and five generators. The test was conducted using 200 individuals and 100 iterations. The average of all solutions were used to evaluate the behavior of the individuals and the evolution of all values.

PSO slowly reduced the average of the solutions and the number of evaluations made to solve the problem was not enough to find better solutions.

BA converged faster than PSO and found better solutions for the same number of iterations. During the first ten iterations, this technique reached good solutions and the search is centered on reducing to the minimum value.

7.3. Power losses reduction

Fig. 4 and 5 show the results of BA to reduce power losses with DG in the 33-node and the 69-node test feeders, respectively.

Fig. 4 shows that the active power losses were reduced according to the number, capacities and locations of generators. The maximum active power injection to reduce power losses was found for all five scenarios in the 33-node test feeder.

Fig. 5 shows similar results for power loss reduction in the 69-node test feeder, but the maximum power injection was found for a smaller number of generators and capacities.

8. Conclusions

PSO and BA were tested to find location and size of DG in two radial distribution networks. PSO found good results with a small number of generators and capacities, but for more difficult problems the search was not successful. BA showed good results for minimizing power losses for the five scenarios, obtaining consistent results when changing capacities, locations, and the number of generators. BA converged faster than PSO and found better solutions for all scenarios. Power losses were reduced according to the number of generators and capacities, but the maximum reduction was found depending on the number of generators and capacities.

Acknowledgments

This research was supported in part by the energy strategic area of the Universidad del Norte. The authors would like to thank the Power Systems Research Group of the Universidad del Norte for the valuable information provided for this research.

References

[1] Ramesh, L., Chowdhury, S.P., Chowdhury, S., Natarajan, A.A. and Gaunt, C.T., Minimization of power loss in distribution networks by different techniques. In Proc. World Academy of Science, Engineering and Technology, 3, pp. 521-527, 2009.         [ Links ]

[2] Gopiya-Naik, S., Khatod, D.K. and Sharma, M.P., Optimal allocation of distributed generation in distribution system for loss reduction. In Proc. IACSIT Coimbatore Conferences, 28, pp. 42-46, 2012.         [ Links ]

[3] Singh, A.K. and Parida, S.K., Selection of load buses for DG placement based on loss reduction and voltage improvement sensitivity. In Proc. International Conference on Power Engineering, Energy and Electrical Drives, pp. 1-6, 2011. DOI: 10.1109/powereng.2011.6036559        [ Links ]

[4] Atwa, Y.M., El-Saadany, E.F., Salama, M.M.A. and Seethapathy, R., Optimal renewable resources mix for distribution system energy loss minimization, IEEE Transactions on Power Systems, 25 (1), pp. 360-370, 2010. DOI: 10.1109/TPWRS.2009.2030276        [ Links ]

[5] Hung, D.Q., Mithulananthan, N. and Bansal, R.C., Analytical strategies for renewable distributed generation integration considering energy loss minimization, Applied Energy, 105, pp. 75-85, 2013. DOI: 10.1016/j.apenergy.2012.12.023        [ Links ]

[6] Shaaban, M.F. and El-Saadany, E.F., Optimal allocation of renewable DG for reliability improvement and losses reduction. In Proc. IEEE Power and Energy Society General Meeting, pp. 1-8, 2012. DOI: 10.1109/pesgm.2012.6345054        [ Links ]

[7] Albadi, M.H., Al-Hinai, A.S., Al-Abri, N.N., Al-Busafi, Y.H. and Al-Sadairi, R S., Optimal allocation of renewable-based DG resources in rural areas using genetic algorithms. In Proc. APPEEC Power and Energy Engineering Conference, pp. 1-4, 2012. DOI: 10.1109/appeec.2012.6307161        [ Links ]

[8] Riyami, M.A., Khalasi, F.A., Hinai, A.A., Shuraiqi, M.A. and Bouzguenda, M., Power losses reduction using solar photovoltaic generation in the rural grid of Hij-Oman. In Proc. IEEE International Energy Conference, pp. 553-557, 2010. DOI: 10.1109/energycon.2010.5771743        [ Links ]

[9] Chen, X. and Gao, W., Effects of distributed generation on power loss, loadability and stability. In Proc. IEEE SoutheastCon, pp. 468-473, 2008.         [ Links ]

[10] Junjie, M.A., Yulong, W. and Yang, L., Size and location of distributed generation in distribution system based on immune algorithm, Syst. Eng. Procedia, 4, pp. 124-132, 2012. DOI: 10.1016/j.sepro.2011.11.057        [ Links ]

[11] Zhang, D., Fu, Z. and Zhagn, L., Joint optimization for power loss reduction in distribution system, IEEE Transaction on Power Systems, 23 (1), pp. 161-169, 2008. DOI: 10.1109/TPWRS.2007.913300        [ Links ]

[12] Wu, Y.-K., Lee, C.-Y., Liu, L.-C. and Tsai, S.-H., Study of reconfiguration for the distribution system with distributed generators, IEEE Transactions on Power Delivery, 25 (3), pp. 1678-1685, 2010. DOI: 10.1109/TPWRD.2010.2046339        [ Links ]

[13] Rao, R.S., Ravindra, K., Satish, K. and Narasimham, S.V.L., Power Loss minimization in distribution system using network reconfiguration in the presence of distributed generation, IEEE Transactions on Power Systems, 28 (1), pp. 317-325, 2013. DOI: 10.1109/TPWRS.2012.2197227        [ Links ]

[14] Hajizadeh, A. and Hajizadeh, E., PSO-based planning of distribution systems with distributed generations. In Proc. World Academy of Science, Engineering and Technology, 21, pp. 598-603, 2008.         [ Links ]

[15] Lalitha, M.P., Reddy, V.C.V. and Usha, V., Optimal DG placement for minimum real power loss in radial distribution system using PSO, Journal of Theoretical and Applied Information Technology, 13 (2), pp. 107-16, 2010.         [ Links ]

[16] Kansal, S., Sai, B.B.R., Tyagi, B. and Kumar, V., Optimal placement of distributed generation in distribution networks, International Journal of Engineering, Science and Technology, 3 (3), pp. 47-55, 2011. DOI: 10.4314/ijest.v3i3.68421        [ Links ]

[17] Wang, L. and Singh, C., Reliability-constrained optimum placement of reclosers and distributed generators in distribution networks using an ant colony system algorithm, IEEE Transactions on Systems, Man, and Cybernetics- Part C: Application and Reviews, 38 (6), pp. 757-64, 2008. DOI: 10.1109/TSMCC.2008.2001573        [ Links ]

[18] Gautam, D. and Mithulananthan, N., Optimal DG placement in deregulated electricity market, Electric Power Systems Research, 77 (12), pp. 1627-1636, 2007. DOI: 10.1016/j.epsr.2006.11.014        [ Links ]

[19] Hung, D.Q., Mithulananthan, N. and Bansal, R.C., Analytical expressions for DG allocation in primary distribution networks, IEEE Transactions on Energy Conversion, 25 (3), pp. 814-820, 2010. DOI: 10.1109/TEC.2010.2044414        [ Links ]

[20] Wang, C. and Nehrir, M.H., Analytical approaches for optimal placement of distributed generation sources in power systems, IEEE Transactions on Power Systems, 19 (4), pp. 2068-2076, 2004. DOI: 10.1109/TPWRS.2004.836189        [ Links ]

[21] Teng, J-H., Luor, T-S. and Liu, Y-H., Strategic distributed generator placements for service reliability improvements. In Proc. IEEE Power Engineering Society Summer Meeting, 2, pp. 719-724, 2002. DOI: 10.1109/PESS.2002.1043399        [ Links ]

[22] Borges, C.L.T. and Falcao, D.M., Optimal distributed generation allocation for reliability, losses, and voltage improvement, International Journal of Electrical Power and Energy Systems, 28 (6), pp. 413-420, 2006. DOI: 10.1016/j.ijepes.2006.02.003        [ Links ]

[23] Shaaban, M.F., Atwa, Y.M. and El-Saadany, E.F., DG allocation for benefit maximization in distribution networks, IEEE Transactions on Power Systems, 28 (2), pp. 639-649, 2012. DOI: 10.1109/TPWRS.2012.2213309        [ Links ]

[24] Celli, G., Ghiani, E., Mocci, S. and Pilo, F., A multiobjective evolutionary algorithm for the sizing and siting of distributed generation, IEEE Transactions on Power Systems, 20 (2), pp. 750-757, 2005. DOI: 10.1109/TPWRS.2012.2213309        [ Links ]

[25] Sutthibun, T. and Bhasaputra, P., Multi-objective optimal distributed generation placement using simulated annealing. In Proc. ECTI-CON International conference on electrical engineering/electronics computer telecommunications and information technology, pp. 810-813, 2010.         [ Links ]

[26] Aly, A.I., Hegazy, Y.G. and Alsharkawy, M.A., A simulated annealing algorithm for multi-objective distributed generation planning. In Proc. IEEE Power and Energy Society General Meeting, pp. 1-7, 2010. DOI: 10.1109/PES.2010.5589950        [ Links ]

[27] Ghadimi, N. and Ghadimi, R., Optimal allocation of distributed generation and capacitor banks in order to loss reduction in reconfigured system, Research Journal of Applied Sciences, Engineering and Technology, 4 (9), pp. 1099-1104, 2012.         [ Links ]

[28] Nara, K., Hayashi, Y., Ikeda, K. and Ashizawa, T., Application of Tabu search to optimal placement of distributed generators. In Proc. IEEE power engineering society winter meeting, 2, pp. 918-923, 2001. DOI: 10.1109/pesw.2001.916995        [ Links ]

[29] Mokhtari-Fard, M., Noroozian, R. and Molaei, S., Determining the optimal placement and capacity of DG in intelligent distribution networks under uncertainty demands by COA. In Proc. ICSG 2nd Iranian conference on smart grids, pp. 1-8, 2012.         [ Links ]

[30] Tan, W-S., Hassan, M., Majid, M. and Rahman, H., Optimal distributed renewable generation planning: A review of different approaches, Renewable and Sustainable Energy Reviews, 18, pp. 626-645, 2013. DOI: 10.1016/j.rser.2012.10.039        [ Links ]

[31] Van den Bergh, F. and Engelbrecht, A.P., A new locally convergent particle swarm optimizer. In Proc. IEEE Conference on Systems, Man, and Cybernetics, pp. 96-101, 2002. DOI: 10.1109/ICSMC.2002.1176018        [ Links ]

[32] Yang, X.-S., A new metaheuristic bat-inspired algorithm. In Proc. NISCO Nature Inspired Cooperative Strategies for Optimization, Studies in Computational Intelligence, 284, pp. 65-74, 2010. DOI: 10.1007/978-3-642-12538-6_6        [ Links ]

[33] University of Washington. Power systems test case archive. [Online] [date of reference: February 10th of 2014]. Available at: http://www.ee.washington.edu/research/pstca/         [ Links ]

[34] Phonrattanasak, P. and Leeprechanon, N., Optimal location of fast charging station on residential distribution grid, Int. J. Innov. Manag. Technol., 3 (6), pp. 675-681, 2012.         [ Links ]

J.E. Candelo-Becerra, received his BSc. degree in Electrical Engineering in 2002 and his PhD in Engineering with emphasis in Electrical Engineering in 2009 from Universidad del Valle, Cali, Colombia. His employment experiences include the Empresa de Energía del Pacífico EPSA, Universidad del Norte, and Universidad Nacional de Colombia. He is now an assistant professor of the Universidad Nacional de Colombia, Medellín, Colombia. His research interests include: planning, operation and control of power systems, artificial intelligence and smart grids.

H.E. Hernández-Riaño, received his BSc. degree in Industrial Engineering in 1999 from Universidad Distrital Francisco José de Caldas, Bogotá, Colombia and the MSc. degree in Management of Organizations in 2006 from Universidad EAN, Bogotá, Colombia. He is now an assistant professor of the Department of Industrial Engineering in the Universidad de Córdoba, Montería, Colombia. He is actually studying a PhD in Industrial Engineering in the Universidad del Norte, Barranquilla, Colombia. His research interests include: planning, operation and control of power systems, operations management, supply chain management, total quality management, continual improvement process, artificial intelligence and optimization.