SlideShare ist ein Scribd-Unternehmen logo
1 von 5
Downloaden Sie, um offline zu lesen
J.Jithendranath and K.Hemachandra Reddy/ International Journal of Engineering Research
and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp. 66-70
66 | P a g e
Differential Evolution approach to Optimal Reactive Power
Dispatch with Voltage Stability enhancement by Modal Analysis
J.Jithendranath1
and K.Hemachandra Reddy2
1
Assistant Professor, School of Electrical Engineering, Vignan Univeristy, Vadlamudi
2
Assistant Professor, Dept. of EEE, SITAMS Chittoor
Abstract
This paper presents an evolutionary
based algorithm for solving optimal reactive
power dispatch problem in power system. The
problem was designed as a Multi-Objective case
with loss minimization and voltage stability as
objectives. Generator terminal voltages, tap
setting of transformers and reactive power
generation of capacitor banks were taken as
optimization variables. Modal analysis method
is adopted to assess the voltage stability of
system. The above presented problem was
solved on basis of efficient and reliable
technique among all evolutionary based
algorithms, the Differential Evolution
Technique. The proposed method has been
tested on IEEE 30 bus system where the
obtained results were found satisfactorily to a
large extent that of reported earlier.
Key words: Optimal Reactive Power Dispatch,
Modal Analysis, Differential Evolution.
I. Introduction
Optimal power flow (OPF) is an
optimization tool used to schedule the control
parameters of power systems in such a manner that
the objective function is minimized or maximized.
Operating constraints of equipments, security
requirement and stability limits are enforced to the
solution. Optimal reactive power dispatch problem
is an OPF sub-problem which has a significant
impact on economic and secure operation of power
systems. One of the principal tasks of a system
operator is to guarantee that network parameters
such as voltage and line loads are kept within
predefined limits for high quality of services to the
consumer load point and power system stability.
However, changes in network topology and/or
loading conditions often cause corresponding
variation in voltage profiles of present day power
systems. This problem can be addressed through
re-distribution of reactive power sources with
concomitant decrease in transmission losses. The
reactive power dispatch has a twofold goal thus: to
improve system voltage profiles and minimizes
system losses at all times. Reactive power flow can
be controlled by suitably adjusting the following
facilities: tap changing under load transformers,
generating units’ reactive power capability
variation, switching of capacitors, switching of
unloaded or unused lines and flexible AC
transmission system (FACTS) devices. It is
therefore clear that reactive power and voltage
control is a constrained, nonlinear problem of
considerable complexity.
Differential evolution is an improved
version of GA for faster optimization. It was
initially presented by Storn and Price as in as
heuristic optimization method which can be used to
minimize nonlinear and non-differentiable
continuous space functions with real-valued
parameters. This has been extended to handle
mixed integer discrete continuous optimization
problems. The main advantages of differential
evolution are its simple structure, ease of use,
robustness and its effectiveness for nonlinear
constraint optimization problems with penalty
functions.
II. Modal Analysis for Voltage Stability
evaluation:
Modal analysis is one of methods for
voltage stability assessment in power systems. This
method is based on eigen value analysis of jacobian
matrix.
The system steady state power flow
equations are written as
𝜟𝑷
𝜟𝑸
=
𝑱𝒑𝜽 𝑱𝒑𝒗
𝑱𝑸𝜽 𝑱𝑸𝒗
𝜟𝜽
𝜟𝑽
--(1)
ΔP- incremental change in bus real power
ΔQ-incremental change in bus reactive power
Δθ-incremental change in bus voltage angle
ΔV-incremental change in bus voltage magnitude
JPθ, JPV, JQθ, JQV are the sub matrices of jacobian
matrix
If in above equation ΔP is made equal to zero, then
ΔQ=[JQV - JQθ JPθ
-1
JPV ]ΔV=JRΔV
and so
ΔV=JR
-1
ΔQ
where
JR=[JQV - JQθ JPθ
-1
JPV ] --(2)
called the reduced jacobian matrix of system
The system is voltage stable if the eigen
values of Jacobian are all positive. Thus the results
for voltage stability enhancement using modal
analysis for the reduced jacobian matrix is when
J.Jithendranath and K.Hemachandra Reddy/ International Journal of Engineering Research
and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp. 66-70
67 | P a g e
Eigen values λi > 0, the system is under
stable condition
Eigen values λi < 0, the system is unstable
condition
Eigen values λi = 0, the system is in
critical condition and may collapse.
III. Problem Formulation:
The objective of the ORPD problem is to
minimize one or more objective functions while
satisfying a number of constraints such as load
flow, generator bus voltages, load bus voltages,
switchable reactive power compensations, reactive
power generation, transformer tap setting and
transmission line flow. In this paper two objective
functions are minimized separately as single
objective. Objective functions minimized in this
paper and constraints are formulated as shown as
follows.
A. Minimization of Real Power Loss
Ploss = ∑ Gi,j(Vi + Vj -2 Vi Vj cos(θij ))
i,k Є 1,2 ---Nl --(3)
B. Maximizing the voltage stability margin
The stability stating factors which is
almost used in all application to assess the
proximity of voltage collapse. This is based on
eigen value analysis of power flow jacobian matrix.
This state’s how a particular bus can sustain for
given loading which is can be above than the base
case.
C. Equality Constraints
This are normal power flow equations,
such that every possible solution must satisfy this
constraints.
PGi – PDi = ∑ViVj (Gi,j cos(θij) + Bi,j sin(θij))
QGi – QDi = Vi∑ VJ (Gi,j sin(θij) - Bi,j cos(θij))
i = 1,2,------- N B --(4)
where
NB Number of buses in the power system
NG Number of generators
Pi and Qi are real and reactive power injected at bus
i
Gij and Bij are conductance and susceptance
between bus i and j, can be self or mutual values
D. Inequality Constraints
These include the system operating
constraints that are included here. The particular
quantity of interest must be operated with in this
possible range only, then the system is said to
operate in secure and stable state.
These are handled by considering penalty for each
of constraint that are included in the objective
function to construct a fitness function for
searching the optimal solution in search space.
QGi min ≤ QGi ≤ QGi max i Є N PV
VGi min ≤ VGi ≤ QGi max i Є N PV
N PV = Number of voltage buses
VLi min ≤ VLi ≤ VLi max i Є N PQ
N PQ = Number of load buses
QCi min ≤ QCi ≤ QCi max i Є Nc
Nc= Number of Switchable Capacitors
t k min ≤ t k ≤ t k max i Є NT
NT= Number of Tap changing Transformers
IV. Differential Evolution
One extremely powerful algorithm from
Evolutionary Computation due to convergence
characteristics and few control parameters is
differential evolution. Differential Evolution is an
optimization algorithm that solves real-valued
problems based on the principles of natural
evolution using a population P of Np floating point
encoded individuals that evolve over G generations
to reach an optimal solution. Each individual, or
candidate solution, is a vector that contains as
many parameters as the problem decision variables
D. In Differential Evolution, the population size
(Np) remains constant throughout the optimization
process.
P(G)
= [X1
(G)
, - - - - XNp
(G)
] - - - (5)
Xi
(G)
= [X1,i
(G)
, - - - - XD,i
(G)
]T
- - - (6)
i= 1, - - - - NP
Differential Evolution creates new
offspring by generating a noisy replica of each
individual of the population. The individual that
performs better from the parent vector (target
vector) and the replica (trial vector) advances to the
next generation. This optimization process is
carried out with three basic operations: Mutation,
Crossover and Selection.
The first step in the DE optimization
process is to create an initial population of
candidate solutions by assigning random values to
each decision parameter of each individual of the
population. Such values must lie inside the feasible
bounds of the decision variable, and can be
generated by equation,
Xj,i
(0)
= Xj
min
+ ηj (Xj
max
- Xj
min
), - - - (7)
i= 1, - - - - NP ; j= 1, - - - - D
Where Xj
min
and Xj
max
are respectively, the lower
and upper bound of the jth
decision parameter and
ηj is the uniformly distributed random number
within [0, 1] generated a new for each value of j.
After the population is initialized, this
evolves through the operators of mutation,
crossover and selection. The mutation operator is in
charge of introducing new parameters in to the
population. To achieve this, the mutation operator
creates mutant vectors by perturbing a randomly
selected vector (Xa) with the difference of two
other randomly selected vectors (Xb and Xc))
according to. All of these vectors must be different
from each other, requiring the population to be of
at least four individuals to satisfy this condition. To
J.Jithendranath and K.Hemachandra Reddy/ International Journal of Engineering Research
and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp. 66-70
68 | P a g e
control the perturbation and improve convergence,
the difference vector is scaled by a user defined
constant in the range [0, 1.2]. This constant is
commonly known as the scaling constant (F). This
is illustrated in Fig 1.
Xi
’(G)
= Xa
(G)
+ F (Xb
(G)
- Xc
(G)
) - - - (8)
i= 1, - - - - NP ;
Where Xa , Xb, Xc are randomly chosen vectors €{1,
- - - - Np} and a ≠b≠c≠ i. Xa , Xb, and Xc are
generated anew for each parent vector. F is the
scaling constant.
The crossover operator creates the trial
vectors which are used in the selection process. A
trial vector is a combination of a mutant vector and
a parent (target) vector performed based on
probability distributions. For each parameter, a
random value based on binomial distribution
(preferred approach) is generated in the range [0, 1]
and compared against a user defined constant
referred to as the crossover constant. If the value of
the random number is less or equal than the value
of the crossover constant the parameter will come
from the mutant vector, otherwise the parameter
comes from the parent vector. The figure2 shows
how the crossover operation is performed.
The cross operation maintains diversity in the
population, preventing local minima convergence.
The crossover constant (CR) must be in the range of
[0, 1]. A crossover constant of one means the trial
vector will be composed entirely of mutant vector
parameters. A crossover constant near zero results
in more probability of having parameters from the
target vector in the trial vector. A randomly chosen
parameter from the mutant vector is always
selected to ensure that the trial vector gets at least
one parameter from the mutant vector even if the
crossover constant is set to zero.
Xj,i
’’(G)
= Xj,i
’(G)
if ηj
’
≤ CR or j=q
Xj,i
(G)
otherwise - - - (9)
i= 1, - - - - NP ; j= 1, - - - - D
Where q is a randomly chosen index € {1, - - - - D}
that guarantees that the trial vector gets at least one
parameter from the mutant vector; ηj
’
is a uniformly
distributed random number with [0, 1) generated
anew for each value of j. Xj,i
(G)
is the parent (target)
vector, Xj,i
’(G)
the mutant vector and Xj,i
’’(G)
the
trial vector.
The selection operator chooses the vectors that are
going to compose the population in the next
generation. This operator compares the fitness of
the trial vector and the fitness of the corresponding
target vector, and selects the one that performs
better. The selection process is repeated for each
pair of target/trial vector until the population for
the next generation is complete.
Xi
(G+1)
= Xj,i
’’(G)
if f(Xj,i
’’(G)
) ≤ f(Xj,i
(G)
)
Xi
(G)
otherwise
i= 1, - - - - NP ; - - - (10)
V. DE approach to ORPD Problem
The present ORPD problem is
implemented in DE to make the objective function
of interest as minimum as possible without making
the solution variables going out of the limits.
The decision variables such as generator bus
voltages, reactive power generated by capacitors
and transformer tap settings are represented as
candidate solution vector, such that they are
initialized according to their nature of variation in
its practical situation.
The function of each individual in the
population is evaluated according to its fitness
which is the non-negative number that is to be
minimized as made by objective function.
The fitness function for the present
problem looks to be,
Min F=Ploss + w*(Emax)+PenV+PenQ
--(11)
Where
Ploss is the total power loss in system
Emax is max eigen value of reduced Jacobian
w is penalty for eigen value of matrix
PenV is penalty for load bus variation
PenQ is penalty for generator reactive power limit
violation.
Fig 1 Method of creating Mutant Vector
Fig 2 Method of Crossover operation
J.Jithendranath and K.Hemachandra Reddy/ International Journal of Engineering Research
and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp. 66-70
69 | P a g e
VI. Simulation and Results
To test the effectiveness of the proposed
approach IEEE 30 bus system was chosen as the
standard model that has 6 generators, 24 load bus
and 41 transmission lines with 4 tap changing
transformers. The initial range for solutions were
taken as,
Sl.No. Variable Min max
1
Generator bus
voltage
0.95 1.05
2 Tap setting 0.9 1.1
3
Reactive power
generation by
Capacitor
0 5
a. Only Loss minimization as objective:
Here the objective is to minimize the power loss in
the system without considering the voltage stability
of system. It was run with different control
parameter settings and minimal solution was
obtained for some fixed values by repeated
program runs.
The optimal values for the solution vector
was obtained for optimum condition of function
and it was found to be lie with in the range of its
minimum and maximum values as given in table 1.
The optimal control variables obtained in
this case are as follows
Variable Value obtained
V1 1.029
V2 1.054
V5 1.035
V8 0.998
V11 1.024
V13 1.032
T11 0.998
T12 1.066
T15 1.003
T36 0.958
QC10 3.984
QC12 1.012
QC15 0.002
QC17 3.956
QC20 3.836
QC21 3.945
QC23 3.992
QC24 3.012
QC29 2.948
Ploss 4.456
Emin 0.344
b. Multi-Objective case of Loss
minimization with Voltage stability
Now the case where both the objectives of
loss minimization and voltage stability
enhancement has been considered with the fitness
function as given in previous section to obtain the
candidate solution by DE mechanism. Since both
the objectives are considered it is difficult to obtain
the minimum of both objectives so we get the
solution in the search space was both are acceptable
in narrow difference as compared to the previous
case.
Variable Value obtained
V1 1.035
V2 0.995
V5 1.011
V8 1.024
V11 0.985
V13 1.041
T11 0.978
T12 1.052
T15 1.030
T36 0.988
QC10 3.998
QC12 1.112
QC15 0.010
QC17 3.854
QC20 3.548
QC21 3.654
QC23 3.988
QC24 3.015
QC29 3.002
Ploss 4.987
Emin 0.354
The obtained values of power loss and minimum
eigen values are the utmost minimum values as far
reported in the literature. On comparison with the
previously solved algorithms the following
comparison table can be framed.
Method Ploss
EP[2] 5.015
GA[4] 4.665
Real Coded GA[6] 4.501
DE[Proposed] 4.456
VII. Conclusion
This paper presented a dynamic multi
modal evolutionary algorithm approach for ORPD
problem with voltage stability enhancement as
main constraint. The decision variables chosen to
achieve the above objective were the generator bus
voltages, reactive power generation by capacitor
banks and transformer tap settings, more over this
algorithm provides a new dimension in solving
such kind of multi variable problem such that the
obtained decision variables are within their
boundaries. The modal analysis provides the better
information about voltage stability assessment than
any other index referred in literature, so that the
problem becomes more complex, where this
proposed DE can able to solve with minimum
iterations and time as possible.
So, from the proposed work it can be
concluded that this mode of solving multi modal
J.Jithendranath and K.Hemachandra Reddy/ International Journal of Engineering Research
and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp. 66-70
70 | P a g e
real valued optimization problems can be
effectively applied with variants in other power
system problems as well.
References
[1] H. W. Dommel and W. F. Tinny,
“Optimal power flow solutions,” IEEE
trans. on power app & systems, 87, 1968,
pp 1866-1876.
[2] Q. H. Wu and J. T. Ma , “Power system
optimal reactive power dispatch using
evolutionary programming,” IEEE trans.
on power systems, Vol. 10, No. 3, August
1995, pp 1243-1248.
[3] P. Kessel and H. Glavitsch, “Estimating
the voltage stability of power systems,”
IEEE Trans. on Power systems, Vol. 1,
No.3, 1986, pp 346-354.
[4] S. Durairaj, P. S. Kannan and D. Devaraj,
Application of Genetic Algorithm to
Optimal Reactive Power Dispatch
including Voltage Stability Constraint
Journal of Energy & Environment 4
(2005) 63 – 73
[5] K. Y. Lee, Y. M. Park and J. L. Ortiz,
“Optimal real and reactive power
dispatch” Electric power system research,
Vol. 7, 1984, pp 201-212.
[6] P.Aruna Jeyanthy and Dr.D.Devaraj,
“Optimal Reactive Power Dispatch for
Voltage Stability enhancement using real
coded genetic algothm”, International
Journal of Computer and Electrical
Engineering, Vol 2, No.4, Aug 2010,
1793-8163.
[7] L. D. B. Terra and M. J. Short “Security
constrained reactive power dispatch,”
IEEE Trans. on power systems, Vol. 6,
No. 1, February 1991.
[8] B. Das and C. Patvardhan, “A new hybrid
evolutionary strategy for reactive power
dispatch,” Electric power system research,
Vol. 65, 2003, pp 83-90.

