IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE)
e-ISSN: 2278-1676,p-ISSN: 2320-3331, Volume 10, Issue 1 Ver. II (Jan – Feb. 2015), PP 33-37
www.iosrjournals.org
DOI: 10.9790/1676-10123337 www.iosrjournals.org 33 | Page
Application of Gravitational Search Algorithm and Fuzzy For
Loss Reduction of Networked System Using Distributed
Generation
K. Dhananjaya Babu1
, Dr. A. Lakshmi Devi2
1
(Research Scholar, Department of EEE, SVU College of Engineering, SV University, Tirupati, India)
2
(Professor, Department of EEE, SVU College of Engineering, SV University, Tirupati, India)
Abstract: The insertion of distributed generator (DG) into distribution systems for performance improvement
has been an obvious application. But the choice of DG has been extended to the networked systems as well in
the recent years. The penetration level of DG is accelerating due to the liberalization of electricity markets and
Technological advances in small generators and energy storage devices. In this paper the DG technology is
used for loss reduction in the networked system. Functioning of DG is effective not merely on DG itself, but
through proper location and size of the same. In this paper optimal magnitude of power from DG is computed
by using a new algorithm (i.e. Gravitational Search Algorithm (GSA)), upon finding optimal locations through
fuzzy inference system. The proposed combination of GSA and Fuzzy concept is tested on an IEEE 5 bus system,
IEEE 14 bus system and 62-bus practical Indian system.
Keywords: Distribution Generation, Fuzzy Approach, Gravitational Search Algorithm
I. Introduction
Distributed Generation(DG) is utilised a power supply in distribution systems which was extended to
power transmission system for - choking transmission loss, improving voltage profile, and reducing the
congestion etc. The integration of DG with the utility system at permissible voltage involves usage of small
scale distributed energy resources. DG mainly constitutes non-conventional and renewable energy sources like
solar PV, wind turbines, etc. [1]
DG involves the interconnection of small-scale distributed energy resources with the main power utility
at distribution voltage level [2-4]. DG can reduce power loss and can improve node voltages. Further power loss
lowering can be at expense of worse voltage profile and vice versa [5]. These two main outcomes should be
compromised to get an optimal overall performance. Here these effects are highly dependent on DG allocation
in the transmission or distribution system. So the sizing and locations of DG have to be computed carefully to
optimize the overall Performance, which will result in technical and economic benefits [6-7].
In this paper section II describes the Fuzzy approach for DG optimal locations which rely on loss and
voltage indices. Section III describes the methodology for DG sizing using GSA. Section IV presents the result
analysis and discussion for the proposed concept.
II. Fuzzy Approach For Optimal DG Locations
Fuzzy logic is a technique that allows for quantification and processing of common language rules to
arrive at a decision. Al1 the rules are considered at once or in parallel to arrive at a weighted decision [8-9]. In
this paper the basics of applying the fuzzy logic method is for finding optimal locations of DG. Newton-raphson
method is used for load flow study, which was applied on IEEE 5 bus system, IEEE 14 bus system, and 62 bus
Indian practical systems.
2.1 Loss index
In this index the real power loss reduction is observed when total load is completely or partially
removed at a particular load bus. The loss index is determined using (1).
LI = P1
- P2
(1)
Where,
LI = Loss Index
P1
= Power loss for normal load
P2
= Power loss for partial load
The above obtained loss reductions are then, linearly normalized into a [0, 1] range with the largest loss
reduction having a value of 1 and the smallest one having a value of 0. The normalised loss index is given as
one of the two indexes to the fuzzy inference system.
Application of Gravitational Search Algorithm and Fuzzy for Loss Reduction …
DOI: 10.9790/1676-10123337 www.iosrjournals.org 34 | Page
Figure 1: One line diagram of Indian 62-bus practical system
2.2 Voltage Index
This index is taken as a second input to the fuzzy inference system, here the voltages are also
normalized into a [0, 1] range with the largest voltage having a value of 1 and the smallest one having a value of
0.
Figure 2: Block diagram of Fuzzy inference system
Rule base and the membership function for the inference system shown in Fig. 2 were adopted from
[10]. The DG location index obtained from the inference system will be considered as optimal locations for DG
in priority wise i.e. index nearing 1 will be best, and for 0 it will be worst case.
III. Methodology For Calculating Sizing Of DG
Gravitational Search Algorithm (GSA) is proposed by Esmat Rashedi et al in 2009[11], which is rely
on law of gravity and mass interactions. In this algorithm, the searcher agents are a collection of masses which
interact with each other based on the Newtonian gravity and the laws of motion.
In GSA, each position of mass (agent) has a solution, wherein the position of heaviest mass has
optimum solution which attracts other masses, by proper acceleration of their gravitational and inertia masses.
At the end iteration count the heaviest mass will present an optimum solution in the search space. In this study
GSA is used for optimizing the capacity of DG by randomly generating the masses between prescribed limits.
Algorithm for DG sizing using GSA
Step 1: Initially [nom x n] number of masses are generated randomly within the limits, where ‘nom’ is the
population size and ‘n’ is the number of DG units. Each row represents one possible solution to the optimal DG-
sizing problem.
Step 2: Similarly [nom x n] number of initial velocities is generated randomly between the limits. Iteration
count (T) is set to one.
Step 3: Calculate the force on the ith
mass by the remaining other masses using (2)
Fij = G×
Mp× Ma
Rij+ ε
× DGxj
d
- DGxi
d
(2)
Application of Gravitational Search Algorithm and Fuzzy for Loss Reduction …
DOI: 10.9790/1676-10123337 www.iosrjournals.org 35 | Page
Where,
Maj = Active gravitational mass related to agent j, Mpi = Passive gravitational mass related to agent i,
G = Gravitational constant,
ε = Small constant, and
Rij = Euclidian distance between two agents i and j:
Rij = DGxi,DGxj 2
(3)
The total force that acts on ith
mass in a dimension d be a randomly weighted sum of dth
components of the
forces exerted from other agents.
Fi
d
= randi. Fij
dN
i=1, j ≠ i (4)
Where, rand = random number generated between 0 and 1.
Step 4: After finding the net force on each mass due to the other masses, the acceleration for each mass is
calculated using (5)
ai
d
=
Fi
d
Mi
(5)
Step 5: The velocities and position of all the masses are updated using (6), (7)
Vi
d
= randi × Vi
d
+ ai
d
(6)
DGxi
d
= DGxi
d
+ Vi
d
(7)
Step 6: Fitness values of all the masses are calculated
Step 7: Set error tolerance (e) = 0.0001, if ‘e’ is greater than the difference of best of fitness matrix and mean of
fitness matrix, then go to Step 8, else go to Step 9.
Step 8: The current iteration (T) count is incremented and if ‘T’ is not reached maximum then go to step 3
Step 9: The heaviest mass in the population gives the best fitness value i.e. maximum loss reduction and
position of that mass gives the optimal DG sizes.
IV. Result And Discussion
The proposed concept which is a two – stage methodology has applied on standard IEEE systems as
well on Indian practical system.
IEEE 5 bus system [12] contains 1 slack/generator buses (bus numbers: 1,), 4 load buses (bus numbers:
2, 3, 4, and 5) and 7 transmission lines. Fuzzy approach gives 3rd
location as optimal choice, where GSA
optimized the sizing of DG with which the losses in the system has reduced significantly and voltage profile has
increased significantly.
Figure 3: Voltage profile before and after DG placement for IEEE 5 bus system
Application of Gravitational Search Algorithm and Fuzzy for Loss Reduction …
DOI: 10.9790/1676-10123337 www.iosrjournals.org 36 | Page
Figure 4: Voltage profile before and after DG placement for IEEE 5 bus system
Figure 5: Voltage profile before and after DG placement for Indian 62 bus practical system
Table 1: Total Loss before and After Placement of DG using GSA
Test System Used
Optimal Location
by Fuzzy
Approach
Total Loss Before
DG Placement
(MW)
Iterations
generated
Optimized
Capacity of DG
(MW)
Total Loss After
DG Placement
(MW)
IEEE 5 bus
system
3 4.5868 32 108.0316 1.3231
IEEE 14 bus
system
5 13.3934 33 178.8503 5.2879
Indian 62 bus
Practical system
11,
30
64.0512 30
101.7489,
76.9365
60.2518
IEEE 14 bus system [13] contains 5 generator buses (bus numbers: 1,2,3,6 and 8), 9 load buses (bus
numbers: 4, 5, 7,9,10,11,12,13 and14) and 20 transmission lines. Fuzzy approach gives 5th
location as optimal
choice, where GSA optimized the sizing of DG with which the losses in the system has reduced significantly
and voltage profile has increased considerably.
Indian 62 bus practical system [14] contains 19 generator buses (bus numbers: 1, 2, 5, 9, 14, 17, 23, 26,
32, 33, 34, 37, 49, 50, 51, 52, 54, 57, and 58), the remaining are load buses and 89 transmission lines. Fuzzy
approach gives 11th
and 30th
location as optimal choice, where GSA optimized the sizing of DG in both the
locations with which the losses in the system has reduced considerably and voltage profile has increased a little
on some buses.
V. Conclusion
The proposed concept has been successfully applied on IEEE 5 bus, IEEE 14 bus and Indian practical
system. The Fuzzy approach has given best locations (based on index calculated), for installation of DG. For
sizing of DG the Gravitational Search Algorithm optimized accurately for best loss reduction and better voltage
profile.
When compared the results obtained for IEEE standard systems and Indian practical systems, the
effective ness of DG on both the systems is not same, because the real systems are complicated having more
uneven transmission lines with different loading conditions. To some extent, application of DG is a good option
for loss reduction in real system.
Application of Gravitational Search Algorithm and Fuzzy for Loss Reduction …
DOI: 10.9790/1676-10123337 www.iosrjournals.org 37 | Page
Every optimization technique when verified on standard test functions will converge perfectly
irrespective of time consumed. A optimization is said to be a better one based on the computation time required,
here GSA is a best technique which take less time, because the masses are updated by taking the cumulative
difference of all masses available, whereas in standard PSO, Firefly Algorithm etc. each particle is been updated
with reference to the global best practical.
References
[1]. Thomas Ackermann , Goran Andersson , Lennart Soder ,Distributed generation: a definition, Electric Power Systems Research 57
(2001) 195–204
[2]. Gopiya Naik S, D. K. Khatod and M. P. Sharma, Optimal Allocation of Distributed Generation in Distribution System for Loss
Reduction, 2012 IACSIT Coimbatore Conferences IPCSIT vol. 28 (2012) © (2012) IACSIT Press, Singapore
[3]. Thomas E Hoff, Howard J Wenger, and Brian K Farmer, Distributed generation An alternative to electric utility investments in
system capacity, Energy Policy. Vol. 24. No. 2. pp. 137-147. 1996
[4]. Naresh Acharya, Pukar Mahat, N. Mithulananthan An analytical approach for DG allocation in primary distribution network,
Electrical Power and Energy Systems 28 (2006) 669–678
[5]. Lucian Ioan Dulau, Mihail Abrudean, Dorin Bica, Effects of distributed generation on electric power systems, The 7th international
conference interdisciplinary in engineering 2003, Procedia technology
[6]. Francesco Gullı´, Small distributed generation versus centralised supply: a social cost–benefit analysis in the residential and service
sectors, Energy Policy 34 (2006) 804–832
[7]. K. Balamurugana, Dipti Srinivasana, Thomas Reindlb, Impact of Distributed Generation on Power Distribution Systems, PV Asia
Pacific Conference 2011, Energy Procedia 25 ( 2012 ) 93 – 100
[8]. M Damodar Reddy and V. C. Veera Reddy, Capacitor placement using fuzzy and particle swarm optimization method for
maximum annual Savings, ARPN Journal of Engineering and Applied Sciences, vol. 3, No.3, June 2008
[9]. M. Damodar reddy and N.V. Vijay kumar, Optimal capacitor placement for loss reduction in distribution system using fuzzy and
harmony search algorithm, ARPN journal of Engineering and applied sciences, vol.7, No.1, January 2012, ISSN 1819-6608.
[10]. K. Dhananjaya Babu, M. Damodar Reddy, Optimal placement of SVC using Fuzzy and PSO algorithm, International Journal of
Engineering Research and Applications (IJERA) ISSN: 2248-9622, Vol. 3, Issue 1, January -February 2013, pp.485-490
[11]. Esmat Rashedi, Hossein Nezamabadi-pour, Saeid Saryazdi, GSA: A Gravitational Search Algorithm Information Sciences 179
(2009) 2232–2248
[12]. G W Stagg, Ahmed H El Abiad, Computer Methods in Power System Analysis, McGraw Hill publication
[13]. http://www.ee.washington.edu/research/pstca/
[14]. Tamilnadu Electricity Board Statistics at a Glance - 1999-2000, compiled by Planning Wing of Tamilnadu Electricity Board,
Chennai, India
Author’s Details:
Mr. K. Dhananjaya Babu is a Full – Time research scholar pursuing his Ph. D in Department of
Electrical and Electronics Engineering, Sri Venkateswara University College of Engineering,
Tirupati since 2013. He received his M. tech degree from the same university in 2012. He
received his B. tech degree from JNT University, Hyderabad in 2007. He has two years industrial
experience as operation engineer.
Mrs. A. Lakshmi Devi is a senior professor in Department of Electrical and Electronics
Engineering, Sri Venkateswara University College of Engineering, Tirupati. She received her
Doctoral Degree from the same University in 2008. She received her Master’s Degree from IISc
Bangalore in 1993. She received her B. tech from Sri Venkateswara University College of
Engineering in 1991.

