- Open Access
- Total Downloads : 504
- Authors : Abhishek Bhardwaj, Manbir Kaur
- Paper ID : IJERTV2IS100044
- Volume & Issue : Volume 02, Issue 10 (October 2013)
- Published (First Online): 05-10-2013
- ISSN (Online) : 2278-0181
- Publisher Name : IJERT
- License: This work is licensed under a Creative Commons Attribution 4.0 International License
Power Flow Control incorporating TCSC using Differential Evolution
Abhishek Bhardwaj
Thapar University, Patiala
Manbir Kaur, Member IET
Thapar University, Patiala
Abstract Optimal power flow aims to optimize the generation cost, active power loss via optimal adjustment of power system control variables, while at the same time satisfying various equality and inequality constraints. In recent years FACTS devices have made the power systems operation more flexible and secure. In this paper, the focus is to obtain the optimal solution using differential evolution, when thyristor controlled series capacitors (TCSC) are used at fixed location in the system. The proposed strategy is tested on IEEE 14 bus system and load flow is carried out with Newton Raphson method. The results obtained are compared for the system with and without TCSC. and shows improvement in results.
Index Terms Differential Evolution, Generator Fuel Cost FACTS, Optimal power flow.
-
INTRODUCTION
As power industry is moving to a competitive market, its operation is strongly influenced. Optimization methods have been widely used in power system operation, analysis and planning. One of the most significant application is optimal power flow (OPF). So when we consider the case of power system operation and planning, Optimal Power Flow (OPF) plays an important role. The OPF mainly aims to optimize the selected objective function such as fuel cost, active power loss via optimal adjustment of power system control variables, keeping the equality and inequality constraints in limit. Equality constraints are basically the power flow equations, while inequality constraints are the limits on control variables and control variable includes the generator active powers, the generator bus voltage magnitudes, the transformer tap settings and reactive power of VAR sources. Mathematically, OPF is modelled as a nonlinear programming (NLP) problem, which usually minimizes the total generating unit fuel cost and total load bus voltage deviation from a specified point subject to a set of equality and inequality constraints and thus losses can be reduced to a significant amount by keeping the equality and inequality constraints in limit. Now as the demand for the power transfer increases, the power system becomes increasingly more difficult to operate and insecure with unscheduled power flows and thus handling the losses. Rapid development of self-commutated semiconductor devices has made it possible to design power electronic equipment. This equipment is well known aslexible AC Transmission System (FACTS) which has been introduced by Hingorani [1] in
1988. FACTS Technology is concerned with the management
through the system can significantly improve the performance of the power system. So, as discussed earlier OPF is modelled as a nonlinear programming (NLP) problem and when we incorporated FACTS in it and considered as a control variable, it becomes even more nonlinear and complex. Various researchers developed algorithms to solve optimal power flow incorporating FACTS devices. T.S.Chung et al. [2] presented a Hybrid Genetic Algorithm (GA) method to solve OPF incorporating FACTS devices. GA is integrated with conventional OPF to select the best control parameters to minimize the total generation fuel cost and keep the power flows within the security limits. TCPS and TCSC are modeled. The proposed method was applied on modified IEEE 14 bus system and it converged in a few iterations. L.J.Cai et al. [3] proposed optimal choice and allocation of FACTS devices in multi-machine power systems using genetic algorithm. The objective is to achieve the power system economic generation allocation and dispatch in deregulated electricity market. The locations of the FACTS devices, their types and ratings are optimized simultaneously. UPFC, TCSC, TCPST and SVC are modeled and their investment costs are also considered.
The remaining part of the paper is organized as follows. Section II presents the modeling of TCSC. Section III represents the problem formulation of OPF using TCSC. Section IV gives the brief idea about Differential Evolution. Section V gives overview of proposed algorithm. Implementation of DE to solve OPF problem incorporating TCSC and results is presented in Section VI. Finally conclusion is drawn in Section VII.
-
MODELLING OF TCSC
Transmission lines are invariably represented by equivalent parameters and is located as lumped component in the entwork. The series compensator Thyristor controlled Series Compensator (TCSC) is a static capacitor/ reactor with impedance XC. Fig. 1 shows a transmission line incorporating a TCSC. [4][5] between bus nodes i and j and updated admittance between nodes i and j will be expressed as in equation (1):
= – =( + j ) – ( + j ) ..(1)
of active and reactive power to improve the performance of
electrical networks and thus minimizing the losses. FACTS includes various types of series and shunt type VAR
=
2 + 2
;
= –
2 + 2
compensators. Series and shunt VAR compensators have the
=
rij +
; =
capability to change the performance characteristics of electrical networks. In both of them, the reactive power
2 +
+ )2
2 +
+ )2
Figure 1: Equivalent circuit of a line with TCSC
With the addition of TCSC in the line between bus i and bus j of a general power system, the new system admittance matrix Ybus can be updated as:
Ybus= Ybus + A (2)
0
0
0 0
0
0
0
0 0
0
0
0
0 0
0
0
A=
0
0
0 0
0
0
0
0 0
0
0
0
0 0
0
0
0
0
0 0
0
0
0
0 0
0
0
0
0 0
0
0
A=
0
0
0 0
0
0
0
0 0
0
0
0
0 0
0
0
s
-
PROBLEM FORMULATION
The objective function of power flow problem is the minimization of total generation cost. Power flow equations in the OPF problem incorporating flexible ac transmission system is expressed as follows:
Reactive power generation at bus i
Real power demand at bus i
Reactive power demand at bus i
ijmagnitude of ijth element in bus x
ij angle of ijth element in bus admittance matrix
Vi voltage magnitude at bus i
j phase angle at bus j
reactance of TCSC i
set of generator bus indexes
set of bus indexes having reactive power source
set of bus indexes
set of transmission line indexes
set of TCSC
, , , , cost coefficient of generator i,
-
DIFFERENTIAL EVOLUTION
Differential Evolution (DE) is an evolutionary algorithm originally proposed by Price and Storn [6] for optimization problems over a continuous domain. DE is exceptionally simple, significantly faster and robust. The basic idea of DE is to adapt the search during the evolutionary process. Differential Evolution (DE) is a parallel direct search method and selectes the optimal solution from D dimension population. The initial vector population is chosen randomly defioned over the parameter space. The perturbation is assumed as large at the start of evolution. At the start of the evolution, the perturbations are large since parent populations are far away from each other. Over the evolution process the population converges to a small region and the perturbations adaptively become small. As a result, the evolutionary algorithm performs a global exploratory search during the early stages of the
+ + 2 + | }|
evolutionary process and local exploitation during the mature
=1
Subject to
=1
=1
ij cos ij + i j = 0
stage of the search. In DE the fittest of an offspring competes one-to-one with that of corresponding parent which is different from other evolutionary algorithms. This one-to-one competition gives rise to faster convergence rate. The
………(4)
=1
=1
ij sin ij + i j = 0
optimization process in DE is carried out with three basic operations: mutation, crossover and selection. The DE algorithm is described as follows:
=1
=1
=1
=1
.(5)
.(6)
(7)
-
Initialization
The initial population X with population size of Np is initialized randomly such that X=[N1, N2, N3…………..NNP]. Each solution is given by Nn =[Pn1,Pn2,Pn3,………PnN](where n
(8)
= 1, 2 … Np ,N is the number of real power generations in the
problem and Np is the Number of population). The variables shall bound within their upper and lower limits. Let the nth
….(9)
component of the mth population members may be initialized
as
…..(10)
0 = + 0,1 ( ).(10)
where,
Where is the upper bound of the nth variable of the problem , is the lower bound of the nth variable of the
Real power generation at bus i,
problem, rand (0,1) is a uniformly distributed number within
the limits(0,1), 0 is the initial nth variable of the mth population.
-
Mutation
Mutant population is generated. Among the DE variants used
buses and series capacitors of TCSC. The ith parent vector is as follows:
= [ 1 … . . . , 1 . . . , . . 1 . . ,
……… . ].
1
for mutation in DE, the addition of the weighted difference vector between the two population members to the third member is adopted in this approach. Here three different members namely Xr1 ,Xr2 and Xr3 are chosen from the current population .Then the difference between any two of these members is scaled by a scalar number F, which is then added to the third member. The value of F is usually in between 0.4 and 1. The Mutation operation using the difference between two randomly selected individuals may cause the mutant individual to escape from the search domain. If an optimized variable for the mutant individual is outside of the domain search, then this variable is replaced by its lower bound or its
upper bound so that each individual can be restricted to remain within the search domain. mth member of the donor vector Vn(t) is expressed as
(+1) = 1 + 2 3 (12)
-
Crossover
. A new population is created by suitably combining the parent population and the mutant population. The process of crossover is based on the CR which is in between (0,1). Binomial crossover scheme is used which is performed on all D variables and can be expressed as:
() = () if rand (0, 1) < CR
() = () else
where () is the child which is obtained after crossover operation where m = 1,2, … Np, n = 1,2, ….. D. Here, rand ensures that the newly generated vector is different for both
() and () .
-
Selection
After calculating the objective function F(t) using D number of variables for using initial and crossover population , a new population with the least objective function ( minimum fuel cost) is formed foSr the next generation. This is given by
X ( t+1 ) = () if f( () ) f( ()) X ( t+1 ) = () if f( ()) > f ( ())
The process is repeated until the maximum number of
generations or no improvement is seen in the real power generation cost after many generations. The global optimum searching capability and the convergence speed of DE are very sensitive to the choice of control parameters NP, F and CR. The crossover rate CR is between [0.3, 0.9].
-
-
PROCEDURAL STEPS
Step 1.Intailse the population for decision variables of power system namely: real power generation of the generating units excluding slack bus, voltage magnitude and phase angle of the
Step 2: Run NewtonRaphson load flow for each parent vector pi. The reactive power generations, transmission loss, slack bus generations and line flows are determined. Cost of generation is calculated for each parent vector pi.
Step 2. Perform mutation for each target vector.
Step 3. Perform crossover for each target vector and create a trial vector.
Step 4. Perform selection for each target vector, by comparing its cost with that of the trial vector. The vector that has lesser cost of the two would survive for the next generation.
Step5. Stop if the maximum number of generations is reached otherwise go to Step 2.
-
RESULTS AND DISCUSSIONS
The effectiveness of the proposed algorithm is tested on IEEE 14-bus system. Two branches, (2, 3), (6, 8) are selected and TCSC are installed. Limits of the series capacitors size are taken in such a manner that the ratio of maximum series capacitors limit to line reactor is equal or more than 50% . The results obtained are tabulated in table 1. The values of TCSC capacitances obtained are presented in table 2.
Table 1: Comparison of Results
Generator (MW)
Power Generation with TCSC using DE
Power Generation without TCSC using DE
Power Generation Using Conventional Load flow method
P1
162.81
162.30
232.60
P2
34.95
61.03
40
P3
26.10
21.56
0
P4
20.81
13.82
0
P5
22.58
10.00
0
Cost($/h)
746.2312
754.7656
801.0287
Losses(MW)
8.2542
9.711
13.600
Table 2 Values of TCSC obtained from DE
Position of TCSC
Capacitance values in pu
23
0.0826
68
0.0090
Table 3 represents the comparison of conventional load flow solution for bus voltages and phase angles of modified IEEE 14 bus system with and without TCSC.
Table 3: bus Voltage magnitudes and Phase angles
Fig. 2 and Fig. 3 represents the generation cost with and without TCSC respectively.
780
775
cost $/Mwh
cost $/Mwh
770
765
760
755
750
-
CONCLUSIONS
Bus No. |
Voltages (pu) |
Angle Degree |
Voltages (pu) |
Angle Degree |
Voltages (pu) |
Angle Degree |
1 |
1.0000 |
0 |
1.0000 |
0 |
1.0000 |
0 |
2 |
1.0450 |
-4.9957 |
1.0026 |
-3.9821 |
0.9874 |
-3.9624 |
3 |
1.0200 |
-12.8726 |
0.9981 |
-11.0747 |
0.9876 |
-8.8393 |
4 |
1.0600 |
-14.4096 |
0.9829 |
-12.0017 |
1.0249 |
-10.1571 |
5 |
1.0800 |
-13.2742 |
0.9700 |
-9.8988 |
1.0343 |
-6.5195 |
6 |
1.0139 |
-10.2425 |
0.9643 |
-8.6329 |
0.9727 |
-7.5957 |
7 |
1.0444 |
-13.2742 |
0.9636 |
-10.9786 |
1.0011 |
-8.7206 |
8 |
1.0159 |
-8.7337 |
0.9649 |
-7.2713 |
0.9742 |
-6.6609 |
9 |
1.0274 |
-14.8829 |
0.9500 |
-12.9502 |
0.9850 |
-10.7615 |
10 |
1.0255 |
-15.0875 |
0.9500 |
-13.1204 |
0.9841 |
-10.9635 |
11 |
1.0390 |
-14.8713 |
0.9606 |
-12.7057 |
1.0005 |
-10.6886 |
12 |
1.0436 |
-15.2771 |
0.9653 |
-13.0401 |
1.0075 |
-11.0981 |
13 |
1.0375 |
-15.3247 |
0.9586 |
-13.1256 |
1.0006 |
-11.1509 |
14 |
1.0134 |
-16.1166 |
0.9500 |
-14.2504 |
0.9726 |
-12.0589 |
Bus No. |
Voltages (pu) |
Angle Degree |
Voltages (pu) |
Angle Degree |
Voltages (pu) |
Angle Degree |
1 |
1.0000 |
0 |
1.0000 |
0 |
1.0000 |
0 |
2 |
1.0450 |
-4.9957 |
1.0026 |
-3.9821 |
0.9874 |
-3.9624 |
3 |
1.0200 |
-12.8726 |
0.9981 |
-11.0747 |
0.9876 |
-8.8393 |
4 |
1.0600 |
-14.4096 |
0.9829 |
-12.0017 |
1.0249 |
-10.1571 |
5 |
1.0800 |
-13.2742 |
0.9700 |
-9.8988 |
1.0343 |
-6.5195 |
6 |
1.0139 |
-10.2425 |
0.9643 |
-8.6329 |
0.9727 |
-7.5957 |
7 |
1.0444 |
-13.2742 |
0.9636 |
-10.9786 |
1.0011 |
-8.7206 |
8 |
1.0159 |
-8.7337 |
0.9649 |
-7.2713 |
0.9742 |
-6.6609 |
9 |
1.0274 |
-14.8829 |
0.9500 |
-12.9502 |
0.9850 |
-10.7615 |
10 |
1.0255 |
-15.0875 |
0.9500 |
-13.1204 |
0.9841 |
-10.9635 |
11 |
1.0390 |
-14.8713 |
0.9606 |
-12.7057 |
1.0005 |
-10.6886 |
12 |
1.0436 |
-15.2771 |
0.9653 |
-13.0401 |
1.0075 |
-11.0981 |
13 |
1.0375 |
-15.3247 |
0.9586 |
-13.1256 |
1.0006 |
-11.1509 |
14 |
1.0134 |
-16.1166 |
0.9500 |
-14.2504 |
0.9726 |
-12.0589 |
. In this study, differential evolution is successfully implemented to minimize the generator fuel cost in optimal power flow control with TCSC keeping the equality and inequality constraints in limits. Differential evolution achieves better solution on modified IEEE 14-bus system with TCSC fixed at the given locations. The results has been compared with conventional load flow method and OPF using DE without TCSC and it is concluded that the generator fuel cost reduces significantly and losses are also less when we use TCSC with DE as compared to other two.
REFERENCES
-
Hingorani NG. Power electronics in electrical utilities: Role of power electronics in future power systems. Proc IEEE 1988;76 (4):pp.481482. April 1988.
-
Chung, T. S.; Li, Y.Z., "A hybrid GA approach for OPF with consideration of FACTS devices," IEEE Power Engineering Review, vol.20, no.8, pp.54-57, Aug 2000
-
Cai, L.J.; Erlich, I.; Stamtsis, G., "Optimal choice and allocation of FACTS devices in deregulated electricity market using
genetic algorithms," IEEE PES Power Systems Conference and Exposition, 2004, vol.1, pp.201-207, 10-13 Oct. 2004
-
Anastasios G. Bakirtzis, Pandel N. Biskas, Christoforos E.
Zoumas, Vasilios Petridis, Optimal Power Flow by Enhanced Genetic Algorithm, IEEE Transactions On Power Systems, Vol. 17, no. 2, pp 229-236, May 2002.
-
M. Noroozian, G. Anderson, Power Flow Control by Use of Controllable Series Components, IEEE Transactions on Power Delivery, VO1.8, No.3, July 1993, pp. 1420- 1428.
-
A.A. Abou EI Elaa, M.A. Abidob, S.R. Speaa, " Optimal power flow using differential evolution algorithm International Journal of Electric Power Systems Research 80, 878-885,2010
-
Storn R, Price KV. Differential evolution a simple and efficient heuristic for global optimization over continuous spaces. J Global Optim 1997;11 (4):34159
-
Price KV, Storn R, Lampinen J. Differential evolution: a practical approach to global optimization. Berlin: Springer- Verlag; 2005
775
770
cost $/Mwh
cost $/Mwh
765
760
755
750
0 50 100 150
iteration
Figure 2. Cost Reduction using DE without TCSC
-
Taranto GN, Pinto LMVG, Pereira MVF. Representation of FACTS devices in power system economic dispatch. IEEE Trans Power Syst 1992;7 (2):5726.
-
Gotham DJ, Heydt GT. Power flow control and power flow studies for systems with FACTS devices. IEEE Trans Power Syst 1998;13 (1):605.
-
Ge SY, Chung TS. Optimal active power flow incorporating power flow control needs in flexible AC transmission systems. IEEE Trans Power Syst 1999;14 (2):73844.
-
Ambriz-Perez H, Acha E, Fuerte-Esquivel CR. Advanced SVC model for NewtonRaphson Load Flow and Newton optimal power flow studies. IEEE Trans Power Syst 2000;15 (1):129 36.
-
Chung TS, Li YZ. A hybrid GA approach for OPF with consideration of FACTS devices. IEEE Power Eng Rev 2001;21 (2):4750
-
Ongsakul W, Bhasaputra P. Optimal power flow with FACTS
745
0 50 100 150
iteration
Figure 3 Cost Reduction using DE with TCSC
devices by hybrid TS/SA approach. Electr Power Energ Syst 2002;24:8517.
-
M. Basu, Optimal power flow with FACTS devices using differential evolution, International Journal of Electrical Power & Energy Systems, Volume 30, Issue 2, , Pages 150-156, ISSN 0142-0615, February 2008
-
Ongsakul W., Jirapong, P. "Optimal allocation of FACTS devices to enhance total transfer capability using evolutionary programming" IEEE International Symposium on Circuits and Systems, 2005. ISCAS 2005, Vol. 5, pp.4175-4178, 23-26, May 2005.