Weitere ähnliche Inhalte

Was ist angesagt?

Multi objective-optimization-with-fuzzy-based-ranking-for-tcsc-supplementary-...
Multi objective-optimization-with-fuzzy-based-ranking-for-tcsc-supplementary-...Multi objective-optimization-with-fuzzy-based-ranking-for-tcsc-supplementary-...
Multi objective-optimization-with-fuzzy-based-ranking-for-tcsc-supplementary-...
Cemal Ardil
 

Was ist angesagt? (20)

01 16286 32182-1-sm multiple (edit)
01 16286 32182-1-sm multiple (edit)01 16286 32182-1-sm multiple (edit)
01 16286 32182-1-sm multiple (edit)
 
Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...
Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...
Capacitor Placement Using Bat Algorithm for Maximum Annual Savings in Radial ...
 
Electric distribution network reconfiguration for power loss reduction based ...
Electric distribution network reconfiguration for power loss reduction based ...Electric distribution network reconfiguration for power loss reduction based ...
Electric distribution network reconfiguration for power loss reduction based ...
 
Multi Area Economic Dispatch Using Secant Method and Tie Line Matrix
Multi Area Economic Dispatch Using Secant Method and Tie Line MatrixMulti Area Economic Dispatch Using Secant Method and Tie Line Matrix
Multi Area Economic Dispatch Using Secant Method and Tie Line Matrix
 