More Related Content

PDF
Memory Polynomial Based Adaptive Digital Predistorter
PDF
13Vol70No2
PDF
17Vol71No1
PDF
A Performance Analysis of CLMS and Augmented CLMS Algorithms for Smart Antennas
PDF
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
PDF
Hybrid method for achieving Pareto front on economic emission dispatch
PDF
Optimal Placement of Dynamic Voltage Restorer in Distribution Systems for Vol...
PDF
A review on optimal placement and sizing of custom power devices/FACTS device...
Memory Polynomial Based Adaptive Digital Predistorter
13Vol70No2
17Vol71No1
A Performance Analysis of CLMS and Augmented CLMS Algorithms for Smart Antennas
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
Hybrid method for achieving Pareto front on economic emission dispatch
Optimal Placement of Dynamic Voltage Restorer in Distribution Systems for Vol...
A review on optimal placement and sizing of custom power devices/FACTS device...

What's hot (19)

PDF
Coyote multi-objective optimization algorithm for optimal location and sizing...
PDF
3.a heuristic based_multi-22-33
PDF
Multi Area Economic Dispatch Using Secant Method and Tie Line Matrix
PDF
Application of particle swarm optimization to microwave tapered microstrip lines
PDF
Icamme managed brightness and contrast enhancement using adapted histogram eq...
PDF
Oc2423022305
PDF
Performance Evaluation of Quarter Shift Dual Tree Complex Wavelet Transform B...
PDF
International Journal of Engineering Research and Development
PDF
K010217785
PDF
01 16286 32182-1-sm multiple (edit)
PDF
Optimal Power System Planning with Renewable DGs with Reactive Power Consider...
PDF
40220140504003
PDF
Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...
PDF
Analysis of Adaptive Algorithms
PDF
Elements Space and Amplitude Perturbation Using Genetic Algorithm for Antenna...
PDF
PhotonCountingMethods
PDF
An Efficient Multiplierless Transform algorithm for Video Coding
PDF
Ka3418051809
Coyote multi-objective optimization algorithm for optimal location and sizing...
3.a heuristic based_multi-22-33
Multi Area Economic Dispatch Using Secant Method and Tie Line Matrix
Application of particle swarm optimization to microwave tapered microstrip lines
Icamme managed brightness and contrast enhancement using adapted histogram eq...
Oc2423022305
Performance Evaluation of Quarter Shift Dual Tree Complex Wavelet Transform B...
International Journal of Engineering Research and Development
K010217785
01 16286 32182-1-sm multiple (edit)
Optimal Power System Planning with Renewable DGs with Reactive Power Consider...
40220140504003
Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...
Analysis of Adaptive Algorithms
Elements Space and Amplitude Perturbation Using Genetic Algorithm for Antenna...
PhotonCountingMethods
An Efficient Multiplierless Transform algorithm for Video Coding
Ka3418051809
Ad

