SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 295
POWER SYSTEM RESTORATION IN DISTRIBUTION NETWORK
THROUGH RECONFIGURATION USING MST-KRUSKAL’S
ALGORITHM
Pavana D1
, Triveni M T2
1
Assistant Professor, Department of EEE, Bapuji Institute of Engineering & Technology, Karnataka, India
2
Assistant Professor, Department of EEE, Bapuji Institute of Engineering & Technology, Karnataka, India
Abstract
The proposed method provides one of the efficient management and operation of the distribution network through
reconfiguration. Whenever an outage occurs in the distribution network, there may be partial or total block out of the system. In
order to reduce interruptions to the consumers, proper switching of power lines is required and restoration of power as quickly as
possible is essential. To reconfigure and determine optimal target network for minimization of the power losses, maximization of
the load balance and for restoration of the power, is difficult task. The optimal target network is found through MST-Kruskal’s
(Minimum Spanning Tree) algorithm in IEEE standard 3 feeder, 16bus and 1 feeder, 33bus systems.
Keywords: Restoration of power, Spanning Tree, MST,
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
Electrical energy is one of the basic need for the economic
development of the country. In day today life, importance of
electricity is more in the field of agriculture, industries,
transportation facilities, commercial purpose etc. and supply
of electricity to these sectors are taken for granted. Due to
the complexity and natural factors of the electrical system,
the faults occurring along the line is inherent or even greater
to the system. Electrical distribution system plays a very
important role in the power system network to meet
consumers demand. Distribution network takes electricity
from the transmission system and provides power to the
consumers through branches. Depending upon the supply
availability and reliability of overhead lines and
underground cables are designed. Distribution system
operates at low voltages levels, the losses are usually higher
compared to those in other parts of the system. The careful
designing, planning and installation with proper electrical
equipment’s is very important for economic considerations.
1.1 Distribution System and its Outages
The power distribution network delivers the electric power
to the different types of loads and it has to supply the
customers without any interruptions by concentrated on
capacity issues and voltage tolerances. A typical distribution
network consists of grids, feeder circuits, protective devices,
primary and secondary circuits with distribution
transformers, and service mains. It also contains number of
switches like open switches and closed switches are
respectively called as tie switches and sectionalizing
switches. Outages occurs due to an unpredictable
interruptions exist in a distribution system, it is very difficult
to bring back the power system promptly to its initial state
or to an optimal target network by switching operations. The
problem of obtaining a target network by switching is called
as power system restoration. The restored power supply to
number of customers is as large and as quickly as possible,
whenever an outage occurs. So many outages occurs due to
different types of faults like forced and scheduled outages
that exist in distribution system. Outages that occur due to
sudden shutdown of the system in a network are called
forced outages and scheduled outages are due to the
maintenance fault. There are other outages that usually
occur in distribution network are primary feeder outage,
distribution transformer outage, and outages of the
distribution lines[1].
1.2 Restoration of Power in Distribution Network
Whenever the fault occurs in distribution network, the
power supply for both healthy and unhealthy components
gets interrupted. The influence of faults on customers has to
be reduced by proper switching of distribution power lines.
Feeder loads in a distribution system are of different types.
Individual load have different daily patterns that will occur
in different times of the day which will make peak load
(either lightly or heavily loaded) on the feeders.
Reconfiguration of feeders in distribution network will make
the redistribution of loads evenly. By opening or closing the
status of sectionalizing and tie switches distribution network
reconfigured [2]. To reduce voltage fluctuations, to maintain
load balance, to minimize losses, to reduce switching time
distribution system has to be reconfigured by considering
some constraints such as radiality of the network, voltage
drop, thermal capacity, current limits, restoration cost etc.
To achieve these requirements shortest path or route is
obtained by one of the graphical method called MST-
Kruskal’s algorithm.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 296
2. MST-KRUSKAL’s (MINIMUM SPANNING
TREE) ALGORITHM
In a graph theory, T is a connected, undirected spanning tree
of the graph G. That spanning tree is also a tree of the graph
G. It consists of some of the lines and all the vertices of the
graph G. That it doesn’t forms any cycle or loop and every
node lies in the tree. For the connected graph having V
number of nodes, then V-1 edges be there in spanning tree.
For a connected, undirected graph spanning tree is sub graph
of the main graph and contains all vertices without forming
any loops. If the weight is assigned to each edge, each
individual weight of the edges in a spanning tree decides its
weight. For a particular spanning tree the total sum of
weights of each line is its weight.
Minimum spanning tree or minimum weight spanning tree
for a given undirected connected graph, is a spanning tree
having a weight lesser or equal to other spanning tree in that
graph.
MST algorithms are further classified into two types they
are line based and node based algorithm. One of the
algorithm (line based) that is proposed by MST approach is
kruskal’s algorithm in a graph theory, which finds a
minimum spanning tree for a connected graph with weights.
This algorithm forms a tree by determining the subset of the
edges that includes every vertex, and the total weight of all
the edges in the tree is minimized. If the given graph is not
connected, then it finds a minimum spanning tree for each
connected component [3]-[4].
To finds the MST by taking the smallest weight in the graph
and connecting the two nodes and repeating until all nodes
are connected to form a tree. This process starts with the line
having minimum weight. This is done by assuming line
impedance as its weights. Minimum spanning tree obtained
by this algorithm contains every node of the algorithm, and
doesn’t forms any cycle or loop. MST obtained by this
algorithm, the total weight of all the lines in that tree is
minimized.
2.1 Proposed Methodology
The proposed method considers all of its laterals
simultaneously, instead of determining the switching pattern
on loop by loop basis. The buses and feeders are considered
as nodes, distribution network impedance is considered as
weight and distribution network line is considered as edges
or lines. The total weights of all the edges in a graph are
arranged in the ascending order. By these considerations the
flowchart for kruskal’s algorithm is as shown in fig 1 [5].
Fig-1: Flow chart for kruskal’s algorithm
3. IMPLEMENTATION OF PROPOSED
METHOD IN IEEE 3 FEEDER, 16 BUS AND 1
FEEDER, 33 BUS DISTRIBUTION SYSTEM
Reconfiguration of distribution network using kruskal’s
algorithm is implemented using MATLAB software. In this
work, considering the IEEE standard 3 feeder 16 bus, and 1
feeder 33 bus systems. N-R method is used to perform load
flow analysis for these systems. The results are tabulated for
both systems. Then kruskal’s algorithm is applied to get
MST (minimum impedance path), for this path load flow
analysis is done.
3.1 System 1: IEEE 3 Feeder, 16 Bus Radial System
A standard IEEE 3 feeder, 16 buses radial distribution
system is as shown in fig2, chosen as system1. Power to the
system is fed through 3 feeders, designated as feeder 1,
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 297
feeder2, and feeder3. It has total 16 switches having 13
sectionalizing and 3 tie switches. It has 13 load center and
different types of loads are connected. The system has base
value 100MVA and base voltage of 20 kV.
Fig-2: IEEE 3 feeder, 16 buses radial distribution system
Fig-3: Graphical representation of 16 bus system
Fig-4: MST for3 feeder 16 bus system
A minimum impedance or shortest path is determined by
implementing the kruskal’s algorithm in MATLAB. The fig
3 shows graphical representation of 16 bus system with total
weight of 1.265. The total weight of the minimum
impedance path is 0.73. The shortest path for 16 bus system
is shown fig4.
3.2 System 2: IEEE 1 Feeder, 33 Bus Radial
Distribution System
IEEE 1 feeder, 33 bus is as shown in fig5 is considered as
System2. It includes 33 nodes with a single feeder. Here the
total numbers of sectionalizing switches are 33 and tie
switches are 5.
Fig -5: IEEE 1 feeder, 33 bus radial distribution system
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 298
Fig-6: Graphical representation of 1 feeder, 33 bus system
Fig-7: MST for 1 feeder 33 bus system
Graphical representation of 1 feeder, 33 bus system is as
shown in the fig6, the total weight obtained is about 20.578.
A minimum impedance or shortest path, determined by
implementing the Kruskal’s algorithm is as shown in fig7.
The total weight of the minimum impedance path is about
19.05.
4. RESULTS AND DISCUSSIONS
The proposed scheme developed for both the systems is
executed. The variation of load, generation, line losses and
total weights for both bus systems with out and with
kruskal’s is as shown in table1 and table2 respectively.
Table-1: Without Kruskal’s Algorithm
BUS SYSTEM
16 BUS
SYSTEM
33 BUS
SYSTEM
MW MVAR MW MVAR
LOAD 28.7 5.9 3.175 2.3
GENERATION 28.99 6.26 4.069 2.536
LINE LOSSES 0.299 0.365 0.36 0.241
TOTAL
WEIGHT
1.265 20.578
Table-2: With Kruskal’s Algorithm
BUS SYSTEM
16 BUS
SYSTEM
33 BUS
SYSTEM
MW MVAR MW MVAR
LOAD 28.7 5.9 3.715 2.3
GENERATION 28.68 5.916 3.716 2.3
LINE LOSSES 0.126 0.157 0.27 0.194
TOTAL
WEIGHT
0.73 19.065
Results obtained after calculation, it is found that for both
bus systems before and after applying the kruskal’s method
reveals that,
 For 3 feeder, 16 bus system line losses are