F011136467
F011136467F011136467
F011136467
 
Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...
Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...
Coordinated Placement and Setting of FACTS in Electrical Network based on Kal...
 
G011136871
G011136871G011136871
G011136871
 
Kl2417741781
Kl2417741781Kl2417741781
Kl2417741781
 
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
 
Switched DC Sources Based Novel Multilevel Inverter
Switched DC Sources Based Novel Multilevel InverterSwitched DC Sources Based Novel Multilevel Inverter
Switched DC Sources Based Novel Multilevel Inverter
 
Disease Classification using ECG Signal Based on PCA Feature along with GA & ...
Disease Classification using ECG Signal Based on PCA Feature along with GA & ...Disease Classification using ECG Signal Based on PCA Feature along with GA & ...
Disease Classification using ECG Signal Based on PCA Feature along with GA & ...
 
The optimal solution for unit commitment problem using binary hybrid grey wol...
The optimal solution for unit commitment problem using binary hybrid grey wol...The optimal solution for unit commitment problem using binary hybrid grey wol...
The optimal solution for unit commitment problem using binary hybrid grey wol...
 
A010430108
A010430108A010430108
A010430108
 
Hybrid bypass technique to mitigate leakage current in the grid-tied inverter
Hybrid bypass technique to mitigate leakage current in the grid-tied inverterHybrid bypass technique to mitigate leakage current in the grid-tied inverter
Hybrid bypass technique to mitigate leakage current in the grid-tied inverter
 