Viewers also liked (20)

PPT
Marisol's All About Me
PPTX
Moodchapp
PDF
Pillar Times 27 12 2015
PDF
How to Make Your Target Accounts Love the Fact that You’re Targeting Them #Fl...
DOC
Husains CV
PPTX
Personalized web search
KEY
Presentation Cloud9 at sudweb
PDF
Arcot road talk e paper 10-01-2016
PDF
Pillar times
PDF
Arcot road talk epaper
PDF
Arcot road talk
PPTX
#FlipMyFunnel Atlanta 2016 - Jim Hopkins - Sunshine Through the Clouds: ABM a...
PDF
Deep Learning for Computer Vision (4/4): Beyond vision @ laSalle 2016
PDF
카카오 프렌즈 브랜드북
PDF
Deliver Your Perfect Pitch
PDF
머신러닝을 이용한 MCN 크리에이터 소셜반응분석 - 2편 에뛰드하우스 유튜...
PDF
[필립 코틀러] 마케팅관리론 해설강의 5장
PDF
Deep Learning for Computer Vision (2/4): Object Analytics @ laSalle 2016
PPT
Approach To A Patient With Polyarthritis
PDF
카페인 회사 소개서
Marisol's All About Me
Moodchapp
Pillar Times 27 12 2015
How to Make Your Target Accounts Love the Fact that You’re Targeting Them #Fl...
Husains CV
Personalized web search
Presentation Cloud9 at sudweb
Arcot road talk e paper 10-01-2016
Pillar times
Arcot road talk epaper
Arcot road talk
#FlipMyFunnel Atlanta 2016 - Jim Hopkins - Sunshine Through the Clouds: ABM a...
Deep Learning for Computer Vision (4/4): Beyond vision @ laSalle 2016
카카오 프렌즈 브랜드북
Deliver Your Perfect Pitch
머신러닝을 이용한 MCN 크리에이터 소셜반응분석 - 2편 에뛰드하우스 유튜...
[필립 코틀러] 마케팅관리론 해설강의 5장
Deep Learning for Computer Vision (2/4): Object Analytics @ laSalle 2016
Approach To A Patient With Polyarthritis
카페인 회사 소개서
Ad

