DG Formula Implementation
DG Formula Implementation
DG Formula Implementation
www.ijape.org
Abstract-- Distributed generation (DG) will have a growing role in the future of the power systems. DG reduces line losses and
improves system voltage profile. Many researchers have used evolutionary methods for finding the optimal DG placement. The
present study indicates that placing and application of DGs by modified shuffled frog leaping algorithm (MSFLA) will reduce
losses and improve voltage profile of power systems. Voltage Profile Improvement Index (VPII) and Line Loss Reduction
Index (LLRI) are analyzed in the paper. The MSFLA is simulated with MATLAB software on IEEE-70 bus radial distribution
system. Test results indicate that MSFLA method can obtain better results than the SFLA method on the 70-bus radial
distribution systems.
Keyword: Distributed Generation (DG); Line Loss Reduction Index; Modified Shuffled Frog Leaping Algorithm (MSFLA);
Voltage Profile.
improve the local exploration of the SFLA. The main idea VPW
behind the new frog leaping rule is to extend the direction and VPII = DG
(4)
the length of each frog’s jump by emulating frog’s perception VPWO
and action uncertainties. The modification widens the local DG
search space, thus helps to prevent premature convergence Based on this definition, the following attributes are:
and improves the performance of the SFLA. The proposed VPII < 1, DG has improved the voltage profile of the system,
method is easy to implement and program with basic VPII = 1, DG has no impact on the system voltage profile,
mathematical and logic operations. It can also handle VPII > 1 DG has not beneficial.
objective functions with stochastic nature and does not Where, VP W/DG, VP Wo/DG are the measures of the voltage
require a good initial solution to start its iteration process. profile of the system with DG and without DG respectively.
The general expression for VP is given as,
2. APPROACH TO QUANTIFY THE N bus
BENEFITS OF DG VP = ∑ Vi − Vi ,ref (5)
i =1
In order to evaluate and quantify the benefits of distributed
generation suitable mathematical models must be employed where, is the Magnitude of voltage of bus i. is the
along with distribution system models and power flow Magnitude of voltage of bus slack for VP provides an
calculations to arrive at indices of benefits. Among the many opportunity to quantify and aggregate the importance,
benefits two major ones are considered: Voltage profile amounts, and the voltage levels at which loads are being
improvement, line loss reduction. supplied at the various load busses in the system. This
expression should be used only after making sure that the
2.1 Line Loss Reduction Index
voltages at all the load busses are within allowable minimum
Another major benefit offered by installation of DG is the and maximum limits, typically between 0.95 p.u. and 1.05p.u.
reduction in electrical line losses [15]. By installing DG line In this case all the load buses are given equal importance. In
currents can be reduced, thus helping to reduce electrical line reality, DG can be installed almost anywhere in the system.
losses. The proposed line loss reduction index (LLRI) is Therefore, VPII can be used to select the best location for DG.
defined as
3. LOAD FLOW
LLW
LLRI = DG
(1) On account of the some inherent features of distribution
LLWO systems such as; radial structure, unbalanced distributed loads,
DG large number of nodes, a wide range of R/X ratios; the
Where, LLw/DG is the total line losses in the system with conventional techniques developed for transmission systems
the employment of DG and LLwo/DG is the total line losses generally fail on the determination of optimum size and
in the system without DG and it can be location of distributed generations. In this study, the proposed
M
= 3∑ I i × R × Di
2 methodology is based on the equivalent current injection that
LLW (2) uses the Bus–Injection to Branch-Current (BIBC) and
DG i =1
Branch-Current to Bus-Voltage (BCBV) matrices which were
Where, Ii is the per unit line current in distribution line i with developed based on the topological structure of the
the employment of DG, R is the line resistance (pu/km), Di is distribution systems and is implemented for the load flow
the distribution line length (km), and M is the number of lines analysis of the distribution systems. The details of both
in the system. matrices can be found in [16].The methodology proposed
Similarly, LLwo/DG is expressed as here requires only one base case load flow to determine the
M
= 3∑ I i × R × Di
2 optimum size and location of DG. Detailed description of
LLWo (3) BIBC and BCBV matrix’s building algorithm is omitted due
DG i =1
to the lack of space and can be found in [16].
where, Ii is the per-unit line current in distribution line i
without DG. 4. THE PROPOSED MSFLA OPTIMIZATION
Based on this definition, the following attributes are: OF DG LOCATION AND CAPACITY IN A
LLRI <1, DG has reduced electrical line losses,
LLRI =1, DG has no impact on system line losses,
RADIAL DISTRIBUTION SYSTEM
LLRI >1, DG has caused more electrical line losses. 4.1 The Objective Function
This index can be used to identify the best location and sizing
The proposed work aims at minimizing the combined
to install DG to maximize the line loss reduction.
objective function designed to reduce power loss and also
2.2 Voltage Profile Improvement Index improve voltage profile system for various values of
distributed generations. The main objective function is
The inclusion of DG results in improved voltage profile at
defined as
various buses. The Voltage Profile Improvement Index (VPII)
min Ftotal = Ploss + ∑ λ p (V p )
n
quantifies the improvement in the voltage profile (VP) with 2
(6)
the inclusion of DG [15]. It is expressed as,
p =1
- 12 -
where, λp is the penalty factor of bus voltages and is like method.To ensure global exploration, after a defined
heuristically taken as 1,Ploss is the real power loss obtained number of memeplex evolution steps (i.e. local search
from the load flow solution at the base case, VP is the voltage iterations), the virtual frogs are shuffled and reorganized into
profile of the buses. new memeplexes in a technique similar to that used in the
shuffled complex evolution algorithm. In addition, to provide
4.2. Constraints
the opportunity for random generation of improved
The constraints are listed as follows: information, random virtual frogs are generated and
• Distribution line absolute power limits substituted in the population if the local search cannot find
better solutions. The local searches and the shuffling
≤ pij . max
Line Line
Pij (7) processes continue until defined convergence criteria are
Line Line satisfied. The flowchart of the SFLA is illustrated in Fig.1.
Pij and pij ,max are the absolute power and its The local search block in the flowchart is shown later in
corresponding maximum allowable value flowing over the Fig. 5. The SFLA is described in details as follows. First, an
distribution line between the nodes i and j, respectively. initial population of N frogs P {X1,X2,...,XN} is created
• Bus voltage limit Bus voltage amplitudes are limited as randomly. For S-dimensional problems (S variables), the
Vmin Vi Vmax (8) position of a frog ith in the search space is represented as
Where Vmin and Vmax are the minimum and maximum values Xi [x1,x2,…,xiS]T.A fitness function is defined to evaluate
of bus voltage amplitudes, respectively. the frog’s position. For minimization problems, the frog’s
fitness can be defined as,
• Radial structure of the network fitness 1/[ f (X ) C] , (12)
M Nbus Nf (9)
Where M is the number of branches, Nbus is the number of Begin
nodes and Nf is the number of sources.
• Power limits of DG
Initialize:
≤ QDGi ≤ QDGi
min max
QDGi - Population size (N)
- Number of memeplexes (m)
- Number of evolution step within
and
each memeplex( Jmax)
≤ PDGi ≤ PDGi
min max
PDGi (10)
Generate population (P) randomly
Where Pi and Qi are the injected active and reactive power of
DG components at the ith bus.
Evaluate the fitness of (P)
• Subject to power balance constraints
N sc N SC
∑ PDGi =∑ PDi + PL
i =1 i =1
(11) Sort (P) in descending order
Where: N sc is total number of sections, PL is the real power Partition (P) into m memeplexes
loss in the system, PDGi is the real power generation DG at
Local search
bus i, PDi is the power demand at bus i.
Iterative updating the
worst frog of each memeplex
4.3 Modified Shuffled Frog Leaping Algorithm
4.3.1 Shuffled frog-leaping algorithm
The SFLA is a meta-heuristic optimization method that Shuffle the memeplexes
mimics the memetic evolution of a group of frogs when
seeking for the location that has the maximum amount of
Convergence NO
available food. The algorithm contains elements of local criteria satisfied ?
search and global information exchange ([17], [18]). The
SFLA involves a population of possible solutions defined by Yes
a set of virtual frogs that is partitioned into subsets referred to Determine the best solution
as memeplexes. Within each memeplex, the individual frog
holds ideas that can be influenced by the ideas of other frogs,
and the ideas can evolve through a process of memetic End
evolution.
The SFLA performs simultaneously an independent local Figure 1: Flowchart of the SFLA
search in each memeplex using a particle swarm optimization
- 13 -
and for maximization problem, the frog’s fitness can be The calculations continue for a predefined number of
simply defined as, memetic evolutionary steps within each memeplex, and then
fitness f (X ) C , (13) the whole population is mixed together in the shuffling
process. The local evolution and global shuffling continue
Where f(X) is the cost function to be optimized, and C is a
until convergence criteria are satisfied. Usually, the
constant chosen to ensure that the fitness value is positive.
convergence criteria can be defined as follows:
Afterwards, the frogs are sorted in a descending order
according to their fitness. Then, the entire population is
i. The relative change in the fitness of the best frog within a
divided into m memeplexes, each containing n frogs (i.e.N number of consecutive shuffling iterations is less than a pre-
m n ), in such a way that the first frog goes to the first specified tolerance;
memeplex, the second frog goes to the second memeplex, the
mth frog goes to the mth memeplex, and the (m+1)th frog goes ii. The maximum user-specified number shuffling iterations is
back to the first memeplex, etc.Fig. 2 illustrate this memeplex reached.
partitioning process. The SFLA will stop when one of the above criteria is arrived
first.
1st frog
1st memeplex
2nd frog
mth frog
(m+1)th frog
(m+2)th frog
2nd memeplex
(2m)th frog
D = r.c(Xb Xw ) + W , (17)
(19)
memeplexes is 5. The Global iteration number of algorithm is Table 5 and Table 6 indicates that for the SFLA and MSFLA
5. The number of DG (DG is capable of supplying only real methods considered, the values of the voltage profile of the
power) for Optimal allocation and sizing is 13 (thirteen). The system have improved considerably by connecting a DG of
maximum real power of DG is 50kw. 50 kw capacities. The voltage profile of the base case was
calculated to be 0.5157kv. When a DG rating of 50 kw were
Table 2: Optimal DG allocation and sizing for DG
connected for case study by SFLA and MSFLA . The voltage
By MSFLA By SFLA profile of the system has improved which clearly indicates the
Bus Bus need of a DG. The percentage of voltage profile improvement
DGsize(kw) DGsize(kw) is by means of (VPII) and a improvement of 6.61 % is
no no
26 48.7225 54 42.7448 obtained with SFLA and a reduction of 7.09 % with MSFLA
67 38.0563 14 41.5201 respectively.
44 29.1158 68 15.0686 Table 5. Voltage profile improvements for a DG rating of 50
59 44.6827 6 45.6470 kw by SFLA
28 41.7856 45 35.9678
68 25.0144 16 45.5061 DG rating of 50 kw
39 47.9189 18 49.1392
64 42.6504 27 43.1954 Method Improvement
50 47.0747 35 43.4727 VP(kv) VPII
33 47.3473 66 27.9072 (%)
61 38.2382 25 46.9886 Base case 0.5157 - -
14 46.4518 40 39.8541
27 41.3904 43 44.4546 SFLA 0.4816 0.9338 6.61
5.2 Results of power Loss Reduction and Improvement in
Voltage Profile of the system Table 6. Voltage profile improvements for a DG rating of 50
kw by MSFLA
The reduction power loss is obvious after connecting thirteen
DG as shown in Table 3 and Table 4. It indicates the DG rating of 50 kw
reduction power losses with installation of DG for rating of
Method Improvement
50 kw. The power loss for the base case without DG
VP(kv) VPII
installation is calculated by load flow solutions and is found (%)
to be 205.0669 kw. For DG rating of 50 kw the values of
power loss considerably reduces as indicated in Table 3 and Base case 0.5157 - -
Table 4.The percentage of power loss reduction is by means MSFLA 0.4791 0.9290 7.09
of (LLRI) and a reduction of 17.91 % is obtained with SFLA
and a reduction of 18.35 % with MSFLA respectively.
Figure 7 and Figure 8 shows variation of improvement in
Table 3. Power losses reduction results for a DG rating of 50 voltage profile at bus 70 for a DG rating of 50 kw.
kw by SFLA
11.1
DG rating of 50 kw after DG installing by SFLA
11 base case
Method Power losses Reduction
LLRI 10.9
(kw) (%)
10.8
Base case 205.0669 - -
voltage profile
10.7
SFLA 168.3249 0.8208 17.91
10.6
kw by MSFLA
10.4
DG rating of 50 kw
10.3
Method Power losses Reduction
LLRI 10.2
0 10 20 30 40 50 60 70
(kw) (%) Bus Number
10.9 6. CONCLUSION
10.8 The Distributed Generation (DG) in a distribution system
offers several benefits such as relieved transmission and
voltage profile