Multi-Objective Aspects of Distribution Network Volt-VAr Optimization
Multi-Objective Aspects of Distribution Network Volt-VAr OptimizationMulti-Objective Aspects of Distribution Network Volt-VAr Optimization
Multi-Objective Aspects of Distribution Network Volt-VAr Optimization
 
An analytical approach for optimal placement of combined dg and capacitor in ...
An analytical approach for optimal placement of combined dg and capacitor in ...An analytical approach for optimal placement of combined dg and capacitor in ...
An analytical approach for optimal placement of combined dg and capacitor in ...
 
Multi objective-optimization-with-fuzzy-based-ranking-for-tcsc-supplementary-...
Multi objective-optimization-with-fuzzy-based-ranking-for-tcsc-supplementary-...Multi objective-optimization-with-fuzzy-based-ranking-for-tcsc-supplementary-...
Multi objective-optimization-with-fuzzy-based-ranking-for-tcsc-supplementary-...
 
38
3838
38
 
VHDL Based Maximum Power Point Tracking of Photovoltaic Using Fuzzy Logic Con...
VHDL Based Maximum Power Point Tracking of Photovoltaic Using Fuzzy Logic Con...VHDL Based Maximum Power Point Tracking of Photovoltaic Using Fuzzy Logic Con...
VHDL Based Maximum Power Point Tracking of Photovoltaic Using Fuzzy Logic Con...
 
Distribution Network Reconfiguration Using Binary Particle Swarm Optimization...
Distribution Network Reconfiguration Using Binary Particle Swarm Optimization...Distribution Network Reconfiguration Using Binary Particle Swarm Optimization...
Distribution Network Reconfiguration Using Binary Particle Swarm Optimization...
 

Andere mochten auch

Auto Retrato_Carmen_Paranaíba
Auto Retrato_Carmen_ParanaíbaAuto Retrato_Carmen_Paranaíba
Auto Retrato_Carmen_Paranaíba
Paderes
 

Andere mochten auch (20)

Br34422427
Br34422427Br34422427
Br34422427
 
Bs34428432
Bs34428432Bs34428432
Bs34428432
 
