Optimal Directional Relay Placement in Microgrids Considering Coordination Constraints
Optimal Directional Relay Placement in Microgrids Considering Coordination Constraints
Coordination Constraints
Abstract: — This paper is concerned with the optimal recompense for electric distribution companies, which
placement of protection devices in a microgrid (MG) using persuades them to seek methods to reduce power outages.
genetic algorithms. The occurrence of power outages in
For instance, optimized placement of devices such as
distribution networks is higher than that of other parts of
the grid. This phenomenon may impose substantial damage monitoring and protective equipment and remote
on customers with sensitive loads. The new concepts of controllable breakers can enhance system operation and
distributed generation (DG) and microgrid (MG) in modern improve reliability and power quality indices of the
distribution systems can reduce the number of outages and system [2]. This optimization, however, is considered a
associated damages by supplying a feeder from multiple very difficult task because it is a combinatorial
sources. However, microgrids and distribution networks constrained problem described by a nonlinear and
with DG require significant effort for the coordination of
DGs and their protection devices. Therefore, the placement
nondifferential objective function [3].
of protective equipment in order to limit the scope of the Using distributed generation (DG) to improve system
fault is one of the important issues which power engineers reliability is a known concept these days. An important
face. Adding DGs to a distribution system creates different aspect of distribution networks with DG is that the power
sets of operating conditions such as reverse power flow and flow can be bidirectional and thus the traditional
increased fault levels. In this paper, using the graph theory, protection strategies should be properly modified in order
various branches of a feeder are identified and the
to rectify the operation of protective equipment. In other
constraints for using genetic algorithm to optimize the
location of protective equipment are derived. In the words, a branch on which the fault has occurred may be
proposed algorithm, the location, type and direction of fed from two sides and protective equipment should be
relays are optimized simultaneously. The results of able to cover such faults completely [4]. Consequently,
implementing the proposed approach on a 33-bus test relay placement in distribution systems with DG is
network confirm the performance and accuracy of this always a challenge.
method.
One of the most important stages of relay placement is
its coordination with other relays in the grid. Based on
Keywords: Microgrid, Genetic Algorithm, Protection
factors such as short circuit level, the type of relay and
Coordination, Graph theory.
the type of circuit breakers, the number of series relays
I. INTRODUCTION which can be coordinated is limited. By series relays, we
Power outages (also known as interruptions and mean those relays that can see the same faults occurred at
blackouts) are one of the most damaging power quality the end of each branch. Identifying series relays seen by
problems if properly is not taken care of. The amount of each source needs special algorithms.
damage depends on the number and duration of outages The fault current seen by a particular relay in forward
and the sensitivity of customer loads. High-tech direction (i.e. when a fault occurs downstream to the
industries, hospitals and information technology (IT) relay) is much higher than that of seen in the reverse
sectors are usually affected more than others and are direction. Therefore the relays must have the ability to
more likely to suffer from such losses. In some countries distinguish between forward and reverse fault currents
such losses are being reimbursed after an assessment of [4]. In other words, it necessitates different relay settings
clients' contracts and duration and numbers of imposed in forward and reverse directions. Therefore directional
outages [1]. overcurrent relays are proposed to isolate the faulted
The reimbursement of such damages, in addition to sections.
significant loss of sales, results in considerable
(5)
where
NIL: Number of isolated load points due to
contingency j;
NC: Number of contingencies;
Lkj: Curtailed load at load point due to
t contingency j;
rj :Average outage time due to continngency j;
λj :Average failure rate of contingenccy j;
III. PROPOSED METTHOD
The proposed algorithm was impllemented using a
hybrid MATLAB-DIgSILENT code utilizing
DIgSILENT Programing Language (D DPL) feature. This
combination of DPL and MATLAB has h been used for
writing scripts to use advantages of DIIgSILENT in load
flow and reliability calculations and ease of Genetic
Algorithm and Graph Theory coding in MATLAB.
In order to reduce the complexity and run-time, the
possible locations for placing protectiive equipment are
first refined by an expert to find best caandidate locations.
Consequently, by forming approppriate trees, the
impossible combinations for the coordination of
protective equipment are determined ussing Graph-theory.
These combinations have been defineed based on short
circuit levels and the length of lines annd will be checked
continuously throughout the execution of o the algorithm.
The method used for eliminaating impossible
candidates of the trees is illustratedd in Fig 1. This
algorithm is implemented using a self-calling subroutine.
The next step is to find the best locaation for protective
equipment using genetic algorithm. In this t regard, a gene
in each chromosome signifies a candidaate location. Genes
can pick up integer values 0, 1, 2 or 3. 3 “0” is used for
candidate locations that is not selectedd for placement of
protective equipment, “1, 2 and 3” are usedu for candidate
locations that are selected for placem ment of protective
equipment as a forward relay, reverse relay and both of
them respectively. These chromosomees are filtered by
graph theory output to satisfy the coorddination constraint. Figure 1. Flowchart of series relays determination
To produce a new generation, this algorithm applies
C. Perturbation Test network specificatioons corresponding to 8
This function makes a small changee in a near perfect conditions are considered in thhis paper. These conditions
chromosome. In other words, it's a muutation with a very are shown by letters A to H in Table 2. The optimal
low probability [13]. locations of nondirectional or forward-reverse relays for
each condition is named by nuumber and shown in Table
3. If a DG is connected in this test network, relays
between DG and main sourcee will sense different short
circuit currents for downstreeam and upstream faults.
Therefore directional relays aree placed in these candidate
Figure 2. Perturbation operaator locations.
D. Mutation
This function changes the genes in a chromosome. The
number of mutated points and thee probability for
mutation are flexible. If the number off mutated genes is
high versus to total number of geness, each generation
inherits fewer properties from their prrevious generation
and instead more chromosomes are being b studied. To
increase the speed of this method, The T number of
mutated points and the probability for mutation are
reduced as it approaches to the stoppingg criterion [13].
E. Crossover
This function operates on two chromosomes
c and
randomly exchanges some of their genes.g The result
chromosomes inherit most of their parennt's qualities.
Importance of Load
19
20
21
22
001
E 15 is 10 times more Busbar 12 1
02
018 019 020 021
than others
002
23
24
25
F All equal Busbar 6 3 03
022 023 024
003
G All equal Busbar 6 2
04
Importance of Load
004
H 13 is 10 times more Busbar 12 1 05
27
than others
26
28
29
30
31
32
33
005
06
025 026 027 028 029 030 031 032
Condition
10
11
011
13
14
15
16
17
18
12
1 3 6 8 18 20 21 22 23 24 25 30 A,G 012 013 014 015 016 017
2 3 7 11 18 20 21 22 23 24 25 30 B,E
4 5 6 8 18 20 21 22 23 24 25 30 F
5 7 11 14 18 20 21 22 23 24 25 28 31 H
30
This paper presents a methhod for optimal placement
and coordination of protectivee equipment in distribution
29 H F networks with distributed geneeration. It was shown how
to identify the branches of the network with series relays
and to find the tentative locatioons for them. The proposed
25
D B algorithm in this paper use a Graph Theory based
algorithm for this purpose and a robust Genetic
20
Algorithm with dynamic muutation for optimizing the
type, direction and location of relays. The criteria used
12
for optimization is the energyy not supplied (ENS). The
results on a test network shhows that load priorities,
11
location and direction of relaays between sources have
impact effect on ENS.
6
Referen
nces
1 [1] J. Manikya Rao, P.V.N. Prasad annd G. Tulasi Ram Das, “Customer
Outage Cost Evaluation in Electriic Power Systems” ARPN Journal
of Engineering and Applied Sciennces Vol. 5, No. 8, August 2010
0 1 2 3 4
[2] L.G.W. da Silvs, R.A.F. Pereira, J.R.S. Mantovani, “Allocation of
protective devices in distribuution circuits using nonlinear
Figure 8. NLPENS for several loads inn 4 conditions programming models and geneticc algorithms”, Electr. Power Syst.
Res. 69 (2004) 77–84.
Often, relays between DG and sourcce have significant [3] J.-H. Teng, C.-N. Lu, “Feeder-switch relocation for customer
effects on ENS as they generate islaanded zones if an interruption cost minimization”, IEEE Transactions on Power
Delivery. 17 (1) (2002) 254–259.
outage occurs on the upstream. Figg. 9 shows ENS [4] W. El-khattam T.S. Sidhu, “Ressolving the impact of distributed
according to the location of a directioonal relay that has renewable generation on directional overcurrent relay
been added to network in zone A. Coordination coordination: a case study” IET T Renewable Power Generation
2009, Vol 3 , Iss:4 Page(s): 415 - 425
constraints will be observed by settiing this relay for [5] A. Swarnkar, N. Gupta and K. R. Niazi, “Efficient Reconfiguration
operating on reverse fault current. As can
c be seen, if this of Distribution Systems using Ant
A Colony Optimization Adapted
relay generates a wrong islanded zone for DG (when the by Graph Theory” Power and EnergyE Society General Meeting,
2011 IEEE
total load of zone is more than capacityy of DG), the total [6] A. Pregelj, M. Begovic, A. Rohatgi R and D. Novosel, “On
ENS will increase. Optimization of Reliability of Distributed
D Generation-Enhanced
Feeders”.36th Annual Hawaii Intternational Conference on System
Sciences, 2003
[7] S.A.M. Javadian and M.-R.Hagghifam, “Risk Based Protective
Devices Placement in Distributionn Networks with DG” 2010 IEEE
International Conference on Poweer and Energy (PECon2010)
[8] A. Vahidnia, G. Ledwich, A. Ghoosh and E. Palmer, “An Improved
Genetic Algorithm and Graph Thheory Based Method for Optimal
Sectionalizer Switch Placement in Distribution Networks with
DG” Universities Power Engineerring Conference (AUPEC), 2011
[9] L. G. W. da Silva, R. A. F. Peereira, J. R. Abbad and J. R. S.
Mantovani, “Optimized placem ment of control and protective
devices in electric distribution systems through reactive tabu
search algorithm” Elsevier-Electtric Power Systems Research 78
(2008) 372–381
[10] K.Alias, M.S.M.Aras, M.F.M Basar, S.P.Fah and M.H.Hairi,
“Inverse definite minimum timee overcurrent relay coordination
Figure 9. ENS variations depend on reverrse relay location using Computer Aided Prootection Engineering” Power
Engineering and Optimization Coonference (PEOCO), 2010
In the “D” condition, the best locattion of directional [11] D.K. Singh, Dr.S. Gupta, “Optim mal Coordination Of Directional
Overcurrent Relays: A Genetic Algorithm Approach” Electrical,
relay between the main source and DG G is Terminal 05 at Electronics and Computer Science (SCEECS), 2012
the beginning of Branch 05. When a fault
f occurs on the [12] T.Logenthiran, D.Srinivasan, T.Z. Shun, “Demand Side
upstream of this point, this relay willl operate and an Management in Smart Grid Usinng Heuristic Optimization” IEEE
Transactions on Smart Grid, Vol. 3, No. 3, September 2012
islanded zone will be created around thhe DG. The sum of [13] S.Golestani, M.Tadayon, “Opptimal Switch Placement in
loads in the created zone is 945kW less than DG capacity, Distribution Power System Usiing Linear Fragmented Particle
hence total ENS increases. But whhen this relay on Swarm Optimization Algorithm Preprocessed
P by GA” 8th Europian
Conference on Energy Market (EE EM), 2011
terminal05 is placed between Terminall01 to Terminal04, [14] H. D.Chiang, R. Jean-Jumeau, “O Optimal network reconfigurations
the total ENS increases, because efficiiency of this relay in distribution systems. II. Soluution algorithms and numerical
depends on LPENS of upstream load pooints and locations results” IEEE Transactions on Poower Delivery, Vol. 5, No. 3, July
1990