Optimal Power Flow Using Distributed Generation
Optimal Power Flow Using Distributed Generation
Khalid Al-Mutib
Electrical Engineering Department
King Saud University,
Riyadh, KSA
[email protected]
Abstract--Voltage control is critical in power systems The optimization techniques which are implemented for
operation and control. With the increase in using distributed OPF are two types: classical methods and evolutionary
generation DG, it becomes essential to ensure that voltage methods. Classical methods involve linear [2] and
stability is main-tained. This work studies using DG and nonlinear program-ming (LP) [3] , quadratic programming
conservation voltage reduction CVR for improving voltage (QP) [4], and interior point method (IM) [5]. Above
profile, reducing genera-tion cost, and power loss. The size mention method have certain drawback, due to its non-
and location of the DG was optimized based on the voltage
convexity nature of OPF, the classi-cal methods have some
profile criterion. The buse’s voltages were reduced to the
lower band to decrease generation cost and total power loss.
deficiency in finding the global min-ima. Gradient-based
Optimal Power flow using PSO algo-rithm was implemented methods overcome this is- sue; but, sometime cannot
to investigate the power system voltage profile, 30 bus IEEE meet the inequality constraints [6].Because of this
systems is used in this work. The results showed that limitations, evolutionary methods were developed to
accompanying DG with CVR can reduce genera-tion cost solve the OPF problem effectively. Evolutionary
and power loss by 13.14 and17.22 methods consist of genetical algorithm(GA) [7]
[8],evolutionary pro-gramming (EP) [9], particle
Keywords: Distributed generation, conservation voltage swarm optimization (PSO)[10][11],simulated
reduction, optimal powerflow, PSO annealing(SA)[12],differential al-gorithm (DE) [13],
shuffle frog leaping algorithm (SFLA) [14]. These
methods were comprehensively re- viewed in [15].
Some researchers investigated hybridizing two methods in
I.INTRODUCTION OPF. Roy et al [16] used a modified shuffle frog leaping
algorithm (SFLA) with GA in optimizing an economic
1.1. Optimal Power Flow(OPF) load dispatch problem. Other researchers used chaos
Optimal Power Flow (OPF) study targets to optimize cer- optimization with linear IM method [17]. Genetic
tain objective by changing the variables of power sys- algorithm (GA) with Fuzzy logic was also implemented
tem, without disturbing constrain of the system. Therefore, in OPL [18]. A hybrid method of PSO, GA and Fuzzy
OPF is one of the main areas of study in power systems. Logic techniques was im-plemented in OPF [19].
This study consists of nonlinearity with continuous and Placing and sizing distributed gen-eration is another
discrete variables which is extremely con strained. In 1962, attention grabbing area of research. The placement of
Carpen-tier published the first paper in OPF [1], the OPF distributed generation in distribution networks was
problem has been done by researchers. optimized using GA [20]. A selection approach of the
978-1-5386-5744-7/18/$31.00©2018IEEE 1
Proceedings of 2018 International Conference on Emerging Trends and Innovations in Engineering and Technological Research (ICETIETR)
proper buses forth optimal integration of DG was pro- that constrain the optimization process which include
posed to decrease trans- mission power losses [21]. Most volt- age magnitude, generators active and reactive power,
of OPF studies used sys- tems with constant loads. How- and angle and lines limits; u is the system controlled pa-
ever, variable loads were also treated in [22], [23], and rameters which control such as generators voltage, active
[24]. power, and shunt VAR compensations it is a vector quanti-
ty, load MW and MVAr (load shedding), x is also a vector
1.2. Particles Swarm Optimization (PSO) Tech nique quantity which has the dependent variables such as PQ
bus power, that consist of voltages magnitude and phase
R.C.Eberhart and J.Kennedy was the first to introduce angles, generator reactive power outputs for bus voltage
PSO [25]. As described by the authors, PSO are based control, and transmission lines parameters.
upon the social-psychological metaphor; entities of the
population (referred to as particles) adapts by returning 1.4. Fuel Cost Objective Function
stochastically toward previously successful re- gions. PSO
operators based on two main divisions : position and ve- One of the main part of objective function in this study
locity update. In each iteration interval, each par ticle is is the fuel cost function for total generation, which is ex-
directed toward their previous best position and the global pressed as [28]:
best position. For a new velocity value is computed for
NG 2
each particle based on its current velocity, F(P)= i i+ iPi+ iP ) i (8)
and the distance from the global best position. The new where
generated velocity value is used for computing the next and NGcorrespond to the number of generators. To attain
position of the particle in search space. This procedure is min- imum generation cost for a particular load, the non-
then repeated a set number of times or until a minimum linear equality constrains are givenas:
error is achieved[26].Equation(1),and(2)shows the PSO-
process corresponding to the velocity and position[25]: Pi−PGi+PDi=0 (9)
Qi−QGi+QDi=0 (10)
vij vij+c1r1 (pij−xij)+c2r2(pg−xij) (1) t
The i h bus bar active and reactive power generation equa-
tion (Piand Qi) are obtained as:
xij=xij+vij (2)
NB
Where c1, c2 r1, r2 are ran- Pi=|Vi |Vi||Yij|cos
i=1 i j ij) (11)
dom variables with values evenly distributed between Qi=|Vi NB
|Vi||Yij|sin i j ij) (12)
i=1
them, pg is the global best position, xij is current position
,pij the current best position and vijis the velocity of parti-
cles.
the angle of ith
iis ijis the admittance be-
tween buses i and j, and NB correspond to the number of
1.3. Formulation of Optimal Power Flow buses. In all duration, the total generation should meet the
total load and its transmission losses, this is the main con-
The general mathematical form of OPF is as follows strain, which is given as:
[27]:
NG ND
minimize(x,u) (3) i=1 PGi− PDi+PL=0
i=1 (13)
for nonlinear equality constraints is given as where ND correspond to the number of load buses and PL
is the total transmission losses. The above equations must
G(x,u)=0 (4)
be solved with the following generators constraints:
And for inequality constraints is given as PminP≤Gi ≤ Pmax
QminQ≤Gi Qmax ≤ Vmin
H(x,u)<0 (5) ViVmax≤ ≤
min≤ i≤ max
umin<u<umax (6)
where,Qminand Qmaxand Pminand Pmax,indicates the min-
xmin<x<xmax (7) imum and maximum reactive power and active power
whereF(u,x)is the objective function to be minimized(or constraints for each generator respectively. such as Vmi-
maximized); H(x, u) represents the nonlinear power nand Vmax min maxindicate the minimum and max-
flow equations;G(u,x) represents the control parameters’ imum voltage magnitude and voltage angle constraints for
limits each bus respectively.
2
Proceedings of 2018 International Conference on Emerging Trends and Innovations in Engineering and Technological Research (ICETIETR)
3
Proceedings of 2018 International Conference on Emerging Trends and Innovations in Engineering and Technological Research (ICETIETR)
Fig 3. Voltage profile of the system with DG, and GG with CVR.
4
Proceedings of 2018 International Conference on Emerging Trends and Innovations in Engineering and Technological Research (ICETIETR)
three cases. It is obvious that using DG -in general- de- [7] A. G. Bakirtzis, P. N. Biskas, C. E. Zoumas, and V.Petridis, ”Op-
creases the MVA loading which enhances the systems se- timalpowerflowbyenhancedgeneticalgorithm,”IEEE transactions
on Power Systems, vol. 17, Issue. 2, pp. 229– 236, May2002.
curity and delays congestion problems. The MVA will de-
[8] D. Devaraj and B. Yegnanarayana, ”Genetic-algorithm- based op-
crease more at some lines than others. For example, line timal power flow for security enhancement,” IEE Proceedings-
numbers 24,25,36 has more MVA relief because they are- Generation, Transmission and Distribution, vol. 152, pp. 899-
connected or close to the buses where DG is connected. 905,2005.
The effect of the applying CVR with the DG is shown in [9] Y.R. Sood, ”Evolutionary programming based optimal power flow
red line. It is shown that the applying CVR could further and its validation for deregulated power system analysis,” Interna-
tional Journal of Electrical Power Energy Systems, vol. 29, pp. 65-
improve the performance of the system by reducing the 75,2007.
line’s MVA loading. However ,This effect is not equal for [10] M. Abido, ”Optimal power flow using particle swarm opti- miza-
all lines. The average lines loading p .u. decreased from tion,” International Journal of Electrical PowerEnergy Systems,
0.19 for the base case to 0.17 and 0.16 for the case of DG vol. 24, pp. 563-571,2002.
and DG with CVR respectively and this is shown in Fig.7. [11] N. Mo, Z. Zou, K. Chan, and T. Pong, ”Transient stability con-
strained optimal power flow using particle swarm opti- misation,”
IET Generation, Transmission Distribution, vol. 1, pp. 476-
CONCLUSIONS 483,2007.
[12] Y.-J. Jeon and J.-C. Kim, ”Application of simulatedanneal- ing and
tabu search for loss minimization in distribution systems,” Interna-
This paper has DG with CVR on the performance of tional Journal of Electrical Power Energy Systems, vol. 26, pp. 9-
micro-grids. An optimization of fuel cost conduction on 18,2004.
30 bus IEEE system for three cases are: the base case, [13] A. A. El Ela, M. Abido, and S. Spea, ”Optimal power flow using
with DG and DG with CVR. The place of DG was deter- differential evolution algorithm,” Electric Power sys- tems re-
search, vol. 80, pp. 878-885,2010.
mined on voltage profile improvement and the size of DG
[14] T. Niknam, M. rasoul Narimani, M. Jabbari, and A. R. Malekpour,
was a optimized to achieve the most economic conditions. ”A modified shuffle frog leaping algorithm for multi-objective op-
CVR technique was implemented to further improve the timal power flow,” Energy, vol. 36, pp. 6420-6432,2011.
system by reducing the power loss and the cost of genera- [15] S.Frank,I.Steponavice,andS.Rebennack,”Optimalpower flow: a
tion. It was shown that the accompanying DG with CVR bibliographic survey I,” Energy Systems, vol. 3, pp. 221-258,2012.
reduce the generation cost and power loss by 13.14 % and [16] P. Roy, P. Roy, and A. Chakrabarti, ”Modified shuffled frog leap-
ing algorithm with genetic algorithm crossover for solving eco-
17.22%respectively. nomic load dispatch problem with valve-point effect,” Applied
Soft Computing, vol. 13, pp. 4244-4252, 2013.
References [17] L. Shengsong, H. Zhijian, and W. Min, ”A hybridalgorithm forop-
timalpowerflowusingthechaosoptimizationandthe linear interior
[1] M. Huneault and F.D. Galiana, “A survey of the optimal power- point algorithm,” in Power System Technol-
flowliterature,”IEEEtransactionsonPowerSystems, vol. 6, pp. 762– ogy,2002.Proceedings.PowerCon2002.InternationalCon- ference
770, May1991. on, 2002, pp.793-797.
[2] K. Zehar and S. Sayah, “Optimal power flow with environ- mental [18] A.Saini,D.K.Chaturvedi,andA.Saxena,”Optimalpower flow solu-
constraint using a fast successive linear program- ming algorithm: tion: a GA-fuzzy system approach,” International journal of
Application to the algerian powersystem,” Energy Conversion and emerging electric power systems, vol. 5,2006.
Management, vol. 49, pp. 3362- 3366, November2008. [19] S. Kumar and D. Chaturvedi, ”Optimal power flowsolution us-
[3] M. Shahidehpour and V.Ramesh, “Nonlinear program- ming algo- ingfuzzyevolutionaryandswarmoptimization,”Interna- tional Jour-
rithms and decomposition strategies for OPF,” IEEE/PES tutorial nal of Electrical Power Energy Systems, vol. 47, pp. 416-
on optimal power flow,1996. 423,2013.
[4] J.S. Lipowski and C. Charalambous, “Solution of optimal load [20] R. Rajaram, K. S. Kumar, and N. Rajasekar, ”Power sys- tem re-
flow problem by modified recursive quadratic- programming configuration in a radial distribution network for re- ducinglosses-
method,” IEE Proceedings-Generation, Transmission and Distribu- andtoimprovevoltageprofileusingmodified plant growth simulation
tion, vol. 128, pp. 288–294, September1981. algorithm with DistributedGenera- tion (DG),” Energy Reports,
[5] F. Capitanescu, M. Glavic, D. Ernst, and L. Wehenkel, “Interior- vol. 1, pp. 116-122,2015.
point based algorithms for the solution of optimal powerflowprob- [21] L. Arya, A. Koshti, and S. Choube, ”Distributed genera- tionplan-
lems,”ElectricPowersystemsresearch,vol. 77, pp. 508–517, ningusingdifferentialevolutionaccountingvoltage
April2007.
[6] D. I. Sun, B. Ashley, B. Brewer, A. Hughes, and W. F. Tinney,
“Optimal power flow by Newton approach,” IEEE Transactions
on Power Apparatus and systems, vol. PAS- 103, Issue. 10, pp.
2864–2880, October1984.
5
Proceedings of 2018 International Conference on Emerging Trends and Innovations in Engineering and Technological Research (ICETIETR)