Cd34484486
Cd34484486Cd34484486
Cd34484486
 
V34132136
V34132136V34132136
V34132136
 
G343741
G343741G343741
G343741
 
C341518
C341518C341518
C341518
 
Al34228231
Al34228231Al34228231
Al34228231
 
Ch34508510
Ch34508510Ch34508510
Ch34508510
 
An34236241
An34236241An34236241
An34236241
 
Aj34219223
Aj34219223Aj34219223
Aj34219223
 
Bz34466470
Bz34466470Bz34466470
Bz34466470
 
Fm3110901095
Fm3110901095Fm3110901095
Fm3110901095
 
Fx3111501156
Fx3111501156Fx3111501156
Fx3111501156
 
Fs3111311134
Fs3111311134Fs3111311134
Fs3111311134
 
Go3112581266
Go3112581266Go3112581266
Go3112581266
 
Gp3112671275
Gp3112671275Gp3112671275
Gp3112671275
 
Fy3111571162
Fy3111571162Fy3111571162
Fy3111571162
 
Ff3110511053
Ff3110511053Ff3110511053
Ff3110511053
 
Fe3110411050
Fe3110411050Fe3110411050
Fe3110411050
 
Auto Retrato_Carmen_Paranaíba
Auto Retrato_Carmen_ParanaíbaAuto Retrato_Carmen_Paranaíba
Auto Retrato_Carmen_Paranaíba
 

Ähnlich wie K346670

Diminution of real power loss by hybridization of particle
Diminution of real power loss by hybridization of particleDiminution of real power loss by hybridization of particle
Diminution of real power loss by hybridization of particle
Alexander Decker
 
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
Alexander Decker
 
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
Alexander Decker
 
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
paperpublications3
 
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
paperpublications3
 
Enhancement of Power System Static and Dynamic Stability Using UPFC by GA and...
Enhancement of Power System Static and Dynamic Stability Using UPFC by GA and...Enhancement of Power System Static and Dynamic Stability Using UPFC by GA and...
Enhancement of Power System Static and Dynamic Stability Using UPFC by GA and...
Garima Bharti
 
What is Distributed Generation
What is Distributed GenerationWhat is Distributed Generation
What is Distributed Generation
Ajay Singh
 
An Adaptive Differential Evolution Algorithm for Reactive Power Dispatch
An Adaptive Differential Evolution Algorithm for Reactive Power DispatchAn Adaptive Differential Evolution Algorithm for Reactive Power Dispatch
An Adaptive Differential Evolution Algorithm for Reactive Power Dispatch
Ijorat1
 

Ähnlich wie K346670 (20)

Diminution of real power loss by hybridization of particle
Diminution of real power loss by hybridization of particleDiminution of real power loss by hybridization of particle
Diminution of real power loss by hybridization of particle
 
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
 
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
 
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
 
paper11
paper11paper11
paper11
 
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
Hybrid Quantum Genetic Particle Swarm Optimization Algorithm For Solving Opti...
 
Wolf Search Algorithm for Solving Optimal Reactive Power Dispatch Problem
Wolf Search Algorithm for Solving Optimal Reactive Power Dispatch ProblemWolf Search Algorithm for Solving Optimal Reactive Power Dispatch Problem
Wolf Search Algorithm for Solving Optimal Reactive Power Dispatch Problem
 
A Particle Swarm Optimization for Reactive Power Optimization
A Particle Swarm Optimization for Reactive Power OptimizationA Particle Swarm Optimization for Reactive Power Optimization
A Particle Swarm Optimization for Reactive Power Optimization
 
PRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEM
PRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEMPRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEM
PRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEM
 
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...A Hybrid Formulation between Differential Evolution and Simulated Annealing A...
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...
 
Enhancement of Power System Static and Dynamic Stability Using UPFC by GA and...
Enhancement of Power System Static and Dynamic Stability Using UPFC by GA and...Enhancement of Power System Static and Dynamic Stability Using UPFC by GA and...
Enhancement of Power System Static and Dynamic Stability Using UPFC by GA and...
 
NOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENT
NOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENTNOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENT
NOVEL PSO STRATEGY FOR TRANSMISSION CONGESTION MANAGEMENT
 
What is Distributed Generation
What is Distributed GenerationWhat is Distributed Generation
What is Distributed Generation
 
Hybrid Approach to Economic Load Dispatch
Hybrid Approach to Economic Load DispatchHybrid Approach to Economic Load Dispatch
Hybrid Approach to Economic Load Dispatch
 
Comparison of Cascaded H-bridge Inverters for Harmonic Mitigation Considerin...
Comparison of Cascaded H-bridge Inverters for Harmonic  Mitigation Considerin...Comparison of Cascaded H-bridge Inverters for Harmonic  Mitigation Considerin...
Comparison of Cascaded H-bridge Inverters for Harmonic Mitigation Considerin...
 
An Adaptive Differential Evolution Algorithm for Reactive Power Dispatch
An Adaptive Differential Evolution Algorithm for Reactive Power DispatchAn Adaptive Differential Evolution Algorithm for Reactive Power Dispatch
An Adaptive Differential Evolution Algorithm for Reactive Power Dispatch
 
A novel methodology for maximization of Reactive Reserve using Teaching-Learn...
A novel methodology for maximization of Reactive Reserve using Teaching-Learn...A novel methodology for maximization of Reactive Reserve using Teaching-Learn...
A novel methodology for maximization of Reactive Reserve using Teaching-Learn...
 