considerably reduces from 0.299 MW to 0.126MW
and 0.365 MVAR to 0.157 MVAR.
 For 1 feeder, 33 bus system, line losses are
considerably reduces from 0.36 MW to 0.27MW and
0.241 MVAR to 0.194MVAR.
4.1 Simulation Outcome
The graphs are plotted against voltage variations and bus
number for both 3 feeder 16 and 1 feeder 33 bus systems.
Fig-8 (a): Voltage magnitudes v/s buses for 3 feeders 16 bus
system.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 299
Fig-8(b): Voltage magnitude v/s buses for 1feeder 33 bus
system.
Fig-9(a): Voltage magnitudes v/s buses for 3 feeders 16 bus
system after getting minimum impedance path.
Fig-9(b): Voltage magnitudes v/s buses for 1feeder 33 bus
system after getting minimum impedance path.
Before applying kruskal’s algorithm, observed that in fig
8(a) and fig 8(b) shows wide variations in voltage
magnitude for both bus systems. Fig 9(a) and fig 9(b) shows
voltage plot is almost near to 1. That means it shows less
variations and also losses are reduced because shortest path
is easily obtained by the proposed algorithm. By observing
the simulation analysis, it clearly shows that variation of
voltage magnitude characteristics with respective buses is
almost straight line. Loads are balanced and losses are also
minimized.
5. CONCLUSION
With this methodology, percentage reduction in losses is
found to be 17.3%MW and 20.95%MVAR and total weight
is reduced from 1.265 to 0.73 for 3 feeder, 16 bus system.
Similarly, for 1 feeder, 33 bus line losses are considerably
reduced to 9%MW and 4.7%MVAR and also total weight is
reduced from 20.578 to 19.065. This methodology provides
the way to calculate parameters of load and also provides
the information about feeder over load condition without
disturbing the existing network. This technique can be used
to reconfiguration and restoring the power in distribution
network.
REFERENCES
[1]. Different Techniques of Loss Minimization in
Distribution System Gurpreet kour1 , R. K. Sharma2 1M.
Tech Scholar, Electrical Engineering, Punjab, India
er.gurpreetwazir@gmail.com
[2]. T. D. Sudhakar, “Power Restoration in Distribution
Network Using MST Algorithms” New Frontiers in Graph
Theory, Dr. Yagang Zhang (Ed.), ISBN: 978-953-51-0115-
4, In Tech, Available from: http:/www.intechopen.com.
[3]. Sudhakar T D, et. Al, (2011), “Power System
Restoration using Reverse Delete Algorithm Implemented in
FPGA”, Second IET International Conference on
Sustainable Energy and Intelligent System, Page:373– 378.
[4]. Sudhakar T D, et. Al, (2010), "Prim’s Algorithm for
Loss Minimization and Service Restoration in Distribution
Networks", International Journal of Electrical and Computer
Engineering (IJEC), Volume 2, Number1 (2010), pp.43 –
62.
[5]. Sudhakar T D, et. Al, (2011), “Power System
Reconfiguration based on Kruskal’s Algorithm" IEEE
conference ICEES 2011 Volume 1 Page No 234 – 240.
BIOGRAPHIES
Pavana.D received her BE degree in the
department of EEE, from VTU university,
in 2012, M.Tech (Power systems) from
VTU university in 2014, Karnataka, India.
She is currently working as an Assistant
Professor in the Dept. of EEE, BIET,
Davangere, Karnataka, India.
Triveni M T received her BE degree in the
department of EEE, from Kuvempu
university, Karnataka, in 2012, M.Tech
(Computer Applications in Industrial
Drives) from VTU university in 2014,
Karnataka, India. She is currently working
as an Assistant Professor in the Dept. of EEE, BIET,
Davangere, Karnataka, India.