Similar to Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of Networked System Using Distributed Generation (20)

PDF
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
PDF
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
PDF
40220140502004
PDF
Economic Dispatch using Quantum Evolutionary Algorithm in Electrical Power S...
PDF
Jh3516001603
PDF
Performance comparison of distributed generation installation arrangement in ...
PDF
Placement of Multiple Distributed Generators in Distribution Network for Loss...
PDF
IJMTST020105
PDF
Stable Multi Optimized Algorithm Used For Controlling The Load Shedding Probl...
PDF
Harmony Search Algorithmic Rule for Optimum Allocation and Size of Distribute...
PDF
A Case Study of Economic Load Dispatch for a Thermal Power Plant using Partic...
PDF
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
PDF
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
PDF
IRJET- Optimization of Distributed Generation using Genetics Algorithm an...
PDF
PDF
A new simplified approach for optimum allocation of a distributed generation
PDF
Gy3312241229
PDF
Network loss reduction and voltage improvement by optimal placement and sizin...
PDF
Genetic Algorithm for Solving the Economic Load Dispatch
PDF
Network reconfiguration to improve reliability indices and efficiency in dist...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
40220140502004
Economic Dispatch using Quantum Evolutionary Algorithm in Electrical Power S...
Jh3516001603
Performance comparison of distributed generation installation arrangement in ...
Placement of Multiple Distributed Generators in Distribution Network for Loss...
IJMTST020105
Stable Multi Optimized Algorithm Used For Controlling The Load Shedding Probl...
Harmony Search Algorithmic Rule for Optimum Allocation and Size of Distribute...
A Case Study of Economic Load Dispatch for a Thermal Power Plant using Partic...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
IRJET- Optimization of Distributed Generation using Genetics Algorithm an...
A new simplified approach for optimum allocation of a distributed generation
Gy3312241229
Network loss reduction and voltage improvement by optimal placement and sizin...
Genetic Algorithm for Solving the Economic Load Dispatch
Network reconfiguration to improve reliability indices and efficiency in dist...