Passerine swarm optimization algorithm for solving optimal reactive power dis...
Passerine swarm optimization algorithm for solving optimal reactive power dis...Passerine swarm optimization algorithm for solving optimal reactive power dis...
Passerine swarm optimization algorithm for solving optimal reactive power dis...
 
D010312127
D010312127D010312127
D010312127
 
Security constrained optimal load dispatch using hpso technique for thermal s...
Security constrained optimal load dispatch using hpso technique for thermal s...Security constrained optimal load dispatch using hpso technique for thermal s...
Security constrained optimal load dispatch using hpso technique for thermal s...
 

Kürzlich hochgeladen

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Kürzlich hochgeladen (20)

MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 

K346670

  • 1. J.Jithendranath and K.Hemachandra Reddy/ International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp. 66-70 66 | P a g e Differential Evolution approach to Optimal Reactive Power Dispatch with Voltage Stability enhancement by Modal Analysis J.Jithendranath1 and K.Hemachandra Reddy2 1 Assistant Professor, School of Electrical Engineering, Vignan Univeristy, Vadlamudi 2 Assistant Professor, Dept. of EEE, SITAMS Chittoor Abstract This paper presents an evolutionary based algorithm for solving optimal reactive power dispatch problem in power system. The problem was designed as a Multi-Objective case with loss minimization and voltage stability as objectives. Generator terminal voltages, tap setting of transformers and reactive power generation of capacitor banks were taken as optimization variables. Modal analysis method is adopted to assess the voltage stability of system. The above presented problem was solved on basis of efficient and reliable technique among all evolutionary based algorithms, the Differential Evolution Technique. The proposed method has been tested on IEEE 30 bus system where the obtained results were found satisfactorily to a large extent that of reported earlier. Key words: Optimal Reactive Power Dispatch, Modal Analysis, Differential Evolution. I. Introduction Optimal power flow (OPF) is an optimization tool used to schedule the control parameters of power systems in such a manner that the objective function is minimized or maximized. Operating constraints of equipments, security requirement and stability limits are enforced to the solution. Optimal reactive power dispatch problem is an OPF sub-problem which has a significant impact on economic and secure operation of power systems. One of the principal tasks of a system operator is to guarantee that network parameters such as voltage and line loads are kept within predefined limits for high quality of services to the consumer load point and power system stability. However, changes in network topology and/or loading conditions often cause corresponding variation in voltage profiles of present day power systems. This problem can be addressed through re-distribution of reactive power sources with concomitant decrease in transmission losses. The reactive power dispatch has a twofold goal thus: to improve system voltage profiles and minimizes system losses at all times. Reactive power flow can be controlled by suitably adjusting the following facilities: tap changing under load transformers, generating units’ reactive power capability variation, switching of capacitors, switching of unloaded or unused lines and flexible AC transmission system (FACTS) devices. It is therefore clear that reactive power and voltage control is a constrained, nonlinear problem of considerable complexity. Differential evolution is an improved version of GA for faster optimization. It was initially presented by Storn and Price as in as heuristic optimization method which can be used to minimize nonlinear and non-differentiable continuous space functions with real-valued parameters. This has been extended to handle mixed integer discrete continuous optimization problems. The main advantages of differential evolution are its simple structure, ease of use, robustness and its effectiveness for nonlinear constraint optimization problems with penalty functions. II. Modal Analysis for Voltage Stability evaluation: Modal analysis is one of methods for voltage stability assessment in power systems. This method is based on eigen value analysis of jacobian matrix. The system steady state power flow equations are written as 𝜟𝑷 𝜟𝑸 = 𝑱𝒑𝜽 𝑱𝒑𝒗 𝑱𝑸𝜽 𝑱𝑸𝒗 𝜟𝜽 𝜟𝑽 --(1) ΔP- incremental change in bus real power ΔQ-incremental change in bus reactive power Δθ-incremental change in bus voltage angle ΔV-incremental change in bus voltage magnitude JPθ, JPV, JQθ, JQV are the sub matrices of jacobian matrix If in above equation ΔP is made equal to zero, then ΔQ=[JQV - JQθ JPθ -1 JPV ]ΔV=JRΔV and so ΔV=JR -1 ΔQ where JR=[JQV - JQθ JPθ -1 JPV ] --(2) called the reduced jacobian matrix of system The system is voltage stable if the eigen values of Jacobian are all positive. Thus the results for voltage stability enhancement using modal analysis for the reduced jacobian matrix is when
  • 2. J.Jithendranath and K.Hemachandra Reddy/ International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp. 66-70 67 | P a g e Eigen values λi > 0, the system is under stable condition Eigen values λi < 0, the system is unstable condition Eigen values λi = 0, the system is in critical condition and may collapse. III. Problem Formulation: The objective of the ORPD problem is to minimize one or more objective functions while satisfying a number of constraints such as load flow, generator bus voltages, load bus voltages, switchable reactive power compensations, reactive power generation, transformer tap setting and transmission line flow. In this paper two objective functions are minimized separately as single objective. Objective functions minimized in this paper and constraints are formulated as shown as follows. A. Minimization of Real Power Loss Ploss = ∑ Gi,j(Vi + Vj -2 Vi Vj cos(θij )) i,k Є 1,2 ---Nl --(3) B. Maximizing the voltage stability margin The stability stating factors which is almost used in all application to assess the proximity of voltage collapse. This is based on eigen value analysis of power flow jacobian matrix. This state’s how a particular bus can sustain for given loading which is can be above than the base case. C. Equality Constraints This are normal power flow equations, such that every possible solution must satisfy this constraints. PGi – PDi = ∑ViVj (Gi,j cos(θij) + Bi,j sin(θij)) QGi – QDi = Vi∑ VJ (Gi,j sin(θij) - Bi,j cos(θij)) i = 1,2,------- N B --(4) where NB Number of buses in the power system NG Number of generators Pi and Qi are real and reactive power injected at bus i Gij and Bij are conductance and susceptance between bus i and j, can be self or mutual values D. Inequality Constraints These include the system operating constraints that are included here. The particular quantity of interest must be operated with in this possible range only, then the system is said to operate in secure and stable state. These are handled by considering penalty for each of constraint that are included in the objective function to construct a fitness function for searching the optimal solution in search space. QGi min ≤ QGi ≤ QGi max i Є N PV VGi min ≤ VGi ≤ QGi max i Є N PV N PV = Number of voltage buses VLi min ≤ VLi ≤ VLi max i Є N PQ N PQ = Number of load buses QCi min ≤ QCi ≤ QCi max i Є Nc Nc= Number of Switchable Capacitors t k min ≤ t k ≤ t k max i Є NT NT= Number of Tap changing Transformers IV. Differential Evolution One extremely powerful algorithm from Evolutionary Computation due to convergence characteristics and few control parameters is differential evolution. Differential Evolution is an optimization algorithm that solves real-valued problems based on the principles of natural evolution using a population P of Np floating point encoded individuals that evolve over G generations to reach an optimal solution. Each individual, or candidate solution, is a vector that contains as many parameters as the problem decision variables D. In Differential Evolution, the population size (Np) remains constant throughout the optimization process. P(G) = [X1 (G) , - - - - XNp (G) ] - - - (5) Xi (G) = [X1,i (G) , - - - - XD,i (G) ]T - - - (6) i= 1, - - - - NP Differential Evolution creates new offspring by generating a noisy replica of each individual of the population. The individual that performs better from the parent vector (target vector) and the replica (trial vector) advances to the next generation. This optimization process is carried out with three basic operations: Mutation, Crossover and Selection. The first step in the DE optimization process is to create an initial population of candidate solutions by assigning random values to each decision parameter of each individual of the population. Such values must lie inside the feasible bounds of the decision variable, and can be generated by equation, Xj,i (0) = Xj min + ηj (Xj max - Xj min ), - - - (7) i= 1, - - - - NP ; j= 1, - - - - D Where Xj min and Xj max are respectively, the lower and upper bound of the jth decision parameter and ηj is the uniformly distributed random number within [0, 1] generated a new for each value of j. After the population is initialized, this evolves through the operators of mutation, crossover and selection. The mutation operator is in charge of introducing new parameters in to the population. To achieve this, the mutation operator creates mutant vectors by perturbing a randomly selected vector (Xa) with the difference of two other randomly selected vectors (Xb and Xc)) according to. All of these vectors must be different from each other, requiring the population to be of at least four individuals to satisfy this condition. To
  • 3. J.Jithendranath and K.Hemachandra Reddy/ International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp. 66-70 68 | P a g e control the perturbation and improve convergence, the difference vector is scaled by a user defined constant in the range [0, 1.2]. This constant is commonly known as the scaling constant (F). This is illustrated in Fig 1. Xi ’(G) = Xa (G) + F (Xb (G) - Xc (G) ) - - - (8) i= 1, - - - - NP ; Where Xa , Xb, Xc are randomly chosen vectors €{1, - - - - Np} and a ≠b≠c≠ i. Xa , Xb, and Xc are generated anew for each parent vector. F is the scaling constant. The crossover operator creates the trial vectors which are used in the selection process. A trial vector is a combination of a mutant vector and a parent (target) vector performed based on probability distributions. For each parameter, a random value based on binomial distribution (preferred approach) is generated in the range [0, 1] and compared against a user defined constant referred to as the crossover constant. If the value of the random number is less or equal than the value of the crossover constant the parameter will come from the mutant vector, otherwise the parameter comes from the parent vector. The figure2 shows how the crossover operation is performed. The cross operation maintains diversity in the population, preventing local minima convergence. The crossover constant (CR) must be in the range of [0, 1]. A crossover constant of one means the trial vector will be composed entirely of mutant vector parameters. A crossover constant near zero results in more probability of having parameters from the target vector in the trial vector. A randomly chosen parameter from the mutant vector is always selected to ensure that the trial vector gets at least one parameter from the mutant vector even if the crossover constant is set to zero. Xj,i ’’(G) = Xj,i ’(G) if ηj ’ ≤ CR or j=q Xj,i (G) otherwise - - - (9) i= 1, - - - - NP ; j= 1, - - - - D Where q is a randomly chosen index € {1, - - - - D} that guarantees that the trial vector gets at least one parameter from the mutant vector; ηj ’ is a uniformly distributed random number with [0, 1) generated anew for each value of j. Xj,i (G) is the parent (target) vector, Xj,i ’(G) the mutant vector and Xj,i ’’(G) the trial vector. The selection operator chooses the vectors that are going to compose the population in the next generation. This operator compares the fitness of the trial vector and the fitness of the corresponding target vector, and selects the one that performs better. The selection process is repeated for each pair of target/trial vector until the population for the next generation is complete. Xi (G+1) = Xj,i ’’(G) if f(Xj,i ’’(G) ) ≤ f(Xj,i (G) ) Xi (G) otherwise i= 1, - - - - NP ; - - - (10) V. DE approach to ORPD Problem The present ORPD problem is implemented in DE to make the objective function of interest as minimum as possible without making the solution variables going out of the limits. The decision variables such as generator bus voltages, reactive power generated by capacitors and transformer tap settings are represented as candidate solution vector, such that they are initialized according to their nature of variation in its practical situation. The function of each individual in the population is evaluated according to its fitness which is the non-negative number that is to be minimized as made by objective function. The fitness function for the present problem looks to be, Min F=Ploss + w*(Emax)+PenV+PenQ --(11) Where Ploss is the total power loss in system Emax is max eigen value of reduced Jacobian w is penalty for eigen value of matrix PenV is penalty for load bus variation PenQ is penalty for generator reactive power limit violation. Fig 1 Method of creating Mutant Vector Fig 2 Method of Crossover operation
  • 4. J.Jithendranath and K.Hemachandra Reddy/ International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp. 66-70 69 | P a g e VI. Simulation and Results To test the effectiveness of the proposed approach IEEE 30 bus system was chosen as the standard model that has 6 generators, 24 load bus and 41 transmission lines with 4 tap changing transformers. The initial range for solutions were taken as, Sl.No. Variable Min max 1 Generator bus voltage 0.95 1.05 2 Tap setting 0.9 1.1 3 Reactive power generation by Capacitor 0 5 a. Only Loss minimization as objective: Here the objective is to minimize the power loss in the system without considering the voltage stability of system. It was run with different control parameter settings and minimal solution was obtained for some fixed values by repeated program runs. The optimal values for the solution vector was obtained for optimum condition of function and it was found to be lie with in the range of its minimum and maximum values as given in table 1. The optimal control variables obtained in this case are as follows Variable Value obtained V1 1.029 V2 1.054 V5 1.035 V8 0.998 V11 1.024 V13 1.032 T11 0.998 T12 1.066 T15 1.003 T36 0.958 QC10 3.984 QC12 1.012 QC15 0.002 QC17 3.956 QC20 3.836 QC21 3.945 QC23 3.992 QC24 3.012 QC29 2.948 Ploss 4.456 Emin 0.344 b. Multi-Objective case of Loss minimization with Voltage stability Now the case where both the objectives of loss minimization and voltage stability enhancement has been considered with the fitness function as given in previous section to obtain the candidate solution by DE mechanism. Since both the objectives are considered it is difficult to obtain the minimum of both objectives so we get the solution in the search space was both are acceptable in narrow difference as compared to the previous case. Variable Value obtained V1 1.035 V2 0.995 V5 1.011 V8 1.024 V11 0.985 V13 1.041 T11 0.978 T12 1.052 T15 1.030 T36 0.988 QC10 3.998 QC12 1.112 QC15 0.010 QC17 3.854 QC20 3.548 QC21 3.654 QC23 3.988 QC24 3.015 QC29 3.002 Ploss 4.987 Emin 0.354 The obtained values of power loss and minimum eigen values are the utmost minimum values as far reported in the literature. On comparison with the previously solved algorithms the following comparison table can be framed. Method Ploss EP[2] 5.015 GA[4] 4.665 Real Coded GA[6] 4.501 DE[Proposed] 4.456 VII. Conclusion This paper presented a dynamic multi modal evolutionary algorithm approach for ORPD problem with voltage stability enhancement as main constraint. The decision variables chosen to achieve the above objective were the generator bus voltages, reactive power generation by capacitor banks and transformer tap settings, more over this algorithm provides a new dimension in solving such kind of multi variable problem such that the obtained decision variables are within their boundaries. The modal analysis provides the better information about voltage stability assessment than any other index referred in literature, so that the problem becomes more complex, where this proposed DE can able to solve with minimum iterations and time as possible. So, from the proposed work it can be concluded that this mode of solving multi modal
  • 5. J.Jithendranath and K.Hemachandra Reddy/ International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp. 66-70 70 | P a g e real valued optimization problems can be effectively applied with variants in other power system problems as well. References [1] H. W. Dommel and W. F. Tinny, “Optimal power flow solutions,” IEEE trans. on power app & systems, 87, 1968, pp 1866-1876. [2] Q. H. Wu and J. T. Ma , “Power system optimal reactive power dispatch using evolutionary programming,” IEEE trans. on power systems, Vol. 10, No. 3, August 1995, pp 1243-1248. [3] P. Kessel and H. Glavitsch, “Estimating the voltage stability of power systems,” IEEE Trans. on Power systems, Vol. 1, No.3, 1986, pp 346-354. [4] S. Durairaj, P. S. Kannan and D. Devaraj, Application of Genetic Algorithm to Optimal Reactive Power Dispatch including Voltage Stability Constraint Journal of Energy & Environment 4 (2005) 63 – 73 [5] K. Y. Lee, Y. M. Park and J. L. Ortiz, “Optimal real and reactive power dispatch” Electric power system research, Vol. 7, 1984, pp 201-212. [6] P.Aruna Jeyanthy and Dr.D.Devaraj, “Optimal Reactive Power Dispatch for Voltage Stability enhancement using real coded genetic algothm”, International Journal of Computer and Electrical Engineering, Vol 2, No.4, Aug 2010, 1793-8163. [7] L. D. B. Terra and M. J. Short “Security constrained reactive power dispatch,” IEEE Trans. on power systems, Vol. 6, No. 1, February 1991. [8] B. Das and C. Patvardhan, “A new hybrid evolutionary strategy for reactive power dispatch,” Electric power system research, Vol. 65, 2003, pp 83-90.