More Related Content

What's hot

Optimal Placement of Distributed Generation on Radial Distribution System for...
Optimal Placement of Distributed Generation on Radial Distribution System for...Optimal Placement of Distributed Generation on Radial Distribution System for...
Optimal Placement of Distributed Generation on Radial Distribution System for...
IJMER
 
Grid integration of renewable energy-Priyabrata Patnaik
Grid integration of renewable energy-Priyabrata PatnaikGrid integration of renewable energy-Priyabrata Patnaik
Grid integration of renewable energy-Priyabrata Patnaik
Dr.Priyabrata Patnaik
 
Voltage Support and Reactive Power Control in Micro-grid using DG
Voltage Support and Reactive Power Control in Micro-grid using  DGVoltage Support and Reactive Power Control in Micro-grid using  DG
Voltage Support and Reactive Power Control in Micro-grid using DG
IJMER
 
What is Distributed Generation
What is Distributed GenerationWhat is Distributed Generation
What is Distributed GenerationAjay Singh
 
Power-Quality Improvement Features In Grid Interconnection of Wind Energy Sou...
Power-Quality Improvement Features In Grid Interconnection of Wind Energy Sou...Power-Quality Improvement Features In Grid Interconnection of Wind Energy Sou...
Power-Quality Improvement Features In Grid Interconnection of Wind Energy Sou...
AM Publications
 
Optimal Siting And Sizing Of Distributed Generation For Radial Distribution S...
Optimal Siting And Sizing Of Distributed Generation For Radial Distribution S...Optimal Siting And Sizing Of Distributed Generation For Radial Distribution S...
Optimal Siting And Sizing Of Distributed Generation For Radial Distribution S...
inventy
 
Sjef Cobben - Power quality and electromagnetic compatibility.
Sjef Cobben - Power quality and electromagnetic compatibility.Sjef Cobben - Power quality and electromagnetic compatibility.
Sjef Cobben - Power quality and electromagnetic compatibility.
Dutch Power
 
Impacts of Distributed Generation on Power Quality
Impacts of Distributed Generation on Power QualityImpacts of Distributed Generation on Power Quality
Impacts of Distributed Generation on Power Quality
Parth Patel
 
Distributed generation b 3
Distributed generation b 3Distributed generation b 3
Distributed generation b 3
Naresh Thakur
 
Energy storage in smart micro-grid
Energy storage in smart micro-gridEnergy storage in smart micro-grid
Energy storage in smart micro-grid
Siksha 'O' Anusandhan (Deemed to be University )
 
Wide area monitoring, protection and control in future smart grid
Wide area monitoring, protection and control in future smart gridWide area monitoring, protection and control in future smart grid
Wide area monitoring, protection and control in future smart grid
Siksha 'O' Anusandhan (Deemed to be University )
 
Phasor Measurement Unit (PMU)
 Phasor Measurement Unit (PMU) Phasor Measurement Unit (PMU)
Phasor Measurement Unit (PMU)
Siksha 'O' Anusandhan (Deemed to be University )
 
Control of Two Stage PV Power System under the Unbalanced Three Phase Grid Vo...
Control of Two Stage PV Power System under the Unbalanced Three Phase Grid Vo...Control of Two Stage PV Power System under the Unbalanced Three Phase Grid Vo...
Control of Two Stage PV Power System under the Unbalanced Three Phase Grid Vo...
ijtsrd
 
SYNCHROPHASOR DATA BASED INTELLIGENT ALGORITHM FOR REAL TIME EVENT DETECTION ...
SYNCHROPHASOR DATA BASED INTELLIGENT ALGORITHM FOR REAL TIME EVENT DETECTION ...SYNCHROPHASOR DATA BASED INTELLIGENT ALGORITHM FOR REAL TIME EVENT DETECTION ...
SYNCHROPHASOR DATA BASED INTELLIGENT ALGORITHM FOR REAL TIME EVENT DETECTION ...
IAEME Publication
 
SALIENT FEATURES OF GRID-CONNECTED PHOTOVOLTAIC SYSTEM AND ITS IMPACT ON POWE...
SALIENT FEATURES OF GRID-CONNECTED PHOTOVOLTAIC SYSTEM AND ITS IMPACT ON POWE...SALIENT FEATURES OF GRID-CONNECTED PHOTOVOLTAIC SYSTEM AND ITS IMPACT ON POWE...
SALIENT FEATURES OF GRID-CONNECTED PHOTOVOLTAIC SYSTEM AND ITS IMPACT ON POWE...
Editor IJMTER
 
Ppt2
Ppt2Ppt2
Implementation of a Voltage Multiplier based on High Step-up Converter using FLC
Implementation of a Voltage Multiplier based on High Step-up Converter using FLCImplementation of a Voltage Multiplier based on High Step-up Converter using FLC
Implementation of a Voltage Multiplier based on High Step-up Converter using FLC
IJMTST Journal
 
Microgrid Protection: Challenges and Solution
 Microgrid Protection: Challenges and Solution Microgrid Protection: Challenges and Solution
Microgrid Protection: Challenges and Solution
Siksha 'O' Anusandhan (Deemed to be University )
 
A Review of Protection Schemes for Active Distribution Systems
A Review of Protection Schemes for Active Distribution SystemsA Review of Protection Schemes for Active Distribution Systems
A Review of Protection Schemes for Active Distribution Systems
Umair Shahzad
 