More from IOSR Journals (20)

PDF
A011140104
PDF
M0111397100
PDF
L011138596
PDF
K011138084
PDF
J011137479
PDF
I011136673
PDF
G011134454
PDF
H011135565
PDF
F011134043
PDF
E011133639
PDF
D011132635
PDF
C011131925
PDF
B011130918
PDF
A011130108
PDF
I011125160
PDF
H011124050
PDF
G011123539
PDF
F011123134
PDF
E011122530
PDF
D011121524
A011140104
M0111397100
L011138596
K011138084
J011137479
I011136673
G011134454
H011135565
F011134043
E011133639
D011132635
C011131925
B011130918
A011130108
I011125160
H011124050
G011123539
F011123134
E011122530
D011121524

Recently uploaded (20)

PPTX
Module 8- Technological and Communication Skills.pptx
PDF
Beginners-Guide-to-Artificial-Intelligence.pdf
PPTX
CONTRACTS IN CONSTRUCTION PROJECTS: TYPES
PDF
LOW POWER CLASS AB SI POWER AMPLIFIER FOR WIRELESS MEDICAL SENSOR NETWORK
PDF
Introduction to Power System StabilityPS
PDF
UEFA_Embodied_Carbon_Emissions_Football_Infrastructure.pdf
PPTX
Chapter 2 -Technology and Enginerring Materials + Composites.pptx
PDF
Exploratory_Data_Analysis_Fundamentals.pdf
PPTX
tack Data Structure with Array and Linked List Implementation, Push and Pop O...
PPTX
A Brief Introduction to IoT- Smart Objects: The "Things" in IoT
PPTX
Principal presentation for NAAC (1).pptx
PDF
August -2025_Top10 Read_Articles_ijait.pdf
PPTX
ASME PCC-02 TRAINING -DESKTOP-NLE5HNP.pptx
PDF
20250617 - IR - Global Guide for HR - 51 pages.pdf
PDF
UEFA_Carbon_Footprint_Calculator_Methology_2.0.pdf
PDF
Influence of Green Infrastructure on Residents’ Endorsement of the New Ecolog...
PDF
Design of Material Handling Equipment Lecture Note
PPTX
Amdahl’s law is explained in the above power point presentations
PPT
Chapter 1 - Introduction to Manufacturing Technology_2.ppt
PPTX
Sorting and Hashing in Data Structures with Algorithms, Techniques, Implement...
Module 8- Technological and Communication Skills.pptx
Beginners-Guide-to-Artificial-Intelligence.pdf
CONTRACTS IN CONSTRUCTION PROJECTS: TYPES
LOW POWER CLASS AB SI POWER AMPLIFIER FOR WIRELESS MEDICAL SENSOR NETWORK
Introduction to Power System StabilityPS
UEFA_Embodied_Carbon_Emissions_Football_Infrastructure.pdf
Chapter 2 -Technology and Enginerring Materials + Composites.pptx
Exploratory_Data_Analysis_Fundamentals.pdf
tack Data Structure with Array and Linked List Implementation, Push and Pop O...
A Brief Introduction to IoT- Smart Objects: The "Things" in IoT
Principal presentation for NAAC (1).pptx
August -2025_Top10 Read_Articles_ijait.pdf
ASME PCC-02 TRAINING -DESKTOP-NLE5HNP.pptx
20250617 - IR - Global Guide for HR - 51 pages.pdf
UEFA_Carbon_Footprint_Calculator_Methology_2.0.pdf
Influence of Green Infrastructure on Residents’ Endorsement of the New Ecolog...
Design of Material Handling Equipment Lecture Note
Amdahl’s law is explained in the above power point presentations
Chapter 1 - Introduction to Manufacturing Technology_2.ppt
Sorting and Hashing in Data Structures with Algorithms, Techniques, Implement...

Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of Networked System Using Distributed Generation

  • 1. IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-ISSN: 2278-1676,p-ISSN: 2320-3331, Volume 10, Issue 1 Ver. II (Jan – Feb. 2015), PP 33-37 www.iosrjournals.org DOI: 10.9790/1676-10123337 www.iosrjournals.org 33 | Page Application of Gravitational Search Algorithm and Fuzzy For Loss Reduction of Networked System Using Distributed Generation K. Dhananjaya Babu1 , Dr. A. Lakshmi Devi2 1 (Research Scholar, Department of EEE, SVU College of Engineering, SV University, Tirupati, India) 2 (Professor, Department of EEE, SVU College of Engineering, SV University, Tirupati, India) Abstract: The insertion of distributed generator (DG) into distribution systems for performance improvement has been an obvious application. But the choice of DG has been extended to the networked systems as well in the recent years. The penetration level of DG is accelerating due to the liberalization of electricity markets and Technological advances in small generators and energy storage devices. In this paper the DG technology is used for loss reduction in the networked system. Functioning of DG is effective not merely on DG itself, but through proper location and size of the same. In this paper optimal magnitude of power from DG is computed by using a new algorithm (i.e. Gravitational Search Algorithm (GSA)), upon finding optimal locations through fuzzy inference system. The proposed combination of GSA and Fuzzy concept is tested on an IEEE 5 bus system, IEEE 14 bus system and 62-bus practical Indian system. Keywords: Distribution Generation, Fuzzy Approach, Gravitational Search Algorithm I. Introduction Distributed Generation(DG) is utilised a power supply in distribution systems which was extended to power transmission system for - choking transmission loss, improving voltage profile, and reducing the congestion etc. The integration of DG with the utility system at permissible voltage involves usage of small scale distributed energy resources. DG mainly constitutes non-conventional and renewable energy sources like solar PV, wind turbines, etc. [1] DG involves the interconnection of small-scale distributed energy resources with the main power utility at distribution voltage level [2-4]. DG can reduce power loss and can improve node voltages. Further power loss lowering can be at expense of worse voltage profile and vice versa [5]. These two main outcomes should be compromised to get an optimal overall performance. Here these effects are highly dependent on DG allocation in the transmission or distribution system. So the sizing and locations of DG have to be computed carefully to optimize the overall Performance, which will result in technical and economic benefits [6-7]. In this paper section II describes the Fuzzy approach for DG optimal locations which rely on loss and voltage indices. Section III describes the methodology for DG sizing using GSA. Section IV presents the result analysis and discussion for the proposed concept. II. Fuzzy Approach For Optimal DG Locations Fuzzy logic is a technique that allows for quantification and processing of common language rules to arrive at a decision. Al1 the rules are considered at once or in parallel to arrive at a weighted decision [8-9]. In this paper the basics of applying the fuzzy logic method is for finding optimal locations of DG. Newton-raphson method is used for load flow study, which was applied on IEEE 5 bus system, IEEE 14 bus system, and 62 bus Indian practical systems. 2.1 Loss index In this index the real power loss reduction is observed when total load is completely or partially removed at a particular load bus. The loss index is determined using (1). LI = P1 - P2 (1) Where, LI = Loss Index P1 = Power loss for normal load P2 = Power loss for partial load The above obtained loss reductions are then, linearly normalized into a [0, 1] range with the largest loss reduction having a value of 1 and the smallest one having a value of 0. The normalised loss index is given as one of the two indexes to the fuzzy inference system.
  • 2. Application of Gravitational Search Algorithm and Fuzzy for Loss Reduction … DOI: 10.9790/1676-10123337 www.iosrjournals.org 34 | Page Figure 1: One line diagram of Indian 62-bus practical system 2.2 Voltage Index This index is taken as a second input to the fuzzy inference system, here the voltages are also normalized into a [0, 1] range with the largest voltage having a value of 1 and the smallest one having a value of 0. Figure 2: Block diagram of Fuzzy inference system Rule base and the membership function for the inference system shown in Fig. 2 were adopted from [10]. The DG location index obtained from the inference system will be considered as optimal locations for DG in priority wise i.e. index nearing 1 will be best, and for 0 it will be worst case. III. Methodology For Calculating Sizing Of DG Gravitational Search Algorithm (GSA) is proposed by Esmat Rashedi et al in 2009[11], which is rely on law of gravity and mass interactions. In this algorithm, the searcher agents are a collection of masses which interact with each other based on the Newtonian gravity and the laws of motion. In GSA, each position of mass (agent) has a solution, wherein the position of heaviest mass has optimum solution which attracts other masses, by proper acceleration of their gravitational and inertia masses. At the end iteration count the heaviest mass will present an optimum solution in the search space. In this study GSA is used for optimizing the capacity of DG by randomly generating the masses between prescribed limits. Algorithm for DG sizing using GSA Step 1: Initially [nom x n] number of masses are generated randomly within the limits, where ‘nom’ is the population size and ‘n’ is the number of DG units. Each row represents one possible solution to the optimal DG- sizing problem. Step 2: Similarly [nom x n] number of initial velocities is generated randomly between the limits. Iteration count (T) is set to one. Step 3: Calculate the force on the ith mass by the remaining other masses using (2) Fij = G× Mp× Ma Rij+ ε × DGxj d - DGxi d (2)
  • 3. Application of Gravitational Search Algorithm and Fuzzy for Loss Reduction … DOI: 10.9790/1676-10123337 www.iosrjournals.org 35 | Page Where, Maj = Active gravitational mass related to agent j, Mpi = Passive gravitational mass related to agent i, G = Gravitational constant, ε = Small constant, and Rij = Euclidian distance between two agents i and j: Rij = DGxi,DGxj 2 (3) The total force that acts on ith mass in a dimension d be a randomly weighted sum of dth components of the forces exerted from other agents. Fi d = randi. Fij dN i=1, j ≠ i (4) Where, rand = random number generated between 0 and 1. Step 4: After finding the net force on each mass due to the other masses, the acceleration for each mass is calculated using (5) ai d = Fi d Mi (5) Step 5: The velocities and position of all the masses are updated using (6), (7) Vi d = randi × Vi d + ai d (6) DGxi d = DGxi d + Vi d (7) Step 6: Fitness values of all the masses are calculated Step 7: Set error tolerance (e) = 0.0001, if ‘e’ is greater than the difference of best of fitness matrix and mean of fitness matrix, then go to Step 8, else go to Step 9. Step 8: The current iteration (T) count is incremented and if ‘T’ is not reached maximum then go to step 3 Step 9: The heaviest mass in the population gives the best fitness value i.e. maximum loss reduction and position of that mass gives the optimal DG sizes. IV. Result And Discussion The proposed concept which is a two – stage methodology has applied on standard IEEE systems as well on Indian practical system. IEEE 5 bus system [12] contains 1 slack/generator buses (bus numbers: 1,), 4 load buses (bus numbers: 2, 3, 4, and 5) and 7 transmission lines. Fuzzy approach gives 3rd location as optimal choice, where GSA optimized the sizing of DG with which the losses in the system has reduced significantly and voltage profile has increased significantly. Figure 3: Voltage profile before and after DG placement for IEEE 5 bus system
  • 4. Application of Gravitational Search Algorithm and Fuzzy for Loss Reduction … DOI: 10.9790/1676-10123337 www.iosrjournals.org 36 | Page Figure 4: Voltage profile before and after DG placement for IEEE 5 bus system Figure 5: Voltage profile before and after DG placement for Indian 62 bus practical system Table 1: Total Loss before and After Placement of DG using GSA Test System Used Optimal Location by Fuzzy Approach Total Loss Before DG Placement (MW) Iterations generated Optimized Capacity of DG (MW) Total Loss After DG Placement (MW) IEEE 5 bus system 3 4.5868 32 108.0316 1.3231 IEEE 14 bus system 5 13.3934 33 178.8503 5.2879 Indian 62 bus Practical system 11, 30 64.0512 30 101.7489, 76.9365 60.2518 IEEE 14 bus system [13] contains 5 generator buses (bus numbers: 1,2,3,6 and 8), 9 load buses (bus numbers: 4, 5, 7,9,10,11,12,13 and14) and 20 transmission lines. Fuzzy approach gives 5th location as optimal choice, where GSA optimized the sizing of DG with which the losses in the system has reduced significantly and voltage profile has increased considerably. Indian 62 bus practical system [14] contains 19 generator buses (bus numbers: 1, 2, 5, 9, 14, 17, 23, 26, 32, 33, 34, 37, 49, 50, 51, 52, 54, 57, and 58), the remaining are load buses and 89 transmission lines. Fuzzy approach gives 11th and 30th location as optimal choice, where GSA optimized the sizing of DG in both the locations with which the losses in the system has reduced considerably and voltage profile has increased a little on some buses. V. Conclusion The proposed concept has been successfully applied on IEEE 5 bus, IEEE 14 bus and Indian practical system. The Fuzzy approach has given best locations (based on index calculated), for installation of DG. For sizing of DG the Gravitational Search Algorithm optimized accurately for best loss reduction and better voltage profile. When compared the results obtained for IEEE standard systems and Indian practical systems, the effective ness of DG on both the systems is not same, because the real systems are complicated having more uneven transmission lines with different loading conditions. To some extent, application of DG is a good option for loss reduction in real system.
  • 5. Application of Gravitational Search Algorithm and Fuzzy for Loss Reduction … DOI: 10.9790/1676-10123337 www.iosrjournals.org 37 | Page Every optimization technique when verified on standard test functions will converge perfectly irrespective of time consumed. A optimization is said to be a better one based on the computation time required, here GSA is a best technique which take less time, because the masses are updated by taking the cumulative difference of all masses available, whereas in standard PSO, Firefly Algorithm etc. each particle is been updated with reference to the global best practical. References [1]. Thomas Ackermann , Goran Andersson , Lennart Soder ,Distributed generation: a definition, Electric Power Systems Research 57 (2001) 195–204 [2]. Gopiya Naik S, D. K. Khatod and M. P. Sharma, Optimal Allocation of Distributed Generation in Distribution System for Loss Reduction, 2012 IACSIT Coimbatore Conferences IPCSIT vol. 28 (2012) © (2012) IACSIT Press, Singapore [3]. Thomas E Hoff, Howard J Wenger, and Brian K Farmer, Distributed generation An alternative to electric utility investments in system capacity, Energy Policy. Vol. 24. No. 2. pp. 137-147. 1996 [4]. Naresh Acharya, Pukar Mahat, N. Mithulananthan An analytical approach for DG allocation in primary distribution network, Electrical Power and Energy Systems 28 (2006) 669–678 [5]. Lucian Ioan Dulau, Mihail Abrudean, Dorin Bica, Effects of distributed generation on electric power systems, The 7th international conference interdisciplinary in engineering 2003, Procedia technology [6]. Francesco Gullı´, Small distributed generation versus centralised supply: a social cost–benefit analysis in the residential and service sectors, Energy Policy 34 (2006) 804–832 [7]. K. Balamurugana, Dipti Srinivasana, Thomas Reindlb, Impact of Distributed Generation on Power Distribution Systems, PV Asia Pacific Conference 2011, Energy Procedia 25 ( 2012 ) 93 – 100 [8]. M Damodar Reddy and V. C. Veera Reddy, Capacitor placement using fuzzy and particle swarm optimization method for maximum annual Savings, ARPN Journal of Engineering and Applied Sciences, vol. 3, No.3, June 2008 [9]. M. Damodar reddy and N.V. Vijay kumar, Optimal capacitor placement for loss reduction in distribution system using fuzzy and harmony search algorithm, ARPN journal of Engineering and applied sciences, vol.7, No.1, January 2012, ISSN 1819-6608. [10]. K. Dhananjaya Babu, M. Damodar Reddy, Optimal placement of SVC using Fuzzy and PSO algorithm, International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622, Vol. 3, Issue 1, January -February 2013, pp.485-490 [11]. Esmat Rashedi, Hossein Nezamabadi-pour, Saeid Saryazdi, GSA: A Gravitational Search Algorithm Information Sciences 179 (2009) 2232–2248 [12]. G W Stagg, Ahmed H El Abiad, Computer Methods in Power System Analysis, McGraw Hill publication [13]. http://www.ee.washington.edu/research/pstca/ [14]. Tamilnadu Electricity Board Statistics at a Glance - 1999-2000, compiled by Planning Wing of Tamilnadu Electricity Board, Chennai, India Author’s Details: Mr. K. Dhananjaya Babu is a Full – Time research scholar pursuing his Ph. D in Department of Electrical and Electronics Engineering, Sri Venkateswara University College of Engineering, Tirupati since 2013. He received his M. tech degree from the same university in 2012. He received his B. tech degree from JNT University, Hyderabad in 2007. He has two years industrial experience as operation engineer. Mrs. A. Lakshmi Devi is a senior professor in Department of Electrical and Electronics Engineering, Sri Venkateswara University College of Engineering, Tirupati. She received her Doctoral Degree from the same University in 2008. She received her Master’s Degree from IISc Bangalore in 1993. She received her B. tech from Sri Venkateswara University College of Engineering in 1991.