Optimal Power Flow Using Genetic Algorithm
Optimal Power Flow Using Genetic Algorithm
Optimal Power Flow Using Genetic Algorithm
Document By
SANTOSH BHARADWAJ REDDY
Email: help@matlabcodes.com
Engineeringpapers.blogspot.com
More Papers and Presentations available on above site
Abstract
This paper presents solution of optimal power flow problem of large
distribution systems via a simple genetic algorithm. The objective is to
minimize the fuel cost and keep the power outputs of generators, bus
voltages, shunt capacitors/reactors and transformers tap-setting in their
secure limits The IEEE 14 and IEEE- 30-bus system has been studied to
show the effectiveness of the algorithm.
Keyworks
Load flow, optimal power flow, and genetic algorithm.
I. INTRODUCTION
Genetic algorithms offer a new and powerful approach to these optimization
problems made possible by the increasing availability of high performance computers at
relatively low costs. These algorithms have recently found extensive applications in
solving global optimization searching problems when the closed-form optimization
technique cannot be applied. Genetic algorithms (GAs) are parallel and global search
techniques that emulate natural genetic operators. The GA is more likely to converge
toward the global solution because it, simultaneously, evaluates many points in the
parameter space.
II. PROBLEM FORMULATION
The standard OPF problem can be written in the following form,
Minimise F(x) (the objective function)
subject to :
hi(x) = 0, i = 1, 2, ..., n (equality constraints)
gj(x) = 0, j = 1, 2, ...,m (inequality constraints)
where x is the vector of the control variables, that is those which can be varied by a
control center operator (generated active and reactive powers, generation bus voltage
magnitudes, transformers taps etc.);
A. Objective Function
The most commonly used objective in the OPF problem formulation is the
minimisation of the total cost of real power generation. The individual costs of each
generating unit are assumed to be function, only, of active power generation and are
represented by quadratic curves of second order. The objective function for the entire
power system can then be written as the sum of the quadratic cost model at each
generator.
(1)
where ng is the number of generation including the slack bus. Pgi is the generated active
power at bus i. ai, bi and ci are the unit costs curve for ith generator.
B. Types of equality constraints
While minimizing the cost function, its necessary to make sure that the generation still
supplies the load demands plus losses in transmission lines. Usually the power flow
equations are used as equality constraints.
(2)
where active and reactive power injection at bus i are defined in the following equation:
(3)
C. Types of inequality constraints
The inequality constraints on the problem variables considered include:
• Upper and lower bounds on the active generations at generator buses P gimin ≤Pgi ≤ Pgimax ,
i = 1, ng.
• Upper and lower bounds on the reactive power generations at generator buses and
reactive power injection at buses with VAR compensation Qgimin ≤ Qgi ≤ Qgimax, i = 1, npv
• Upper and lower bounds on the voltage magnitude at the all buses Vimin ≤ Vi ≤ Vimax , i =
1, nbus.
• Upper and lower bounds on the bus voltage phase angles: , i = 1, nbus.
If the candidate parameters set is (1.7, 0.30, 1.1), then the chromosome is a binary
string 111000110111. The decoding procedure is the reverse procedure.
TABLE III. First generation of GA process for 9bus example
(6)
Then the GA tries to generate better offspring to improve the fitness. Using the above
components, a standard GA procedure for solving the optimal power flow problem is
summarized in the diagram of the Figure 1.
Results :
V. CONCLUSION
To save an important CPU time, the constraints are to be decomposing in active
constraints and reactive ones. The active constraints are the parameters whose enter
directly in the cost function and the reactive constraints are infecting the cost function
indirectly. With this approach, only the active constraints are taken to calculate the
optimal solution set. And the reactive constraints are taking in an efficient load flow by
recalculate active power of the slack bus. The developed system was then tested and
validated on the IEEE30-bus system. Solutions obtained with the developed Genetic
Algorithm Optimal Power Flow program has shown to be almost as fast as the solutions
given by a conventional language. Our GAOPF appears to be faster than other published
GAOPF methods.
REFERENCES
[1] H. W. Dommel, W. F. Tinney, Optimal Power Flow Solutions, IEEE Transactions on
power apparatus and systems, Vol. PAS-87, No. 10, p. 1866-1876, October 1968.
[2] K. Y. Lee, Y.M. Park, and J.L. Ortiz, A United Approach to Optimal Real and
Reactive Power Dispatch, IEEE Transactions on Power Systems, Vol. PAS-104, p.
1147-1153, May 1985.
[3] M. Sasson, Non linear Programming Solutions for load flow, minimum loss, and
economic dispatching problems, IEEE Trans. on power apparatus and systems, Vol.
PAS-88, No. 4, April 1969.
[4] T. Bouktir, M. Belkacemi, K. Zehar, Optimal power flow using modified gradient
method, Proceeding ICEL’2000, U.S.T.Oran, Algeria, Vol. 2, p. 436-442, 13-15
November 2000.
[5] R. Fletcher, Practical Methods of Optimisation, John Willey & Sons, 1986.
Document By
SANTOSH BHARADWAJ REDDY
Email: help@matlabcodes.com
Engineeringpapers.blogspot.com
More Papers and Presentations available on above site