Optimal placement of distributed power flow controller for loss reduction usi...
Optimal placement of distributed power flow controller for loss reduction usi...Optimal placement of distributed power flow controller for loss reduction usi...
Optimal placement of distributed power flow controller for loss reduction usi...
eSAT Journals
 

What's hot (20)

Optimal Placement of Distributed Generation on Radial Distribution System for...
Optimal Placement of Distributed Generation on Radial Distribution System for...Optimal Placement of Distributed Generation on Radial Distribution System for...
Optimal Placement of Distributed Generation on Radial Distribution System for...
 
Grid integration of renewable energy-Priyabrata Patnaik
Grid integration of renewable energy-Priyabrata PatnaikGrid integration of renewable energy-Priyabrata Patnaik
Grid integration of renewable energy-Priyabrata Patnaik
 
Voltage Support and Reactive Power Control in Micro-grid using DG
Voltage Support and Reactive Power Control in Micro-grid using  DGVoltage Support and Reactive Power Control in Micro-grid using  DG
Voltage Support and Reactive Power Control in Micro-grid using DG
 
What is Distributed Generation
What is Distributed GenerationWhat is Distributed Generation
What is Distributed Generation
 
Power-Quality Improvement Features In Grid Interconnection of Wind Energy Sou...
Power-Quality Improvement Features In Grid Interconnection of Wind Energy Sou...Power-Quality Improvement Features In Grid Interconnection of Wind Energy Sou...
Power-Quality Improvement Features In Grid Interconnection of Wind Energy Sou...
 
Optimal Siting And Sizing Of Distributed Generation For Radial Distribution S...
Optimal Siting And Sizing Of Distributed Generation For Radial Distribution S...Optimal Siting And Sizing Of Distributed Generation For Radial Distribution S...
Optimal Siting And Sizing Of Distributed Generation For Radial Distribution S...
 
Sjef Cobben - Power quality and electromagnetic compatibility.
Sjef Cobben - Power quality and electromagnetic compatibility.Sjef Cobben - Power quality and electromagnetic compatibility.
Sjef Cobben - Power quality and electromagnetic compatibility.
 
Impacts of Distributed Generation on Power Quality
Impacts of Distributed Generation on Power QualityImpacts of Distributed Generation on Power Quality
Impacts of Distributed Generation on Power Quality
 
Distributed generation b 3
Distributed generation b 3Distributed generation b 3
Distributed generation b 3
 
Energy storage in smart micro-grid
Energy storage in smart micro-gridEnergy storage in smart micro-grid
Energy storage in smart micro-grid
 
Wide area monitoring, protection and control in future smart grid
Wide area monitoring, protection and control in future smart gridWide area monitoring, protection and control in future smart grid
Wide area monitoring, protection and control in future smart grid
 
Phasor Measurement Unit (PMU)
 Phasor Measurement Unit (PMU) Phasor Measurement Unit (PMU)
Phasor Measurement Unit (PMU)
 
Control of Two Stage PV Power System under the Unbalanced Three Phase Grid Vo...
Control of Two Stage PV Power System under the Unbalanced Three Phase Grid Vo...Control of Two Stage PV Power System under the Unbalanced Three Phase Grid Vo...
Control of Two Stage PV Power System under the Unbalanced Three Phase Grid Vo...
 
SYNCHROPHASOR DATA BASED INTELLIGENT ALGORITHM FOR REAL TIME EVENT DETECTION ...
SYNCHROPHASOR DATA BASED INTELLIGENT ALGORITHM FOR REAL TIME EVENT DETECTION ...SYNCHROPHASOR DATA BASED INTELLIGENT ALGORITHM FOR REAL TIME EVENT DETECTION ...
SYNCHROPHASOR DATA BASED INTELLIGENT ALGORITHM FOR REAL TIME EVENT DETECTION ...
 
SALIENT FEATURES OF GRID-CONNECTED PHOTOVOLTAIC SYSTEM AND ITS IMPACT ON POWE...
SALIENT FEATURES OF GRID-CONNECTED PHOTOVOLTAIC SYSTEM AND ITS IMPACT ON POWE...SALIENT FEATURES OF GRID-CONNECTED PHOTOVOLTAIC SYSTEM AND ITS IMPACT ON POWE...
SALIENT FEATURES OF GRID-CONNECTED PHOTOVOLTAIC SYSTEM AND ITS IMPACT ON POWE...
 
Ppt2
Ppt2Ppt2
Ppt2
 
Implementation of a Voltage Multiplier based on High Step-up Converter using FLC
Implementation of a Voltage Multiplier based on High Step-up Converter using FLCImplementation of a Voltage Multiplier based on High Step-up Converter using FLC
Implementation of a Voltage Multiplier based on High Step-up Converter using FLC
 
Microgrid Protection: Challenges and Solution
 Microgrid Protection: Challenges and Solution Microgrid Protection: Challenges and Solution
Microgrid Protection: Challenges and Solution
 
A Review of Protection Schemes for Active Distribution Systems
A Review of Protection Schemes for Active Distribution SystemsA Review of Protection Schemes for Active Distribution Systems
A Review of Protection Schemes for Active Distribution Systems
 
Optimal placement of distributed power flow controller for loss reduction usi...
Optimal placement of distributed power flow controller for loss reduction usi...Optimal placement of distributed power flow controller for loss reduction usi...
Optimal placement of distributed power flow controller for loss reduction usi...
 

Viewers also liked

concept of resilience and self healing in smart grid
concept of resilience and self healing in smart gridconcept of resilience and self healing in smart grid
concept of resilience and self healing in smart grid
Kundan Kumar
 
Smart grid ppt
Smart grid pptSmart grid ppt
Smart grid ppt
Ravish Pandey
 
PSR Using ANNs
PSR Using ANNs PSR Using ANNs
PSR Using ANNs
Rupak Yadav
 
Artificial intelligence NEURAL NETWORKS
Artificial intelligence NEURAL NETWORKSArtificial intelligence NEURAL NETWORKS
Artificial intelligence NEURAL NETWORKS
REHMAT ULLAH
 
