Application of Genetic Algorithm for Power Flow Analysis

DOI : 10.17577/IJERTV2IS90088

Download Full-Text PDF Cite this Publication

Text Only Version

Application of Genetic Algorithm for Power Flow Analysis

Shilpa S. Shrawane Dr. M . Diagavane

Department of Electrical Engineering, Principal

Research Scholar, GHRCE, Nagpur, India VIT, Nagpur

Abstract

Power flow is nothing but the flow of active and reactive power . Power flow analysis is used to determine the steady state operating condition of a power system. In short it is to find the approximate values of various bus voltages, their phase angle, active and reactive power flows through different branches, generators and loads under steady state condition .Heuristic methods are generally referred as experience based techniques for solving problem, learning and discovery. Heuristics are simple and efficient rules coded by evolutionary processes. In this paper , GA , genetic algorithm ,one of such heuristic algorithms have been used to do the power flow analysis in a simple three bus system

  1. Introduction

    In a three phase ac power system active and reactive power flows from the generating station to the load

    • Determine if system voltages remain within specified limits under various contingency conditions, and whether equipment such as transformers and conductors are overloaded.

    • Load-flow studies are often used to identify the need for additional generation, capacitive, or inductive VAR support, or the placement of capacitors and/or reactors to maintain system voltages within specified limits.

    • Losses in each branch and total system power losses are also calculated.

    • Necessary for planning, economic scheduling, and control of an existing system as well as planning its future expansion

      Power Flow Equation

      = 0 + 1 1 + + (1)

      = 0 + 1 + + 1 2 2

      .

      through different networks buses and branches. The

      = 0 1 ;

      (2)

      flow of active and reactive power is called power flow

      =

      =

      or load flow. Power flow studies provide asystematic mathematical approach for determination of various bus voltages, there phase angle active and reactive power

      The real and reactive power at bus i is

      = (3)

      flows through different branches, generators and loads under steady state condition. Power flow analysis is used to determine the steady state operating condition

      =

      (4)

      of a power system.[1,2,3] Power flow analysis is widely used by power distribution professional during the

      planning and operation of power distribution system.

      Substituting for Ii in (2) yields

      = 0 1 ;

      (5)

    • Load-flow studies are performed to determine the

    =

    =

    steady-state operation of an electric power system. It calculates the voltage drop on each feeder, the voltage at each bus, and the power flow in all branch and feeder circuits.

    Equation (5) is an algebraic non linear equation which must be solved by iterative techniques

  2. Gauss-Seidal Method

    Equation (5) is solved for Vi solved iteratively

    • PV buses: P sch and [Vi] are known. Eqn. 11 is solved for Qi which is then substituted in Eqn. 9 to solve for Vi

      i

      i

      k+1

      k+1

      k+1

      k+1

      ()

      The rate of convergence is increased by applying an

      (+1) =

      ()

      +

      ; (6)

      acceleration factor () to the approx. solution obtained from each iteration.

      Where yij is the actual admittance in p.u. P sch and Q sch

      (+1)

      ()

      ()

      ()

      i i

      =

      + (

      ) (12)

      are the net real and reactive powers in p.u. In writing the KCL, current entering bus I was assumed positive. Thus for Generator buses (where real and reactive

      powers are injected), P sch and Q sch have positive

      This process continues till the convergence criterion is satisfied .Once a solution is converged, the net real and

      i i reactive powers at the slack bus are computed from

      values. Load buses (real and reactive powers flow away

      from the bus), P sch and Q sch have negative values

      Eqns.10 & 11.

      i i

      Eqn.5 can be solved for Pi and Qi

      2.B Computation Of Line Flows And Line

      (+1) = () ()

      () ;

      Losses

      =0

      =1

      (7)

      (+1) =

      () () =0 1 () ;

      (8)

      =

      The power flow equation is usually expressed in terms of the elements of the bus admittance matrix, Ybus , shown by upper case letters, are Yij = -yij, and the diagonal elements are Yii = yij. Hence eqn. 6 can be written as

      Fig. 1.

      The complex power Sij from bus i to j and Sji from bus j to i are

      = (13)

      + ()

      (+1)

      ()

      =

      ; (9)

      = (14)

      (+1) = () () =1 () ;

      Where

      (10)

      = + 0

      =1

      =1

      (+1) = () () () ;

      = + 0

      (11)

  3. Genetic Algorithm ( GA)

    1. Iterative Steps

      • Slack bus: both components of the voltage are specified. 2(n-1) equations to be solved iteratively.

      • Flat voltage start: initial voltage of 1.0+j0 for unknown voltages.

      • PQ buses: P sch and Q sch are known. with flat

      Genetic algorithm is based on the evolutionary ideas of natural selection and genetics. It is inspired by Darwins theory of evolution survival of the fittest i.e. survival of the fittest among the individual over consecutive generation for scanty resources. GA

      belongs to the larger class of evolutionary algorithms

      i i

      voltage start, Eqn. 9 is solved for real and imaginary components of Voltage.

      (EA) which involves selection , mutation and crossover

      . GA is good at taking large , potentially huge search space and navigates them to get optimal solution. GA is

      more flexible than most search methods because they require only information concerning the quality of the solution produced each parameter set and not like many optimization methods which require derivative information and complete knowledge of the problem structure and parameters[5]. On the other hand GA could have trouble in finding the exact global optimum and they require a large number of fitness functions evaluations.

      GA is useful and efficient when:

      1. The search space is large, complex or poorly understood.

      2. Domain knowledge is scarce or expert knowledge is difficult to encode to narrow the search space.

      3. No mathematical analysis is available.

      4. Traditional search methods fail.

        The common terms which are generally used while solving problem using GA are:

        1. Search space: The space of all feasible solutions which all desired solutions resides is called search space. Each point in the search space represents one possible solution which can be marked by its fitness value for te problem. GA looks for the best solutions among a number of possible solutions represented by one point in the search space. The process of finding solutions generates other solutions as evolution proceeds.

        2. Population: it is the number of individuals present with the same length of solutions.

        3. Fitness: it is the value assigned to an individual present with the same length of solution it contains.

        4. Fitness function: it is a function that assigns fitness value to the individual . It is problem specific.

        5. Selection : Selecting individual for creating the next generation .

        6. Crossover: The main objective of crossover is to recognize the information of two different individuals and produce a new one.

        7. Mutation: It is nothing but randomly changing the values in a solution. It is used to introduce some part of artificial diversification in the population to avoid premature convergence to local optimum.

