SlideShare a Scribd company logo
International Journal of Electrical and Computer Engineering (IJECE)
Vol. 10, No. 6, December 2020, pp. 5586~5591
ISSN: 2088-8708, DOI: 10.11591/ijece.v10i6.pp5586-5591  5586
Journal homepage: http://ijece.iaescore.com/index.php/IJECE
Power losses reduction of power transmission network using
optimal location of low-level generation
Marwa M. Marei, Manal H. Nawer
Department of Electrical and Electronic Engineering, University of Kerbala, Iraq
Article Info ABSTRACT
Article history:
Received Jan 2, 2020
Revised May 12, 2020
Accepted May 24, 2020
Due to the growth of demand for electric power, electric power loss
reduction takes great attention for the power utility. In this paper, a low-level
generation or distributed generation (DG) has been used for transmission
power losses reduction. Karbala city transmission network (which is the case
study) has been represented by using MATLAB m-file to study the load flow
and the power loss for it. The paper proposed the particle swarm optimization
(PSO) technique in order to find the optimal number and allocation of DG
with the objective to decrease power losses as possible. The results show
the effect of the optimal allocation of DG on power loss reduction.
Keywords:
Loss reduction
Low-level generation
Particle swarm optimization
Power transmission network
Copyright © 2020 Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
Marwa M. Marei,
Department of Electrical and Electronic Engineering,
University of Kerbala, Iraq.
Email: marwa.alkhuzaei@uokerbala.edu.iq
1. INTRODUCTION
Losses reduction has great deals in power systems utility because the rising in cost of delivering
electricity due to fuel cost rising to generate more power, and the global warming discomfort [1, 2].
Low-level generation is increasing in the last year because its great effect on improving electric network
performance. It is defined as a low-level power generation source connected to the distribution network [3, 4].
It is used as another method to enhance the performance of electric power system [5, 6].
The positive effects of using this technique are as follows [7-11]:
- Decreasing power losses in transmission lines.
- Improving voltage level.
- Improving power quality.
- Short lead time.
- Its location near the load.
- Decreases cost.
- Maximum power demand reduction.
- Improving electric system reliability.
- Efficiency improving of the system.
- Possibility of renewable energy use.
- Reduced environmental impacts.
- Optimization techniques required for best number, size and placement of the low-level generation
units [12-15].
In this work, the optimal number and location of low-level generation will be performed by using
particle swarm optimization technique. PSO algorithm was incentive by the public behavior of creature such
as fish and bird learning. PSO delivers a population-based explore process, in this process the individuals
Int J Elec & Comp Eng ISSN: 2088-8708 
Power losses reduction of power transmission network using… (Marwa M. Marei)
5587
called particles (birds) to transposition their location (state) with time [16, 17]. In a PSO, particles (birds) fly
round a multidimensional space. During the flying, each bird regularizes its location according to its private
experiment, and the experiment of adjacent birds, making use of the optimal location accomplished by itself
and its adjacent birds [18]. The direction of the swarm of a particle is recognized by the set of birds adjacent
to the bird that want to optimize its location and its historical experiment [19, 20].
2. KARBALA CITY TRANSMISSION NETWORK DESCRIPTION
Karbala city transmission network shown in Figure 1 is correlating to the Iraqi power grid at three
stations (Babylon (400/132/11) KV, Mussayab (400/132/11) KV, Khairat (400/132/11) KV. The Karbala
transmission network consists from eleven substations; they are shown as follows:
- Five generation buses 1, 2, 3, 4, 5 that shown in Figure 1.
- Six load buses 6, 7, 8, 9, 10, 11 that shown in Figure 1.
- These substations connected by twelve transmission lines as shown in Figure 1.
Bus data and line data are illustrated in Tables (A.1) and (A.2) are shown in appendix.
1 2
3
4
5
6 78
9
10
11
2
8
11
1
12
6
10 9 3
5
7
4
Figure 1. Karbala city transmission network
3. PROBLEM FORMULATION
3.1. Load flow analysis
At this work, both Newton-Raphson power flow method and PSO algorithm were used in the restriction of
the optimum number and location of low-level generation units [21]. The Newton-Raphson power flow
equation, at any given bus i and j are given as:
𝑃𝑖 = ∑|𝑉𝑖||𝑉𝑗||𝑌𝑖𝑗| cos(𝑖𝑗 − 𝛿𝑖 + 𝛿𝑗)
𝑛
𝑗=1
(1)
𝑄𝑖 = − ∑|𝑉𝑖||𝑉𝑗||𝑌𝑖𝑗| sin(𝑖𝑗 − 𝛿𝑖 + 𝛿𝑗)
𝑛
𝑗=1
(2)
∆𝑃𝑖 = 𝑃𝑖
𝑠𝑝
− 𝑃𝑖 (3)
∆𝑄𝑖 = 𝑄𝑖
𝑠𝑝
− 𝑄𝑖 (4)
where,
𝑃𝑖
𝑠𝑝
, 𝑄𝑖
𝑠𝑝
are the specified active and reactive power at the bus i respectively.
N-R load flow is expressed as:
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 10, No. 6, December 2020 : 5586 - 5591
5588
[
∆𝑃
∆𝑄
] = [
𝜕𝑃
𝜕𝛿
𝜕𝑃
𝜕𝑉
𝜕𝑄
𝜕𝛿
𝜕𝑄
𝜕𝑉
] [
∆𝛿
∆|𝑉|
] (5)
The power loss required for the optimal location and size of the low-level generation units
determination given in equation below:
𝑃𝐿𝑜𝑠𝑠 = ∑ ∑(
𝑅𝑖𝑗 cos(𝛿𝑖 − 𝛿𝑗)
𝑉𝑖 𝑉𝑗
)(𝑃𝑖 𝑃𝑗 + 𝑄𝑖 𝑄𝑗)
𝑛
𝑗=1
𝑛
𝑖−1
+ (
𝑅𝑖𝑗 sin(𝛿𝑖 − 𝛿𝑗)
𝑉𝑖 𝑉𝑗
)(𝑄𝑖 𝑃𝑗
− 𝑃𝑖 𝑄𝑗)
(6)
where,
𝑃𝑖 , 𝑃𝑗, 𝑄𝑖, 𝑄𝑗: Active and reactive power of buses i and j respectively.
𝑅𝑖𝑗 : Resistance of line between bus i and j.
𝑉𝑖 , 𝑉𝑗 : The magnitude of bus voltage i and j respectively.
𝛿𝑖, 𝛿𝑗 : Voltage angle of bus i and bus j respectively.
3.2. PSO formulation
As discuss earlier; in a PSO, birds get about round a multi- dimensional space expecting to optimal
solution. During the flying, each bird regularizes its location according to its own experiment,
and the experiments of adjacent birds, best location accomplished by itself and its adjacent birds has been
used. According to that two significant best values results, one of these values is called 𝑝𝑏𝑒𝑠𝑡 (personal best)
and another best value is the 𝑔𝑏𝑒𝑠𝑡 (global best) [22]. These values are the optimal values that has realized
by any birds in the swarm. Each bird tries to change its location to a better location depending on
the information listed below:
 The current positions and velocities.
 The distance between current position and 𝑝𝑏𝑒𝑠𝑡
 The distance between current position and 𝑔𝑏𝑒𝑠𝑡
The position (xi) and velocity (vi) of particle i can be updated using (7) and (8) respectively:
𝑣𝑖
𝑘+1
= 𝜔𝑣𝑖
𝑘
+ 𝑐1 𝑟𝑎𝑛𝑑 × (𝑝𝑏𝑒𝑠𝑡𝑖 − 𝑠𝑖
𝑘
)
+ 𝑐2 𝑟𝑎𝑛𝑑 × (𝑔𝑏𝑒𝑠𝑡𝑖 − 𝑠𝑖
𝑘
)
(7)
𝑥𝑖
𝑘+1
= 𝑥𝑖
𝑘
+ 𝑣𝑖
𝑘+1
(8)
where,
𝑐1, 𝑐2 : Positive constants.
𝑟𝑎𝑛𝑑 : Random number in the range of 0 and 1.
𝜔 : Weight inertia.
The target of the optimal location algorithm is to decrease the total power loss of the power system,
𝑃𝐿𝑜𝑠𝑠 in (6). Flowchart of PSO shown in Figure 2.
3.3. Active power loss index 𝑷 𝑳_𝒊𝒏𝒅𝒆𝒙
The active power loss index is defined as:
𝑃𝐿_𝑖𝑛𝑑𝑒𝑥 = (
𝑃𝐿_𝑤𝐷𝐺
𝑃𝐿_𝑤𝑜𝐷𝐺
) × 100% (9)
where;
𝑃𝐿_𝑤𝐷𝐺 is the active power loss with DG.
𝑃𝐿_𝑤𝑜𝐷𝐺 is the active power loss without DG.
The lower value of this index indicates better operation of the power system in terms of active power loss
reduction happened according to DG positioning and sizing [23-25].
Int J Elec & Comp Eng ISSN: 2088-8708 
Power losses reduction of power transmission network using… (Marwa M. Marei)
5589
Start
Read bus data, line data,
tolerance
Generate initial population of
particles (random number and
location of DG)
Calculate active power loss of
each particle
Set the current pset
Print out the optimal
solution
Update the velocity and
position of particle
End
Set the current
overall gbest
If
k = max. iteration
Set new iteration
k= k+1
No
Yes
Figure 2. Flowchart for PSO of low-level generation optimal installation
4. RESULTS AND ANALYSIS
Karbala city transmission network has been analyzed by using MATLAB m-file to show the effect
of using low-level generation in the transmission network. In the program the constrains for optimal size and
location of low –level generation to be added to the network is selected as:
- The size of low–level generation not exceed 30 MW.
- It located at the load busses 6, 7, 8, 9, 10, 11 of the transmission networks.
PSO technique used to show optimal location for low-level generation installation as illustrated in
the Table 1. From Table 1, the results show that the total losses for the system without low-level generation
unitsis bigger than the total losses with low-level generation units; it is 39.507 MW without DG while it
becomes less when a low-level generation unit used. Also, using PSO helps to select an optimal number and
location of low-level generation units used to decrease the power losses as possible. It's obvious from
the results that the optimal number is one low-level generation unit with a size of 30 MW and located at
the bus no. 7 which is a heavy loaded bus as shown in Appendix A Table (A.1). Table 2 lists the real power
loss index for the system at different cases of DG insertion.
Table 1. Total power losses with and without using of low-level generation units
No. of DG Size of DG (MW) Location Total loss (MW)
Without DG 39.507
3 10, 10, 10 6, 7, 10 30.067
2 15, 15 6, 7 29.564
1 30 7 26.549
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 10, No. 6, December 2020 : 5586 - 5591
5590
Also, using of low-level generation units in optimal location helps to decrease the losses in active
power and that is affect the real power loss index. The results show that a lower real power index is achieved
in case 3 (witch is indicate an optimal location and size for the low-level generation unit), where the index
becomes 0.671 while it is 0.7609 in case 1, this indicates that optimal location of low-level generation units
insertion helps to decrease the active power loss.
Table 2. Real power loss index
Case No. of DG Size of DG (MW) Location 𝑷 𝑳_𝒊𝒏𝒅𝒆𝒙
1 3 10, 10, 10 6, 7, 10 0.7609
2 2 15, 15 6, 7 0.7107
3 1 30 7 0.671
5. CONCLUSION
PSO technique used to show optimal number location and size of low-level generation for
a transmission network to reduce the total loss of the power system. The proposed optimization algorithm
was applied to Karbala city (132/33) Kv. From the analysis and results shows above, it's clear that using of
low-level generation helps to improve the performance of the transmission network and decreases the total
losses for the system. Also, the selection of optimal location for low-level generation units is near the heavy
loaded bus and this installation helps to decrease the total losses and improving the performance.
APPENDIX
Bus data and line data are illustrated in Tables (A.1) and (A.2).
Table (A.1). Karbala 132KV bus data
QL (Mw)PL (Mw)Qg (Mw)Pg (Mw)δV(pu)TypeBus NameBus no.
000001.01Mussayab1
0065.38313501.02Babylon2
0046.54596.301.02alghazia3
0065.38313501.02Khairat4
0047.859901.02STX5
74.5851540001.03West of Karbala6
96.137198.50001.03Hindia7
79.4281640001.03South of Karbala8
1230001.03East of Karbala9
73.03150.80001.03North of Karbala10
7.8916.30001.03Al- Okhaider11
Table (A.2). Karbala 132KV line data
X(pu)R(pu)To BusFrom BusLine no.
0.0919590.016367911
0.1232380.0219341012
0.0307880.005479723
0.0539390.009600434
0.0675610.012024635
0.0888310.0158101036
0.1179080.020985647
0.0400380.007126958
0.0435140.007744879
0.0333800.0059416810
0.0312780.00556710911
0.2224540.039592111012
ACKNOWLEDGEMENT
The authors would like to thank the Electrical Transmission office for Karbala city and
the Department of Electrical and Electronic Engineering, University of Karbala for their supports.
Int J Elec & Comp Eng ISSN: 2088-8708 
Power losses reduction of power transmission network using… (Marwa M. Marei)
5591
REFERENCES
[1] Y. Al-Mahroqi, I. A. Metwally, A. Al-Hinai, and A. Al-Badi, "Reduction of Power Losses in Distribution Systems,
World Academy of Science, Engineering and Technology," International Journal of Computer and Systems
Engineering, vol. 6, no. 3, pp. 498-505, 2012.
[2] Y.M. Atwa, E.F. El-Saadany, M.M.A. Salama, R. Seethapathy, "Optimal renewable resources mix for distribution
system energy loss minimization," IEEE Transactions on Power Systems, vol. 25, no. 1, pp. 360-370, 2010.
[3] T. Ackermann, G. Andersson, and L. Söder, "Distributed generation: A definition," Electric Power Systems
Research, vol. 57, no. 3, pp. 195-204, 2001.
[4] I.S. Shahbudin et al., " FACTS device installation in transmission system using whale optimization algorithm,"
Bulleting of Electrical Engineering and Informatics, vol. 8, no. 1, pp. 30-38, 2019.
[5] Doagou-Mojarrad H, et al., "Optimal placement and sizing of DG (distributed generation) units in distribution
networks by novel hybrid evolutionary algorithm," Journal Energy, vol. 54, pp. 129-138, 2013.
[6] L. Y. Wong, S. R. A. Rahim, Mohd. H. Sulaiman, and O. Aliman, "Distributed Generation Installation Using
Particle Swarm Optimization," 4th International Power Engineering and Optimization Conf. (PEOCO2010), 2010.
[7] G. Pepermans, J. Driesen, D. Haeseldonckx, R. Belmans, and W. D'Haeseleer, "Distributed generation: Definition,
benefits and issues," Energy Policy, vol. 33, no. 6, pp. 787-798, 2005.
[8] U. S. Department of Energy, "The Potential Benefits of Distributed Generation and the Rate-Related Issues That
May Impede Its Expansion: A Report to the U.S. Congress Pursuant to Section 1817 of the Energy Policy Act of
2005," 2005.
[9] Fahad S. Abu-Mouti, and M. E. El-Hawary, "Optimal Distributed Generation Allocation and Sizing in Distribution
Systems via Artificial Bee Colony Algorithm," IEEE Transactions on Power Delivery, vol. 26, no. 4,
pp. 2090-2101, 2011.
[10] M. M. Aman, G. B. Jasmon, A. H. A. Bakar, and H. Mokhlis, "A new approach for optimum DG placement and
sizing based on voltage stability maximization and minimization of power losses," Energy Conversion and
Management, vol. 70, pp. 202-210, 2013.
[11] B. Banhthasit, C. Jamroen, and S. Dechanupaprittha, "Optimal Generation Scheduling of Power System for
Maximum Renewable Energy Harvesting and Power Losses Minimization," International Journal of Electrical and
Computer Engineering (IJECE), vol. 8, no. 4, pp. 1954-1966, 2018,
[12] V. V. Thong, J. Driesen, R. Belmans, "Transmission system operation concerns with high penetration level of
distributed generation," 42nd International Universities Power Engineering Conference, pp. 867-871, 2007.
[13] A. M. El-Zonkoly, "Optimal placement of multi-distributed generation units including different load models using
particle swarm optimization," Swarm and Evolutionary Computation, vol. 1, no. 1, pp. 50-59, 2011.
[14] Tuba Gözel, M. Hakan Hocaoglu, "An analytical method for the sizing and siting of distributed generators in radial
systems," Electric Power Systems Research, vol. 79, no. 9, pp. 912-918, 2009.
[15] Naresh Acharya, Pukar Mahat, N. Mithulananthan, "An analytical approach for DG allocation in primary
distribution network," Electrical Power and Energy Systems, vol. 28, no. 10, pp. 669-678, 2006.
[16] Z. Kamis, M. R. A. Ghani, M. N. Kamarudin, H. N. M. Shah, J. Zanariah, "A Review on SVC control for power
system stability with and without auxiliary controller," Bulletin of Electrical Engineering and Informatics, vol. 8,
no. 1, pp. 761-768, 2009.
[17] N. A. M. Kamari, I. Musirin, M. K. M. Zamani, and S. A. Halim, " Oscillation stability enhancement using multi-
objective swarm based technique for smib system," Indonesian Journal of Electrical Engineering and Computer
Science, vol. 16, no. 2, pp. 631-639, 2019.
[18] T. M. Shin, A. Adam, and A. F. Z. Abidin, "A comparative study of PSO, GSA and SCA in parameters
optimization of surface grinding process," Bulletin of Electrical Engineering and Informatics, vol. 8, no. 3, pp.
1117-1127, 2019.
[19] Z. T. Hasan, "Stability Enhancement Using Distributed Generation in Al Najaf Al-Ashraf Electrical Network,"
M.sc Thesis, University of Technology, 2014.
[20] R. Habachi, A. Touil, A. Boulal, A. Charkaoui, and A. Echchatbi, "Solving economic dispatch and unit
commitment problem in smart grid system using eagle strategy based crow search algorithm," Indonesian Journal
of Electrical Engineering and Computer Science, vol. 14, no. 3, pp. 1087-1096, 2019.
[21] M. Aliakbari, P. Maghouli, and H. A. Aalami, "Reliability Constrained Unit Commitment Considering the Effect
of DG and DR Program," International Journal of Electrical and Computer Engineering (IJECE), vol. 8, no. 4,
pp. 1985-1996, 2018.
[22] C. Shang, D. Srinivasan, and T. Reindl, "An improved particle swarm optimisation algorithm applied to battery
sizing for stand-alone hybrid power systems," Electrical Power and Energy Systems, vol. 74, pp. 104-117, 2016.
[23] B. Singh, and D. K. Mishra, “A survey on enhancement of power system performances by optimally placed DG in
distribution networks,” Energy Reports, vol. 4, pp. 129-158, 2018.
[24] N. Khalesi, N. Rezaei, and M.-R. Haghifam, "DG allocation with application of dynamic programming for loss
reduction and reliability improvement," Electrical Power and Energy Systems, vol. 33, pp. 288-295, 2011.
[25] P. Chiradeja, "Benefit of Distributed Generation: A Line Loss Reduction Analysis," IEEE/PES Transmission and
Distribution Conference & Exhibition: Asia and Pacific Dalian, 2005.

More Related Content

What's hot

A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...
A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...
A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...
iosrjce
 
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Onyebuchi nosiri
 
38
3838
Resource aware wind farm and D-STATCOM optimal sizing and placement in a dist...
Resource aware wind farm and D-STATCOM optimal sizing and placement in a dist...Resource aware wind farm and D-STATCOM optimal sizing and placement in a dist...
Resource aware wind farm and D-STATCOM optimal sizing and placement in a dist...
IJECEIAES
 
Modified T-type topology of three-phase multi-level inverter for photovoltaic...
Modified T-type topology of three-phase multi-level inverter for photovoltaic...Modified T-type topology of three-phase multi-level inverter for photovoltaic...
Modified T-type topology of three-phase multi-level inverter for photovoltaic...
IJECEIAES
 
The optimal solution for unit commitment problem using binary hybrid grey wol...
The optimal solution for unit commitment problem using binary hybrid grey wol...The optimal solution for unit commitment problem using binary hybrid grey wol...
The optimal solution for unit commitment problem using binary hybrid grey wol...
IJECEIAES
 
Cost Allocation of Reactive Power Using Matrix Methodology in Transmission Ne...
Cost Allocation of Reactive Power Using Matrix Methodology in Transmission Ne...Cost Allocation of Reactive Power Using Matrix Methodology in Transmission Ne...
Cost Allocation of Reactive Power Using Matrix Methodology in Transmission Ne...
IJAAS Team
 
Convergence analysis of the triangular-based power flow method for AC distribu...
Convergence analysis of the triangular-based power flow method for AC distribu...Convergence analysis of the triangular-based power flow method for AC distribu...
Convergence analysis of the triangular-based power flow method for AC distribu...
IJECEIAES
 
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
IDES Editor
 
Optimal Allocation of Capacitor Bank in Radial Distribution System using Anal...
Optimal Allocation of Capacitor Bank in Radial Distribution System using Anal...Optimal Allocation of Capacitor Bank in Radial Distribution System using Anal...
Optimal Allocation of Capacitor Bank in Radial Distribution System using Anal...
IJECEIAES
 
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
IDES Editor
 
A Solution to Optimal Power Flow Problem using Artificial Bee Colony Algorith...
A Solution to Optimal Power Flow Problem using Artificial Bee Colony Algorith...A Solution to Optimal Power Flow Problem using Artificial Bee Colony Algorith...
A Solution to Optimal Power Flow Problem using Artificial Bee Colony Algorith...
IOSR Journals
 
Hybrid bypass technique to mitigate leakage current in the grid-tied inverter
Hybrid bypass technique to mitigate leakage current in the grid-tied inverterHybrid bypass technique to mitigate leakage current in the grid-tied inverter
Hybrid bypass technique to mitigate leakage current in the grid-tied inverter
IJECEIAES
 
Distribution network reconfiguration for loss reduction using PSO method
Distribution network reconfiguration for loss reduction  using PSO method Distribution network reconfiguration for loss reduction  using PSO method
Distribution network reconfiguration for loss reduction using PSO method
IJECEIAES
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
IJERD Editor
 
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
IOSR Journals
 
Power Flow Analysis for Four Buses System by NR Method
Power Flow Analysis for Four Buses System by NR MethodPower Flow Analysis for Four Buses System by NR Method
Power Flow Analysis for Four Buses System by NR Method
ijtsrd
 

What's hot (20)

A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...
A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...
A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...
 
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
 
38
3838
38
 
40220140504009
4022014050400940220140504009
40220140504009
 
Resource aware wind farm and D-STATCOM optimal sizing and placement in a dist...
Resource aware wind farm and D-STATCOM optimal sizing and placement in a dist...Resource aware wind farm and D-STATCOM optimal sizing and placement in a dist...
Resource aware wind farm and D-STATCOM optimal sizing and placement in a dist...
 
Modified T-type topology of three-phase multi-level inverter for photovoltaic...
Modified T-type topology of three-phase multi-level inverter for photovoltaic...Modified T-type topology of three-phase multi-level inverter for photovoltaic...
Modified T-type topology of three-phase multi-level inverter for photovoltaic...
 
The optimal solution for unit commitment problem using binary hybrid grey wol...
The optimal solution for unit commitment problem using binary hybrid grey wol...The optimal solution for unit commitment problem using binary hybrid grey wol...
The optimal solution for unit commitment problem using binary hybrid grey wol...
 
Cost Allocation of Reactive Power Using Matrix Methodology in Transmission Ne...
Cost Allocation of Reactive Power Using Matrix Methodology in Transmission Ne...Cost Allocation of Reactive Power Using Matrix Methodology in Transmission Ne...
Cost Allocation of Reactive Power Using Matrix Methodology in Transmission Ne...
 
Convergence analysis of the triangular-based power flow method for AC distribu...
Convergence analysis of the triangular-based power flow method for AC distribu...Convergence analysis of the triangular-based power flow method for AC distribu...
Convergence analysis of the triangular-based power flow method for AC distribu...
 
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
 
Optimal Allocation of Capacitor Bank in Radial Distribution System using Anal...
Optimal Allocation of Capacitor Bank in Radial Distribution System using Anal...Optimal Allocation of Capacitor Bank in Radial Distribution System using Anal...
Optimal Allocation of Capacitor Bank in Radial Distribution System using Anal...
 
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
 
A Solution to Optimal Power Flow Problem using Artificial Bee Colony Algorith...
A Solution to Optimal Power Flow Problem using Artificial Bee Colony Algorith...A Solution to Optimal Power Flow Problem using Artificial Bee Colony Algorith...
A Solution to Optimal Power Flow Problem using Artificial Bee Colony Algorith...
 
Hybrid bypass technique to mitigate leakage current in the grid-tied inverter
Hybrid bypass technique to mitigate leakage current in the grid-tied inverterHybrid bypass technique to mitigate leakage current in the grid-tied inverter
Hybrid bypass technique to mitigate leakage current in the grid-tied inverter
 
Distribution network reconfiguration for loss reduction using PSO method
Distribution network reconfiguration for loss reduction  using PSO method Distribution network reconfiguration for loss reduction  using PSO method
Distribution network reconfiguration for loss reduction using PSO method
 
40220140504003
4022014050400340220140504003
40220140504003
 
ijess_paper7
ijess_paper7ijess_paper7
ijess_paper7
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
 
Power Flow Analysis for Four Buses System by NR Method
Power Flow Analysis for Four Buses System by NR MethodPower Flow Analysis for Four Buses System by NR Method
Power Flow Analysis for Four Buses System by NR Method
 

Similar to Power losses reduction of power transmission network using optimal location of low-level generation

Performance comparison of distributed generation installation arrangement in ...
Performance comparison of distributed generation installation arrangement in ...Performance comparison of distributed generation installation arrangement in ...
Performance comparison of distributed generation installation arrangement in ...
journalBEEI
 
Optimal distributed generation in green building assessment towards line loss...
Optimal distributed generation in green building assessment towards line loss...Optimal distributed generation in green building assessment towards line loss...
Optimal distributed generation in green building assessment towards line loss...
journalBEEI
 
EE6501 - Power System Analysis
EE6501 - Power System AnalysisEE6501 - Power System Analysis
Multi-objective optimal placement of distributed generations for dynamic loads
Multi-objective optimal placement of distributed generations for dynamic loadsMulti-objective optimal placement of distributed generations for dynamic loads
Multi-objective optimal placement of distributed generations for dynamic loads
IJECEIAES
 
OPTIMAL ALLOCATION OF RENEWABLE DISTRIBUTED GENERATION WITH LARGE PENETRATION...
OPTIMAL ALLOCATION OF RENEWABLE DISTRIBUTED GENERATION WITH LARGE PENETRATION...OPTIMAL ALLOCATION OF RENEWABLE DISTRIBUTED GENERATION WITH LARGE PENETRATION...
OPTIMAL ALLOCATION OF RENEWABLE DISTRIBUTED GENERATION WITH LARGE PENETRATION...
IAEME Publication
 
01 16286 32182-1-sm multiple (edit)
01 16286 32182-1-sm multiple (edit)01 16286 32182-1-sm multiple (edit)
01 16286 32182-1-sm multiple (edit)
IAESIJEECS
 
Load Balancing of Modern Distribution Networks by Genetic Algorithm
Load Balancing of Modern Distribution Networks by Genetic AlgorithmLoad Balancing of Modern Distribution Networks by Genetic Algorithm
Load Balancing of Modern Distribution Networks by Genetic Algorithm
ITIIIndustries
 
AN EFFICIENT COUPLED GENETIC ALGORITHM AND LOAD FLOW ALGORITHM FOR OPTIMAL PL...
AN EFFICIENT COUPLED GENETIC ALGORITHM AND LOAD FLOW ALGORITHM FOR OPTIMAL PL...AN EFFICIENT COUPLED GENETIC ALGORITHM AND LOAD FLOW ALGORITHM FOR OPTIMAL PL...
AN EFFICIENT COUPLED GENETIC ALGORITHM AND LOAD FLOW ALGORITHM FOR OPTIMAL PL...
ijiert bestjournal
 
Optimal Placement of D-STATCOM Using Hybrid Genetic and Ant Colony Algorithm ...
Optimal Placement of D-STATCOM Using Hybrid Genetic and Ant Colony Algorithm ...Optimal Placement of D-STATCOM Using Hybrid Genetic and Ant Colony Algorithm ...
Optimal Placement of D-STATCOM Using Hybrid Genetic and Ant Colony Algorithm ...
IJAPEJOURNAL
 
Three Phase Load Flow Analysis on Four Bus System
Three Phase Load Flow Analysis on Four Bus SystemThree Phase Load Flow Analysis on Four Bus System
Three Phase Load Flow Analysis on Four Bus System
paperpublications3
 
The gravitational search algorithm for incorporating TCSC devices into the sy...
The gravitational search algorithm for incorporating TCSC devices into the sy...The gravitational search algorithm for incorporating TCSC devices into the sy...
The gravitational search algorithm for incorporating TCSC devices into the sy...
IJECEIAES
 
Two-way Load Flow Analysis using Newton-Raphson and Neural Network Methods
Two-way Load Flow Analysis using Newton-Raphson and Neural Network MethodsTwo-way Load Flow Analysis using Newton-Raphson and Neural Network Methods
Two-way Load Flow Analysis using Newton-Raphson and Neural Network Methods
IRJET Journal
 
A probabilistic multi-objective approach for FACTS devices allocation with di...
A probabilistic multi-objective approach for FACTS devices allocation with di...A probabilistic multi-objective approach for FACTS devices allocation with di...
A probabilistic multi-objective approach for FACTS devices allocation with di...
IJECEIAES
 
Multi-objective distributed generation integration in radial distribution sy...
Multi-objective distributed generation integration in radial  distribution sy...Multi-objective distributed generation integration in radial  distribution sy...
Multi-objective distributed generation integration in radial distribution sy...
IJECEIAES
 
Multi-objective whale optimization based minimization of loss, maximization o...
Multi-objective whale optimization based minimization of loss, maximization o...Multi-objective whale optimization based minimization of loss, maximization o...
Multi-objective whale optimization based minimization of loss, maximization o...
IJECEIAES
 
Optimum Network Reconfiguration using Grey Wolf Optimizer
Optimum Network Reconfiguration using Grey Wolf OptimizerOptimum Network Reconfiguration using Grey Wolf Optimizer
Optimum Network Reconfiguration using Grey Wolf Optimizer
TELKOMNIKA JOURNAL
 
A hybrid algorithm for voltage stability enhancement of distribution systems
A hybrid algorithm for voltage stability enhancement of distribution systems A hybrid algorithm for voltage stability enhancement of distribution systems
A hybrid algorithm for voltage stability enhancement of distribution systems
IJECEIAES
 
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET Journal
 

Similar to Power losses reduction of power transmission network using optimal location of low-level generation (20)

Performance comparison of distributed generation installation arrangement in ...
Performance comparison of distributed generation installation arrangement in ...Performance comparison of distributed generation installation arrangement in ...
Performance comparison of distributed generation installation arrangement in ...
 
Optimal distributed generation in green building assessment towards line loss...
Optimal distributed generation in green building assessment towards line loss...Optimal distributed generation in green building assessment towards line loss...
Optimal distributed generation in green building assessment towards line loss...
 
EE6501 - Power System Analysis
EE6501 - Power System AnalysisEE6501 - Power System Analysis
EE6501 - Power System Analysis
 
40220140503002
4022014050300240220140503002
40220140503002
 
Multi-objective optimal placement of distributed generations for dynamic loads
Multi-objective optimal placement of distributed generations for dynamic loadsMulti-objective optimal placement of distributed generations for dynamic loads
Multi-objective optimal placement of distributed generations for dynamic loads
 
OPTIMAL ALLOCATION OF RENEWABLE DISTRIBUTED GENERATION WITH LARGE PENETRATION...
OPTIMAL ALLOCATION OF RENEWABLE DISTRIBUTED GENERATION WITH LARGE PENETRATION...OPTIMAL ALLOCATION OF RENEWABLE DISTRIBUTED GENERATION WITH LARGE PENETRATION...
OPTIMAL ALLOCATION OF RENEWABLE DISTRIBUTED GENERATION WITH LARGE PENETRATION...
 
01 16286 32182-1-sm multiple (edit)
01 16286 32182-1-sm multiple (edit)01 16286 32182-1-sm multiple (edit)
01 16286 32182-1-sm multiple (edit)
 
Load Balancing of Modern Distribution Networks by Genetic Algorithm
Load Balancing of Modern Distribution Networks by Genetic AlgorithmLoad Balancing of Modern Distribution Networks by Genetic Algorithm
Load Balancing of Modern Distribution Networks by Genetic Algorithm
 
AN EFFICIENT COUPLED GENETIC ALGORITHM AND LOAD FLOW ALGORITHM FOR OPTIMAL PL...
AN EFFICIENT COUPLED GENETIC ALGORITHM AND LOAD FLOW ALGORITHM FOR OPTIMAL PL...AN EFFICIENT COUPLED GENETIC ALGORITHM AND LOAD FLOW ALGORITHM FOR OPTIMAL PL...
AN EFFICIENT COUPLED GENETIC ALGORITHM AND LOAD FLOW ALGORITHM FOR OPTIMAL PL...
 
Optimal Placement of D-STATCOM Using Hybrid Genetic and Ant Colony Algorithm ...
Optimal Placement of D-STATCOM Using Hybrid Genetic and Ant Colony Algorithm ...Optimal Placement of D-STATCOM Using Hybrid Genetic and Ant Colony Algorithm ...
Optimal Placement of D-STATCOM Using Hybrid Genetic and Ant Colony Algorithm ...
 
Three Phase Load Flow Analysis on Four Bus System
Three Phase Load Flow Analysis on Four Bus SystemThree Phase Load Flow Analysis on Four Bus System
Three Phase Load Flow Analysis on Four Bus System
 
The gravitational search algorithm for incorporating TCSC devices into the sy...
The gravitational search algorithm for incorporating TCSC devices into the sy...The gravitational search algorithm for incorporating TCSC devices into the sy...
The gravitational search algorithm for incorporating TCSC devices into the sy...
 
Two-way Load Flow Analysis using Newton-Raphson and Neural Network Methods
Two-way Load Flow Analysis using Newton-Raphson and Neural Network MethodsTwo-way Load Flow Analysis using Newton-Raphson and Neural Network Methods
Two-way Load Flow Analysis using Newton-Raphson and Neural Network Methods
 
A probabilistic multi-objective approach for FACTS devices allocation with di...
A probabilistic multi-objective approach for FACTS devices allocation with di...A probabilistic multi-objective approach for FACTS devices allocation with di...
A probabilistic multi-objective approach for FACTS devices allocation with di...
 
Multi-objective distributed generation integration in radial distribution sy...
Multi-objective distributed generation integration in radial  distribution sy...Multi-objective distributed generation integration in radial  distribution sy...
Multi-objective distributed generation integration in radial distribution sy...
 
Multi-objective whale optimization based minimization of loss, maximization o...
Multi-objective whale optimization based minimization of loss, maximization o...Multi-objective whale optimization based minimization of loss, maximization o...
Multi-objective whale optimization based minimization of loss, maximization o...
 
Optimum Network Reconfiguration using Grey Wolf Optimizer
Optimum Network Reconfiguration using Grey Wolf OptimizerOptimum Network Reconfiguration using Grey Wolf Optimizer
Optimum Network Reconfiguration using Grey Wolf Optimizer
 
A hybrid algorithm for voltage stability enhancement of distribution systems
A hybrid algorithm for voltage stability enhancement of distribution systems A hybrid algorithm for voltage stability enhancement of distribution systems
A hybrid algorithm for voltage stability enhancement of distribution systems
 
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
 
40220140504001
4022014050400140220140504001
40220140504001
 

More from IJECEIAES

Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...
IJECEIAES
 
Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...
IJECEIAES
 
Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...
IJECEIAES
 
Smart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a surveySmart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a survey
IJECEIAES
 
Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...
IJECEIAES
 
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
IJECEIAES
 
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
IJECEIAES
 
Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...
IJECEIAES
 
Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...
IJECEIAES
 
Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...
IJECEIAES
 
Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...
IJECEIAES
 
An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...
IJECEIAES
 
Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...
IJECEIAES
 
A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...
IJECEIAES
 
A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...
IJECEIAES
 
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbersFuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
IJECEIAES
 
The performance of artificial intelligence in prostate magnetic resonance im...
The performance of artificial intelligence in prostate  magnetic resonance im...The performance of artificial intelligence in prostate  magnetic resonance im...
The performance of artificial intelligence in prostate magnetic resonance im...
IJECEIAES
 
Seizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networksSeizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networks
IJECEIAES
 
Analysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behaviorAnalysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behavior
IJECEIAES
 
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
IJECEIAES
 

More from IJECEIAES (20)

Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...
 
Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...
 
Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...
 
Smart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a surveySmart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a survey
 
Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...
 
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
 
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
 
Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...
 
Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...
 
Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...
 
Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...
 
An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...
 
Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...
 
A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...
 
A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...
 
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbersFuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
 
The performance of artificial intelligence in prostate magnetic resonance im...
The performance of artificial intelligence in prostate  magnetic resonance im...The performance of artificial intelligence in prostate  magnetic resonance im...
The performance of artificial intelligence in prostate magnetic resonance im...
 
Seizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networksSeizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networks
 
Analysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behaviorAnalysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behavior
 
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
 

Recently uploaded

Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
Kamal Acharya
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 

Recently uploaded (20)

Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 

Power losses reduction of power transmission network using optimal location of low-level generation

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol. 10, No. 6, December 2020, pp. 5586~5591 ISSN: 2088-8708, DOI: 10.11591/ijece.v10i6.pp5586-5591  5586 Journal homepage: http://ijece.iaescore.com/index.php/IJECE Power losses reduction of power transmission network using optimal location of low-level generation Marwa M. Marei, Manal H. Nawer Department of Electrical and Electronic Engineering, University of Kerbala, Iraq Article Info ABSTRACT Article history: Received Jan 2, 2020 Revised May 12, 2020 Accepted May 24, 2020 Due to the growth of demand for electric power, electric power loss reduction takes great attention for the power utility. In this paper, a low-level generation or distributed generation (DG) has been used for transmission power losses reduction. Karbala city transmission network (which is the case study) has been represented by using MATLAB m-file to study the load flow and the power loss for it. The paper proposed the particle swarm optimization (PSO) technique in order to find the optimal number and allocation of DG with the objective to decrease power losses as possible. The results show the effect of the optimal allocation of DG on power loss reduction. Keywords: Loss reduction Low-level generation Particle swarm optimization Power transmission network Copyright © 2020 Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: Marwa M. Marei, Department of Electrical and Electronic Engineering, University of Kerbala, Iraq. Email: marwa.alkhuzaei@uokerbala.edu.iq 1. INTRODUCTION Losses reduction has great deals in power systems utility because the rising in cost of delivering electricity due to fuel cost rising to generate more power, and the global warming discomfort [1, 2]. Low-level generation is increasing in the last year because its great effect on improving electric network performance. It is defined as a low-level power generation source connected to the distribution network [3, 4]. It is used as another method to enhance the performance of electric power system [5, 6]. The positive effects of using this technique are as follows [7-11]: - Decreasing power losses in transmission lines. - Improving voltage level. - Improving power quality. - Short lead time. - Its location near the load. - Decreases cost. - Maximum power demand reduction. - Improving electric system reliability. - Efficiency improving of the system. - Possibility of renewable energy use. - Reduced environmental impacts. - Optimization techniques required for best number, size and placement of the low-level generation units [12-15]. In this work, the optimal number and location of low-level generation will be performed by using particle swarm optimization technique. PSO algorithm was incentive by the public behavior of creature such as fish and bird learning. PSO delivers a population-based explore process, in this process the individuals
  • 2. Int J Elec & Comp Eng ISSN: 2088-8708  Power losses reduction of power transmission network using… (Marwa M. Marei) 5587 called particles (birds) to transposition their location (state) with time [16, 17]. In a PSO, particles (birds) fly round a multidimensional space. During the flying, each bird regularizes its location according to its private experiment, and the experiment of adjacent birds, making use of the optimal location accomplished by itself and its adjacent birds [18]. The direction of the swarm of a particle is recognized by the set of birds adjacent to the bird that want to optimize its location and its historical experiment [19, 20]. 2. KARBALA CITY TRANSMISSION NETWORK DESCRIPTION Karbala city transmission network shown in Figure 1 is correlating to the Iraqi power grid at three stations (Babylon (400/132/11) KV, Mussayab (400/132/11) KV, Khairat (400/132/11) KV. The Karbala transmission network consists from eleven substations; they are shown as follows: - Five generation buses 1, 2, 3, 4, 5 that shown in Figure 1. - Six load buses 6, 7, 8, 9, 10, 11 that shown in Figure 1. - These substations connected by twelve transmission lines as shown in Figure 1. Bus data and line data are illustrated in Tables (A.1) and (A.2) are shown in appendix. 1 2 3 4 5 6 78 9 10 11 2 8 11 1 12 6 10 9 3 5 7 4 Figure 1. Karbala city transmission network 3. PROBLEM FORMULATION 3.1. Load flow analysis At this work, both Newton-Raphson power flow method and PSO algorithm were used in the restriction of the optimum number and location of low-level generation units [21]. The Newton-Raphson power flow equation, at any given bus i and j are given as: 𝑃𝑖 = ∑|𝑉𝑖||𝑉𝑗||𝑌𝑖𝑗| cos(𝑖𝑗 − 𝛿𝑖 + 𝛿𝑗) 𝑛 𝑗=1 (1) 𝑄𝑖 = − ∑|𝑉𝑖||𝑉𝑗||𝑌𝑖𝑗| sin(𝑖𝑗 − 𝛿𝑖 + 𝛿𝑗) 𝑛 𝑗=1 (2) ∆𝑃𝑖 = 𝑃𝑖 𝑠𝑝 − 𝑃𝑖 (3) ∆𝑄𝑖 = 𝑄𝑖 𝑠𝑝 − 𝑄𝑖 (4) where, 𝑃𝑖 𝑠𝑝 , 𝑄𝑖 𝑠𝑝 are the specified active and reactive power at the bus i respectively. N-R load flow is expressed as:
  • 3.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 10, No. 6, December 2020 : 5586 - 5591 5588 [ ∆𝑃 ∆𝑄 ] = [ 𝜕𝑃 𝜕𝛿 𝜕𝑃 𝜕𝑉 𝜕𝑄 𝜕𝛿 𝜕𝑄 𝜕𝑉 ] [ ∆𝛿 ∆|𝑉| ] (5) The power loss required for the optimal location and size of the low-level generation units determination given in equation below: 𝑃𝐿𝑜𝑠𝑠 = ∑ ∑( 𝑅𝑖𝑗 cos(𝛿𝑖 − 𝛿𝑗) 𝑉𝑖 𝑉𝑗 )(𝑃𝑖 𝑃𝑗 + 𝑄𝑖 𝑄𝑗) 𝑛 𝑗=1 𝑛 𝑖−1 + ( 𝑅𝑖𝑗 sin(𝛿𝑖 − 𝛿𝑗) 𝑉𝑖 𝑉𝑗 )(𝑄𝑖 𝑃𝑗 − 𝑃𝑖 𝑄𝑗) (6) where, 𝑃𝑖 , 𝑃𝑗, 𝑄𝑖, 𝑄𝑗: Active and reactive power of buses i and j respectively. 𝑅𝑖𝑗 : Resistance of line between bus i and j. 𝑉𝑖 , 𝑉𝑗 : The magnitude of bus voltage i and j respectively. 𝛿𝑖, 𝛿𝑗 : Voltage angle of bus i and bus j respectively. 3.2. PSO formulation As discuss earlier; in a PSO, birds get about round a multi- dimensional space expecting to optimal solution. During the flying, each bird regularizes its location according to its own experiment, and the experiments of adjacent birds, best location accomplished by itself and its adjacent birds has been used. According to that two significant best values results, one of these values is called 𝑝𝑏𝑒𝑠𝑡 (personal best) and another best value is the 𝑔𝑏𝑒𝑠𝑡 (global best) [22]. These values are the optimal values that has realized by any birds in the swarm. Each bird tries to change its location to a better location depending on the information listed below:  The current positions and velocities.  The distance between current position and 𝑝𝑏𝑒𝑠𝑡  The distance between current position and 𝑔𝑏𝑒𝑠𝑡 The position (xi) and velocity (vi) of particle i can be updated using (7) and (8) respectively: 𝑣𝑖 𝑘+1 = 𝜔𝑣𝑖 𝑘 + 𝑐1 𝑟𝑎𝑛𝑑 × (𝑝𝑏𝑒𝑠𝑡𝑖 − 𝑠𝑖 𝑘 ) + 𝑐2 𝑟𝑎𝑛𝑑 × (𝑔𝑏𝑒𝑠𝑡𝑖 − 𝑠𝑖 𝑘 ) (7) 𝑥𝑖 𝑘+1 = 𝑥𝑖 𝑘 + 𝑣𝑖 𝑘+1 (8) where, 𝑐1, 𝑐2 : Positive constants. 𝑟𝑎𝑛𝑑 : Random number in the range of 0 and 1. 𝜔 : Weight inertia. The target of the optimal location algorithm is to decrease the total power loss of the power system, 𝑃𝐿𝑜𝑠𝑠 in (6). Flowchart of PSO shown in Figure 2. 3.3. Active power loss index 𝑷 𝑳_𝒊𝒏𝒅𝒆𝒙 The active power loss index is defined as: 𝑃𝐿_𝑖𝑛𝑑𝑒𝑥 = ( 𝑃𝐿_𝑤𝐷𝐺 𝑃𝐿_𝑤𝑜𝐷𝐺 ) × 100% (9) where; 𝑃𝐿_𝑤𝐷𝐺 is the active power loss with DG. 𝑃𝐿_𝑤𝑜𝐷𝐺 is the active power loss without DG. The lower value of this index indicates better operation of the power system in terms of active power loss reduction happened according to DG positioning and sizing [23-25].
  • 4. Int J Elec & Comp Eng ISSN: 2088-8708  Power losses reduction of power transmission network using… (Marwa M. Marei) 5589 Start Read bus data, line data, tolerance Generate initial population of particles (random number and location of DG) Calculate active power loss of each particle Set the current pset Print out the optimal solution Update the velocity and position of particle End Set the current overall gbest If k = max. iteration Set new iteration k= k+1 No Yes Figure 2. Flowchart for PSO of low-level generation optimal installation 4. RESULTS AND ANALYSIS Karbala city transmission network has been analyzed by using MATLAB m-file to show the effect of using low-level generation in the transmission network. In the program the constrains for optimal size and location of low –level generation to be added to the network is selected as: - The size of low–level generation not exceed 30 MW. - It located at the load busses 6, 7, 8, 9, 10, 11 of the transmission networks. PSO technique used to show optimal location for low-level generation installation as illustrated in the Table 1. From Table 1, the results show that the total losses for the system without low-level generation unitsis bigger than the total losses with low-level generation units; it is 39.507 MW without DG while it becomes less when a low-level generation unit used. Also, using PSO helps to select an optimal number and location of low-level generation units used to decrease the power losses as possible. It's obvious from the results that the optimal number is one low-level generation unit with a size of 30 MW and located at the bus no. 7 which is a heavy loaded bus as shown in Appendix A Table (A.1). Table 2 lists the real power loss index for the system at different cases of DG insertion. Table 1. Total power losses with and without using of low-level generation units No. of DG Size of DG (MW) Location Total loss (MW) Without DG 39.507 3 10, 10, 10 6, 7, 10 30.067 2 15, 15 6, 7 29.564 1 30 7 26.549
  • 5.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 10, No. 6, December 2020 : 5586 - 5591 5590 Also, using of low-level generation units in optimal location helps to decrease the losses in active power and that is affect the real power loss index. The results show that a lower real power index is achieved in case 3 (witch is indicate an optimal location and size for the low-level generation unit), where the index becomes 0.671 while it is 0.7609 in case 1, this indicates that optimal location of low-level generation units insertion helps to decrease the active power loss. Table 2. Real power loss index Case No. of DG Size of DG (MW) Location 𝑷 𝑳_𝒊𝒏𝒅𝒆𝒙 1 3 10, 10, 10 6, 7, 10 0.7609 2 2 15, 15 6, 7 0.7107 3 1 30 7 0.671 5. CONCLUSION PSO technique used to show optimal number location and size of low-level generation for a transmission network to reduce the total loss of the power system. The proposed optimization algorithm was applied to Karbala city (132/33) Kv. From the analysis and results shows above, it's clear that using of low-level generation helps to improve the performance of the transmission network and decreases the total losses for the system. Also, the selection of optimal location for low-level generation units is near the heavy loaded bus and this installation helps to decrease the total losses and improving the performance. APPENDIX Bus data and line data are illustrated in Tables (A.1) and (A.2). Table (A.1). Karbala 132KV bus data QL (Mw)PL (Mw)Qg (Mw)Pg (Mw)δV(pu)TypeBus NameBus no. 000001.01Mussayab1 0065.38313501.02Babylon2 0046.54596.301.02alghazia3 0065.38313501.02Khairat4 0047.859901.02STX5 74.5851540001.03West of Karbala6 96.137198.50001.03Hindia7 79.4281640001.03South of Karbala8 1230001.03East of Karbala9 73.03150.80001.03North of Karbala10 7.8916.30001.03Al- Okhaider11 Table (A.2). Karbala 132KV line data X(pu)R(pu)To BusFrom BusLine no. 0.0919590.016367911 0.1232380.0219341012 0.0307880.005479723 0.0539390.009600434 0.0675610.012024635 0.0888310.0158101036 0.1179080.020985647 0.0400380.007126958 0.0435140.007744879 0.0333800.0059416810 0.0312780.00556710911 0.2224540.039592111012 ACKNOWLEDGEMENT The authors would like to thank the Electrical Transmission office for Karbala city and the Department of Electrical and Electronic Engineering, University of Karbala for their supports.
  • 6. Int J Elec & Comp Eng ISSN: 2088-8708  Power losses reduction of power transmission network using… (Marwa M. Marei) 5591 REFERENCES [1] Y. Al-Mahroqi, I. A. Metwally, A. Al-Hinai, and A. Al-Badi, "Reduction of Power Losses in Distribution Systems, World Academy of Science, Engineering and Technology," International Journal of Computer and Systems Engineering, vol. 6, no. 3, pp. 498-505, 2012. [2] Y.M. Atwa, E.F. El-Saadany, M.M.A. Salama, R. Seethapathy, "Optimal renewable resources mix for distribution system energy loss minimization," IEEE Transactions on Power Systems, vol. 25, no. 1, pp. 360-370, 2010. [3] T. Ackermann, G. Andersson, and L. Söder, "Distributed generation: A definition," Electric Power Systems Research, vol. 57, no. 3, pp. 195-204, 2001. [4] I.S. Shahbudin et al., " FACTS device installation in transmission system using whale optimization algorithm," Bulleting of Electrical Engineering and Informatics, vol. 8, no. 1, pp. 30-38, 2019. [5] Doagou-Mojarrad H, et al., "Optimal placement and sizing of DG (distributed generation) units in distribution networks by novel hybrid evolutionary algorithm," Journal Energy, vol. 54, pp. 129-138, 2013. [6] L. Y. Wong, S. R. A. Rahim, Mohd. H. Sulaiman, and O. Aliman, "Distributed Generation Installation Using Particle Swarm Optimization," 4th International Power Engineering and Optimization Conf. (PEOCO2010), 2010. [7] G. Pepermans, J. Driesen, D. Haeseldonckx, R. Belmans, and W. D'Haeseleer, "Distributed generation: Definition, benefits and issues," Energy Policy, vol. 33, no. 6, pp. 787-798, 2005. [8] U. S. Department of Energy, "The Potential Benefits of Distributed Generation and the Rate-Related Issues That May Impede Its Expansion: A Report to the U.S. Congress Pursuant to Section 1817 of the Energy Policy Act of 2005," 2005. [9] Fahad S. Abu-Mouti, and M. E. El-Hawary, "Optimal Distributed Generation Allocation and Sizing in Distribution Systems via Artificial Bee Colony Algorithm," IEEE Transactions on Power Delivery, vol. 26, no. 4, pp. 2090-2101, 2011. [10] M. M. Aman, G. B. Jasmon, A. H. A. Bakar, and H. Mokhlis, "A new approach for optimum DG placement and sizing based on voltage stability maximization and minimization of power losses," Energy Conversion and Management, vol. 70, pp. 202-210, 2013. [11] B. Banhthasit, C. Jamroen, and S. Dechanupaprittha, "Optimal Generation Scheduling of Power System for Maximum Renewable Energy Harvesting and Power Losses Minimization," International Journal of Electrical and Computer Engineering (IJECE), vol. 8, no. 4, pp. 1954-1966, 2018, [12] V. V. Thong, J. Driesen, R. Belmans, "Transmission system operation concerns with high penetration level of distributed generation," 42nd International Universities Power Engineering Conference, pp. 867-871, 2007. [13] A. M. El-Zonkoly, "Optimal placement of multi-distributed generation units including different load models using particle swarm optimization," Swarm and Evolutionary Computation, vol. 1, no. 1, pp. 50-59, 2011. [14] Tuba Gözel, M. Hakan Hocaoglu, "An analytical method for the sizing and siting of distributed generators in radial systems," Electric Power Systems Research, vol. 79, no. 9, pp. 912-918, 2009. [15] Naresh Acharya, Pukar Mahat, N. Mithulananthan, "An analytical approach for DG allocation in primary distribution network," Electrical Power and Energy Systems, vol. 28, no. 10, pp. 669-678, 2006. [16] Z. Kamis, M. R. A. Ghani, M. N. Kamarudin, H. N. M. Shah, J. Zanariah, "A Review on SVC control for power system stability with and without auxiliary controller," Bulletin of Electrical Engineering and Informatics, vol. 8, no. 1, pp. 761-768, 2009. [17] N. A. M. Kamari, I. Musirin, M. K. M. Zamani, and S. A. Halim, " Oscillation stability enhancement using multi- objective swarm based technique for smib system," Indonesian Journal of Electrical Engineering and Computer Science, vol. 16, no. 2, pp. 631-639, 2019. [18] T. M. Shin, A. Adam, and A. F. Z. Abidin, "A comparative study of PSO, GSA and SCA in parameters optimization of surface grinding process," Bulletin of Electrical Engineering and Informatics, vol. 8, no. 3, pp. 1117-1127, 2019. [19] Z. T. Hasan, "Stability Enhancement Using Distributed Generation in Al Najaf Al-Ashraf Electrical Network," M.sc Thesis, University of Technology, 2014. [20] R. Habachi, A. Touil, A. Boulal, A. Charkaoui, and A. Echchatbi, "Solving economic dispatch and unit commitment problem in smart grid system using eagle strategy based crow search algorithm," Indonesian Journal of Electrical Engineering and Computer Science, vol. 14, no. 3, pp. 1087-1096, 2019. [21] M. Aliakbari, P. Maghouli, and H. A. Aalami, "Reliability Constrained Unit Commitment Considering the Effect of DG and DR Program," International Journal of Electrical and Computer Engineering (IJECE), vol. 8, no. 4, pp. 1985-1996, 2018. [22] C. Shang, D. Srinivasan, and T. Reindl, "An improved particle swarm optimisation algorithm applied to battery sizing for stand-alone hybrid power systems," Electrical Power and Energy Systems, vol. 74, pp. 104-117, 2016. [23] B. Singh, and D. K. Mishra, “A survey on enhancement of power system performances by optimally placed DG in distribution networks,” Energy Reports, vol. 4, pp. 129-158, 2018. [24] N. Khalesi, N. Rezaei, and M.-R. Haghifam, "DG allocation with application of dynamic programming for loss reduction and reliability improvement," Electrical Power and Energy Systems, vol. 33, pp. 288-295, 2011. [25] P. Chiradeja, "Benefit of Distributed Generation: A Line Loss Reduction Analysis," IEEE/PES Transmission and Distribution Conference & Exhibition: Asia and Pacific Dalian, 2005.