Presentation on Smart Grid
Presentation on Smart GridPresentation on Smart Grid
Presentation on Smart Grid
nickitran
 
Smart Grid Technology
Smart Grid TechnologySmart Grid Technology
Smart Grid Technology
ShriramGokhale
 
Smart Grid Introduction
Smart Grid Introduction Smart Grid Introduction
Smart Grid Introduction Nilesh Dhage
 

Viewers also liked (8)

concept of resilience and self healing in smart grid
concept of resilience and self healing in smart gridconcept of resilience and self healing in smart grid
concept of resilience and self healing in smart grid
 
Smart grid ppt
Smart grid pptSmart grid ppt
Smart grid ppt
 
PSR Using ANNs
PSR Using ANNs PSR Using ANNs
PSR Using ANNs
 
Artificial intelligence NEURAL NETWORKS
Artificial intelligence NEURAL NETWORKSArtificial intelligence NEURAL NETWORKS
Artificial intelligence NEURAL NETWORKS
 
Presentation on Smart Grid
Presentation on Smart GridPresentation on Smart Grid
Presentation on Smart Grid
 
Smart Grid Technology
Smart Grid TechnologySmart Grid Technology
Smart Grid Technology
 
GIS For Smart Grid
GIS For Smart GridGIS For Smart Grid
GIS For Smart Grid
 
Smart Grid Introduction
Smart Grid Introduction Smart Grid Introduction
Smart Grid Introduction
 

Similar to Power system restoration in distribution network through reconfiguration using mst kruskal’s algorithm

[IJET-V1I4P7] Authors :Su Mon Myint
[IJET-V1I4P7] Authors :Su Mon Myint[IJET-V1I4P7] Authors :Su Mon Myint
ENHANCING RELIABILITY BY RECONFIGURATION OF POWER DISTRIBUTION SYSTEMS CONSID...
ENHANCING RELIABILITY BY RECONFIGURATION OF POWER DISTRIBUTION SYSTEMS CONSID...ENHANCING RELIABILITY BY RECONFIGURATION OF POWER DISTRIBUTION SYSTEMS CONSID...
ENHANCING RELIABILITY BY RECONFIGURATION OF POWER DISTRIBUTION SYSTEMS CONSID...
Suganthi Thangaraj
 
Assessment of Energy Efficiency of a Large Interconnected Distribution System...
Assessment of Energy Efficiency of a Large Interconnected Distribution System...Assessment of Energy Efficiency of a Large Interconnected Distribution System...
Assessment of Energy Efficiency of a Large Interconnected Distribution System...
paperpublications3
 
Assessment of Energy Efficiency of a Large Interconnected Distribution System...
Assessment of Energy Efficiency of a Large Interconnected Distribution System...Assessment of Energy Efficiency of a Large Interconnected Distribution System...
Assessment of Energy Efficiency of a Large Interconnected Distribution System...
paperpublications3
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
Optimum allocation of distributed generation by load flow analysis method a c...
Optimum allocation of distributed generation by load flow analysis method a c...Optimum allocation of distributed generation by load flow analysis method a c...
Optimum allocation of distributed generation by load flow analysis method a c...
eSAT Publishing House
 
Sensitivity based optimal location of tcsc for improvement of power system se...
Sensitivity based optimal location of tcsc for improvement of power system se...Sensitivity based optimal location of tcsc for improvement of power system se...
Sensitivity based optimal location of tcsc for improvement of power system se...
eSAT Publishing House
 
Influencing Factors on Power Losses in Electric Distribution Network
Influencing Factors on Power Losses in Electric Distribution NetworkInfluencing Factors on Power Losses in Electric Distribution Network
Influencing Factors on Power Losses in Electric Distribution Network
IJAEMSJORNAL
 
IRJET- Distribution System Planning using Network Reconfiguration for Loss R...
IRJET- Distribution System Planning using  Network Reconfiguration for Loss R...IRJET- Distribution System Planning using  Network Reconfiguration for Loss R...
IRJET- Distribution System Planning using Network Reconfiguration for Loss R...
IRJET Journal
 
A Review On Voltage Regulators Placement In Unbalanced Radial Distribution Sy...
A Review On Voltage Regulators Placement In Unbalanced Radial Distribution Sy...A Review On Voltage Regulators Placement In Unbalanced Radial Distribution Sy...
A Review On Voltage Regulators Placement In Unbalanced Radial Distribution Sy...
paperpublications3
 
A Review On Voltage Regulators Placement In Unbalanced Radial Distribution Sy...
A Review On Voltage Regulators Placement In Unbalanced Radial Distribution Sy...A Review On Voltage Regulators Placement In Unbalanced Radial Distribution Sy...
A Review On Voltage Regulators Placement In Unbalanced Radial Distribution Sy...
paperpublications3
 
IJET-V3I2P19
IJET-V3I2P19IJET-V3I2P19
Particle Swarm Optimization based Network Reconfiguration in Distribution Sys...
Particle Swarm Optimization based Network Reconfiguration in Distribution Sys...Particle Swarm Optimization based Network Reconfiguration in Distribution Sys...
Particle Swarm Optimization based Network Reconfiguration in Distribution Sys...
theijes
 
Congestion management using facts devices in deregulated power system
Congestion management using facts devices in deregulated power systemCongestion management using facts devices in deregulated power system
Congestion management using facts devices in deregulated power system
eSAT Journals
 
Improving power quality in microgrid by means of using
Improving power quality in microgrid by means of usingImproving power quality in microgrid by means of using
Improving power quality in microgrid by means of using
eSAT Publishing House
 
PROJECT 7TH SEM MICROGRID.pptx
PROJECT 7TH SEM MICROGRID.pptxPROJECT 7TH SEM MICROGRID.pptx
PROJECT 7TH SEM MICROGRID.pptx
Anikendu Maitra
 
Power quality improvement of grid interconnected distribution system using fs...
Power quality improvement of grid interconnected distribution system using fs...Power quality improvement of grid interconnected distribution system using fs...
Power quality improvement of grid interconnected distribution system using fs...
eSAT Journals
 