The steps involved in Genetic Algorithm are as follows[11]:

  1. Evaluate all the desired solutions with the fitness function, which can be the inverse of error function

  2. Save the best solution.

  3. Select some highly fit solutions.

  4. Pair the selected solutions as parents and perform crossover operation to generate offspring.

  5. Perform mutation by slightly changing some random solutions.

  6. Replace the entire population with these offspring and the best solution.

  7. Repeat above procedure until some stopping criterion is met.

  1. Flowchart

    Fig.2 Flow chart for genetic algorithm

    The flow chart of the simple genetic algorithm is shown above in the Fig.2. Here , the initial population can be random or user specified . After the reproduction , new generation will replace the old on and evolve until a stopping criterion is met.

    Topolo

    gy 1

    Topolo

    gy 2

    Topolo

    gy 3

    Topolo

    gy 4

    Topolo

    gy 5

    GS

    GA

    GS

    GA

    GS

    GA

    GS

    GA

    GS

    GA

    V2

    1.11

    5

    1.11

    5

    0.89

    1.11

    5

    0.99

    1.00

    2

    0.98

    1

    1.00

    2

    1.58

    1.08

    2

    – 1.10

    9

    – 1.10

    9

    -2.35

    – 1.10

    9

    – 1.08

    -7.9

    – 1.00

    9

    -7.9

    – 10.6

    8

    -2

    3

    – 6.04

    8

    – 6.04

    8

    – 6.05

    2

    – 6.03

    8

    – 18.5

    7

    -13

    – 18.4

    3

    -13

    – 0.62

    2

    -14

    Fitne ss

    0.90

    59

    0.90

    59

    0.05

    51

    0.27

    10

    0.10

    4

    0.21

    2

    0.05

    6

    0.12

    17

    0.01

    3

    0.28

    3

    Topolo

    gy 1

    Topolo

    gy 2

    Topolo

    gy 3

    Topolo

    gy 4

    Topolo

    gy 5

    GS

    GA

    GS

    GA

    GS

    GA

    GS

    GA

    GS

    GA

    V2

    1.11

    5

    1.11

    5

    0.89

    1.11

    5

    0.99

    1.00

    2

    0.98

    1

    1.00

    2

    1.58

    1.08

    2

    – 1.10

    9

    – 1.10

    9

    -2.35

    – 1.10

    9

    – 1.08

    -7.9

    – 1.00

    9

    -7.9

    – 10.6

    8

    -2

    3

    – 6.04

    8

    – 6.04

    8

    – 6.05

    2

    – 6.03

    8

    – 18.5

    7

    -13

    – 18.4

    3

    -13

    – 0.62

    2

    -14

    Fitne ss

    0.90

    59

    0.90

    59

    0.05

    51

    0.27

    10

    0.10

    4

    0.21

    2

    0.05

    6

    0.12

    17

    0.01

    3

    0.28

    3

  2. Results And Discussion

    Here in the paper, a simple 3- bus system is considered for the power flow analysis. Let bus no. 1 is slack bus , bus 2 is a PQ bus and bus 3 is a PV bus. Firstly the program is executed for power flow using GS method using MATLAB. And the results are obtained which include P,Q,V and at all the busses. Now to find the the fitness function , error function is calculated as

    = 2 2 2 + 3 3 2 + 3 3 2

    Results by GA :

    1. We consider 10 initial solutions for each V2 , delta2 and delta3 according to their previous experience. For V2 , limits lies in between 0.8to 1.3 and for delta , between 1.00 to – 20.00.

    2. Evaluate all the solutions with the fitness function.

    3. Select best 5 solutions according to their fitness values along with their repetition to form 10 solutions.

    4. Except first two solutions paired the solutions as parents. Then crossover is done between the parents to get the off springs.

    5. Then mutation is performed for some random solution and random parameters to slightly modify the solutions.

    6. These contributed to the new generation of ten solutions which includes the offspring and two best solutions.

    7. The best two solutions are included to make sure that the best data is available for the next iterations.

    8. Now evaluated these 10 solutions and repeated the above procedure till the solution is converged.

    9. The converged solution at 5th iteration was

      V2= 1.10200 delta2= -8.00000 delta3= –

      13.0000

      And the error obtained is 1.1038

      By calculating for different topologies of a 3 Bus system, the results using GS method and using GA are found as follows

  3. Conclusion

    The results are obtained from the program using MATLAB for power flow analysis using Gauss Seidal method and by Genetic Algorithm. It can be concluded that GA gives global minima using random initial population and gives faster convergence than GS method. The number of iterations required for convergence in GA is very less as compared to GS method.

  4. References

  1. D. P. Kothari, I.J.Nagrath, Power System Engineering , Tata McGraw Hill publication 2008

  2. Hadi Sadat, Power System Analysis, Tata McGraw Hill publication

  3. Haldar , chakrabarti, Poweer System Analysis , Operation and Control, 2nd edition, PHI publication

  4. Allen J. Wood and B.F. Wollenberg, Power Generation,

    Operation and Control, John Wiley and Sons

  5. D.E. Goldberg, Genetic Algorithm in Search Optimization and Machine Learning, Addison Wesley Longman,1989

  6. K. Deb, Optimization for engineering design algorithms and examples, PHI, 2002.

  7. H. W. Dommel nd W. F. Tinny, Optimal power flow solutions, IEEE trans. on power app & systems, 87, 1968, pp 1866-1876.

  8. K. Iba, Reactive power optimization by genetic algorithm, IEEE trans. on power systems, Vol. 9 No. 2, 1994, pp 685-692.

  9. W.D. Stevenson Jr., Elements of power system analysis, (McGraw-Hill, 4th Edition, 1982).

  10. K.F. Man, K.S. Tang, and S. KWong, Genetic algorithms: concepts and applications, IEEE Transactions on Industrial Electronics, 43 (1996), 5, pp. 519 – 533.

  11. M. Gen, and R. Cheng, Genetic algorithms and engineering design, (John Wiley & Sons, Inc., 1997).

  12. J.X. Xu, C.S. Chang, and X.W. Wang, Constrained multi objective global optimisation of longitudinal interconnected power system by genetic algorithm, IEE Proceedings, Generation,Transmission & Distribution, 143 (1996), 5, pp 435- 446.

Leave a Reply