IRJET- Voltage Stability, Loadability and Contingency Analysis with Optimal I...
IRJET- Voltage Stability, Loadability and Contingency Analysis with Optimal I...IRJET- Voltage Stability, Loadability and Contingency Analysis with Optimal I...
IRJET- Voltage Stability, Loadability and Contingency Analysis with Optimal I...
IRJET Journal
 
Congestion management using facts devices in
Congestion management using facts devices inCongestion management using facts devices in
Congestion management using facts devices in
eSAT Publishing House
 
D010312127
D010312127D010312127
D010312127
IOSR Journals
 

Similar to Power system restoration in distribution network through reconfiguration using mst kruskal’s algorithm (20)

[IJET-V1I4P7] Authors :Su Mon Myint
[IJET-V1I4P7] Authors :Su Mon Myint[IJET-V1I4P7] Authors :Su Mon Myint
[IJET-V1I4P7] Authors :Su Mon Myint
 
ENHANCING RELIABILITY BY RECONFIGURATION OF POWER DISTRIBUTION SYSTEMS CONSID...
ENHANCING RELIABILITY BY RECONFIGURATION OF POWER DISTRIBUTION SYSTEMS CONSID...ENHANCING RELIABILITY BY RECONFIGURATION OF POWER DISTRIBUTION SYSTEMS CONSID...
ENHANCING RELIABILITY BY RECONFIGURATION OF POWER DISTRIBUTION SYSTEMS CONSID...
 
Assessment of Energy Efficiency of a Large Interconnected Distribution System...
Assessment of Energy Efficiency of a Large Interconnected Distribution System...Assessment of Energy Efficiency of a Large Interconnected Distribution System...
Assessment of Energy Efficiency of a Large Interconnected Distribution System...
 
Assessment of Energy Efficiency of a Large Interconnected Distribution System...
Assessment of Energy Efficiency of a Large Interconnected Distribution System...Assessment of Energy Efficiency of a Large Interconnected Distribution System...
Assessment of Energy Efficiency of a Large Interconnected Distribution System...
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Optimum allocation of distributed generation by load flow analysis method a c...
Optimum allocation of distributed generation by load flow analysis method a c...Optimum allocation of distributed generation by load flow analysis method a c...
Optimum allocation of distributed generation by load flow analysis method a c...
 
Sensitivity based optimal location of tcsc for improvement of power system se...
Sensitivity based optimal location of tcsc for improvement of power system se...Sensitivity based optimal location of tcsc for improvement of power system se...
Sensitivity based optimal location of tcsc for improvement of power system se...
 
Influencing Factors on Power Losses in Electric Distribution Network
Influencing Factors on Power Losses in Electric Distribution NetworkInfluencing Factors on Power Losses in Electric Distribution Network
Influencing Factors on Power Losses in Electric Distribution Network
 
IRJET- Distribution System Planning using Network Reconfiguration for Loss R...
IRJET- Distribution System Planning using  Network Reconfiguration for Loss R...IRJET- Distribution System Planning using  Network Reconfiguration for Loss R...
IRJET- Distribution System Planning using Network Reconfiguration for Loss R...
 
A Review On Voltage Regulators Placement In Unbalanced Radial Distribution Sy...
A Review On Voltage Regulators Placement In Unbalanced Radial Distribution Sy...A Review On Voltage Regulators Placement In Unbalanced Radial Distribution Sy...
A Review On Voltage Regulators Placement In Unbalanced Radial Distribution Sy...
 
A Review On Voltage Regulators Placement In Unbalanced Radial Distribution Sy...
A Review On Voltage Regulators Placement In Unbalanced Radial Distribution Sy...A Review On Voltage Regulators Placement In Unbalanced Radial Distribution Sy...
A Review On Voltage Regulators Placement In Unbalanced Radial Distribution Sy...
 
IJET-V3I2P19
IJET-V3I2P19IJET-V3I2P19
IJET-V3I2P19
 
Particle Swarm Optimization based Network Reconfiguration in Distribution Sys...
Particle Swarm Optimization based Network Reconfiguration in Distribution Sys...Particle Swarm Optimization based Network Reconfiguration in Distribution Sys...
Particle Swarm Optimization based Network Reconfiguration in Distribution Sys...
 
Congestion management using facts devices in deregulated power system
Congestion management using facts devices in deregulated power systemCongestion management using facts devices in deregulated power system
Congestion management using facts devices in deregulated power system
 
Improving power quality in microgrid by means of using
Improving power quality in microgrid by means of usingImproving power quality in microgrid by means of using
Improving power quality in microgrid by means of using
 
PROJECT 7TH SEM MICROGRID.pptx
PROJECT 7TH SEM MICROGRID.pptxPROJECT 7TH SEM MICROGRID.pptx
PROJECT 7TH SEM MICROGRID.pptx
 
Power quality improvement of grid interconnected distribution system using fs...
Power quality improvement of grid interconnected distribution system using fs...Power quality improvement of grid interconnected distribution system using fs...
Power quality improvement of grid interconnected distribution system using fs...
 
IRJET- Voltage Stability, Loadability and Contingency Analysis with Optimal I...
IRJET- Voltage Stability, Loadability and Contingency Analysis with Optimal I...IRJET- Voltage Stability, Loadability and Contingency Analysis with Optimal I...
IRJET- Voltage Stability, Loadability and Contingency Analysis with Optimal I...
 
Congestion management using facts devices in
Congestion management using facts devices inCongestion management using facts devices in
Congestion management using facts devices in
 
D010312127
D010312127D010312127
D010312127
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
eSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
eSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
eSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
eSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
eSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
eSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
eSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
eSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
eSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
eSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
eSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
eSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
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
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
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
 
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
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 
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
 
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
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
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
 
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
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
ongomchris
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
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)

The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
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.
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
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
 
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
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 
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
 
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
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
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
 
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
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
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 system restoration in distribution network through reconfiguration using mst kruskal’s algorithm

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 295 POWER SYSTEM RESTORATION IN DISTRIBUTION NETWORK THROUGH RECONFIGURATION USING MST-KRUSKAL’S ALGORITHM Pavana D1 , Triveni M T2 1 Assistant Professor, Department of EEE, Bapuji Institute of Engineering & Technology, Karnataka, India 2 Assistant Professor, Department of EEE, Bapuji Institute of Engineering & Technology, Karnataka, India Abstract The proposed method provides one of the efficient management and operation of the distribution network through reconfiguration. Whenever an outage occurs in the distribution network, there may be partial or total block out of the system. In order to reduce interruptions to the consumers, proper switching of power lines is required and restoration of power as quickly as possible is essential. To reconfigure and determine optimal target network for minimization of the power losses, maximization of the load balance and for restoration of the power, is difficult task. The optimal target network is found through MST-Kruskal’s (Minimum Spanning Tree) algorithm in IEEE standard 3 feeder, 16bus and 1 feeder, 33bus systems. Keywords: Restoration of power, Spanning Tree, MST, --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION Electrical energy is one of the basic need for the economic development of the country. In day today life, importance of electricity is more in the field of agriculture, industries, transportation facilities, commercial purpose etc. and supply of electricity to these sectors are taken for granted. Due to the complexity and natural factors of the electrical system, the faults occurring along the line is inherent or even greater to the system. Electrical distribution system plays a very important role in the power system network to meet consumers demand. Distribution network takes electricity from the transmission system and provides power to the consumers through branches. Depending upon the supply availability and reliability of overhead lines and underground cables are designed. Distribution system operates at low voltages levels, the losses are usually higher compared to those in other parts of the system. The careful designing, planning and installation with proper electrical equipment’s is very important for economic considerations. 1.1 Distribution System and its Outages The power distribution network delivers the electric power to the different types of loads and it has to supply the customers without any interruptions by concentrated on capacity issues and voltage tolerances. A typical distribution network consists of grids, feeder circuits, protective devices, primary and secondary circuits with distribution transformers, and service mains. It also contains number of switches like open switches and closed switches are respectively called as tie switches and sectionalizing switches. Outages occurs due to an unpredictable interruptions exist in a distribution system, it is very difficult to bring back the power system promptly to its initial state or to an optimal target network by switching operations. The problem of obtaining a target network by switching is called as power system restoration. The restored power supply to number of customers is as large and as quickly as possible, whenever an outage occurs. So many outages occurs due to different types of faults like forced and scheduled outages that exist in distribution system. Outages that occur due to sudden shutdown of the system in a network are called forced outages and scheduled outages are due to the maintenance fault. There are other outages that usually occur in distribution network are primary feeder outage, distribution transformer outage, and outages of the distribution lines[1]. 1.2 Restoration of Power in Distribution Network Whenever the fault occurs in distribution network, the power supply for both healthy and unhealthy components gets interrupted. The influence of faults on customers has to be reduced by proper switching of distribution power lines. Feeder loads in a distribution system are of different types. Individual load have different daily patterns that will occur in different times of the day which will make peak load (either lightly or heavily loaded) on the feeders. Reconfiguration of feeders in distribution network will make the redistribution of loads evenly. By opening or closing the status of sectionalizing and tie switches distribution network reconfigured [2]. To reduce voltage fluctuations, to maintain load balance, to minimize losses, to reduce switching time distribution system has to be reconfigured by considering some constraints such as radiality of the network, voltage drop, thermal capacity, current limits, restoration cost etc. To achieve these requirements shortest path or route is obtained by one of the graphical method called MST- Kruskal’s algorithm.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 296 2. MST-KRUSKAL’s (MINIMUM SPANNING TREE) ALGORITHM In a graph theory, T is a connected, undirected spanning tree of the graph G. That spanning tree is also a tree of the graph G. It consists of some of the lines and all the vertices of the graph G. That it doesn’t forms any cycle or loop and every node lies in the tree. For the connected graph having V number of nodes, then V-1 edges be there in spanning tree. For a connected, undirected graph spanning tree is sub graph of the main graph and contains all vertices without forming any loops. If the weight is assigned to each edge, each individual weight of the edges in a spanning tree decides its weight. For a particular spanning tree the total sum of weights of each line is its weight. Minimum spanning tree or minimum weight spanning tree for a given undirected connected graph, is a spanning tree having a weight lesser or equal to other spanning tree in that graph. MST algorithms are further classified into two types they are line based and node based algorithm. One of the algorithm (line based) that is proposed by MST approach is kruskal’s algorithm in a graph theory, which finds a minimum spanning tree for a connected graph with weights. This algorithm forms a tree by determining the subset of the edges that includes every vertex, and the total weight of all the edges in the tree is minimized. If the given graph is not connected, then it finds a minimum spanning tree for each connected component [3]-[4]. To finds the MST by taking the smallest weight in the graph and connecting the two nodes and repeating until all nodes are connected to form a tree. This process starts with the line having minimum weight. This is done by assuming line impedance as its weights. Minimum spanning tree obtained by this algorithm contains every node of the algorithm, and doesn’t forms any cycle or loop. MST obtained by this algorithm, the total weight of all the lines in that tree is minimized. 2.1 Proposed Methodology The proposed method considers all of its laterals simultaneously, instead of determining the switching pattern on loop by loop basis. The buses and feeders are considered as nodes, distribution network impedance is considered as weight and distribution network line is considered as edges or lines. The total weights of all the edges in a graph are arranged in the ascending order. By these considerations the flowchart for kruskal’s algorithm is as shown in fig 1 [5]. Fig-1: Flow chart for kruskal’s algorithm 3. IMPLEMENTATION OF PROPOSED METHOD IN IEEE 3 FEEDER, 16 BUS AND 1 FEEDER, 33 BUS DISTRIBUTION SYSTEM Reconfiguration of distribution network using kruskal’s algorithm is implemented using MATLAB software. In this work, considering the IEEE standard 3 feeder 16 bus, and 1 feeder 33 bus systems. N-R method is used to perform load flow analysis for these systems. The results are tabulated for both systems. Then kruskal’s algorithm is applied to get MST (minimum impedance path), for this path load flow analysis is done. 3.1 System 1: IEEE 3 Feeder, 16 Bus Radial System A standard IEEE 3 feeder, 16 buses radial distribution system is as shown in fig2, chosen as system1. Power to the system is fed through 3 feeders, designated as feeder 1,
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 297 feeder2, and feeder3. It has total 16 switches having 13 sectionalizing and 3 tie switches. It has 13 load center and different types of loads are connected. The system has base value 100MVA and base voltage of 20 kV. Fig-2: IEEE 3 feeder, 16 buses radial distribution system Fig-3: Graphical representation of 16 bus system Fig-4: MST for3 feeder 16 bus system A minimum impedance or shortest path is determined by implementing the kruskal’s algorithm in MATLAB. The fig 3 shows graphical representation of 16 bus system with total weight of 1.265. The total weight of the minimum impedance path is 0.73. The shortest path for 16 bus system is shown fig4. 3.2 System 2: IEEE 1 Feeder, 33 Bus Radial Distribution System IEEE 1 feeder, 33 bus is as shown in fig5 is considered as System2. It includes 33 nodes with a single feeder. Here the total numbers of sectionalizing switches are 33 and tie switches are 5. Fig -5: IEEE 1 feeder, 33 bus radial distribution system
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 298 Fig-6: Graphical representation of 1 feeder, 33 bus system Fig-7: MST for 1 feeder 33 bus system Graphical representation of 1 feeder, 33 bus system is as shown in the fig6, the total weight obtained is about 20.578. A minimum impedance or shortest path, determined by implementing the Kruskal’s algorithm is as shown in fig7. The total weight of the minimum impedance path is about 19.05. 4. RESULTS AND DISCUSSIONS The proposed scheme developed for both the systems is executed. The variation of load, generation, line losses and total weights for both bus systems with out and with kruskal’s is as shown in table1 and table2 respectively. Table-1: Without Kruskal’s Algorithm BUS SYSTEM 16 BUS SYSTEM 33 BUS SYSTEM MW MVAR MW MVAR LOAD 28.7 5.9 3.175 2.3 GENERATION 28.99 6.26 4.069 2.536 LINE LOSSES 0.299 0.365 0.36 0.241 TOTAL WEIGHT 1.265 20.578 Table-2: With Kruskal’s Algorithm BUS SYSTEM 16 BUS SYSTEM 33 BUS SYSTEM MW MVAR MW MVAR LOAD 28.7 5.9 3.715 2.3 GENERATION 28.68 5.916 3.716 2.3 LINE LOSSES 0.126 0.157 0.27 0.194 TOTAL WEIGHT 0.73 19.065 Results obtained after calculation, it is found that for both bus systems before and after applying the kruskal’s method reveals that,  For 3 feeder, 16 bus system line losses are considerably reduces from 0.299 MW to 0.126MW and 0.365 MVAR to 0.157 MVAR.  For 1 feeder, 33 bus system, line losses are considerably reduces from 0.36 MW to 0.27MW and 0.241 MVAR to 0.194MVAR. 4.1 Simulation Outcome The graphs are plotted against voltage variations and bus number for both 3 feeder 16 and 1 feeder 33 bus systems. Fig-8 (a): Voltage magnitudes v/s buses for 3 feeders 16 bus system.
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 299 Fig-8(b): Voltage magnitude v/s buses for 1feeder 33 bus system. Fig-9(a): Voltage magnitudes v/s buses for 3 feeders 16 bus system after getting minimum impedance path. Fig-9(b): Voltage magnitudes v/s buses for 1feeder 33 bus system after getting minimum impedance path. Before applying kruskal’s algorithm, observed that in fig 8(a) and fig 8(b) shows wide variations in voltage magnitude for both bus systems. Fig 9(a) and fig 9(b) shows voltage plot is almost near to 1. That means it shows less variations and also losses are reduced because shortest path is easily obtained by the proposed algorithm. By observing the simulation analysis, it clearly shows that variation of voltage magnitude characteristics with respective buses is almost straight line. Loads are balanced and losses are also minimized. 5. CONCLUSION With this methodology, percentage reduction in losses is found to be 17.3%MW and 20.95%MVAR and total weight is reduced from 1.265 to 0.73 for 3 feeder, 16 bus system. Similarly, for 1 feeder, 33 bus line losses are considerably reduced to 9%MW and 4.7%MVAR and also total weight is reduced from 20.578 to 19.065. This methodology provides the way to calculate parameters of load and also provides the information about feeder over load condition without disturbing the existing network. This technique can be used to reconfiguration and restoring the power in distribution network. REFERENCES [1]. Different Techniques of Loss Minimization in Distribution System Gurpreet kour1 , R. K. Sharma2 1M. Tech Scholar, Electrical Engineering, Punjab, India er.gurpreetwazir@gmail.com [2]. T. D. Sudhakar, “Power Restoration in Distribution Network Using MST Algorithms” New Frontiers in Graph Theory, Dr. Yagang Zhang (Ed.), ISBN: 978-953-51-0115- 4, In Tech, Available from: http:/www.intechopen.com. [3]. Sudhakar T D, et. Al, (2011), “Power System Restoration using Reverse Delete Algorithm Implemented in FPGA”, Second IET International Conference on Sustainable Energy and Intelligent System, Page:373– 378. [4]. Sudhakar T D, et. Al, (2010), "Prim’s Algorithm for Loss Minimization and Service Restoration in Distribution Networks", International Journal of Electrical and Computer Engineering (IJEC), Volume 2, Number1 (2010), pp.43 – 62. [5]. Sudhakar T D, et. Al, (2011), “Power System Reconfiguration based on Kruskal’s Algorithm" IEEE conference ICEES 2011 Volume 1 Page No 234 – 240. BIOGRAPHIES Pavana.D received her BE degree in the department of EEE, from VTU university, in 2012, M.Tech (Power systems) from VTU university in 2014, Karnataka, India. She is currently working as an Assistant Professor in the Dept. of EEE, BIET, Davangere, Karnataka, India. Triveni M T received her BE degree in the department of EEE, from Kuvempu university, Karnataka, in 2012, M.Tech (Computer Applications in Industrial Drives) from VTU university in 2014, Karnataka, India. She is currently working as an Assistant Professor in the Dept. of EEE, BIET, Davangere, Karnataka, India.