Economic Dispatch and Interruptible Load Management with Renewable Energy using Particle Swarm Optimization

DOI : 10.17577/IJERTV6IS070021

Download Full-Text PDF Cite this Publication

  • Open Access
  • Total Downloads : 367
  • Authors : Nandhini G, Dr. R Prakash, Anguraja R, J. P. Sridhar
  • Paper ID : IJERTV6IS070021
  • Volume & Issue : Volume 06, Issue 07 (July 2017)
  • DOI : http://dx.doi.org/10.17577/IJERTV6IS070021
  • Published (First Online): 01-07-2017
  • ISSN (Online) : 2278-0181
  • Publisher Name : IJERT
  • License: Creative Commons License This work is licensed under a Creative Commons Attribution 4.0 International License

Text Only Version

Economic Dispatch and Interruptible Load Management with Renewable Energy using Particle Swarm Optimization

Nandhini G1,

1Department of EEE, DBIT, Bangalore 560074 Karnataka, India

Anguraja R3,

3 Associate Professor , DBIT, Bangalore – 560074 Karnataka, India

Dr. R Prakasp,

2 Professor & Principal, DBIT, Bangalore – 560074 Karnataka, India

J. P. Sridhar4

4 Assistant Professor , SJBIT, Bangalore – 560060

Karnataka, India

Abstract – Electrical Power systems are designed to meet the continuous variation of power demand. The objective of modern electric power utility system is to deliver reliable power to the customer at low cost without violating the operational constraints. This formulates the Economic Load Dispatch (ELD) problem. So Economic dispatch & Interruptible Load Management is formulated by using Particle Swarm Optimization (PSO). Integrating wind energy into bulk power system will leads to operational challenges like non-dispatch ability and variability. By considering the wind power along with Economic Load Dispatch and Interruptible Load Management is investigated by PSO. In this paper, six unit systems are considered and the conventional method like Lambda-Iteration is compared with PSO method with cost. IEEE 30 bus system is used for checking the effectiveness. At the end, the costs of both methods are compared to examine the best one among them.

Keywords: Economic Dispatch, Integrating wind Energy, Interruptible Load Management, Lambda-Iteration, Particle Swarm Optimization.

  1. INTRODUCTION

    In spite of rely only on conventional energies like fossil fuel & Nuclear energy generation; make use of Renewable or Natural energy sources like solar, wind, bio-mass & geo- thermal. In order to meet the Renewable Portfolio Standard (RPS) increased production of energy from renewable sources, particularly integrating wind into bulk power system [1]. The difficulties in integrating the wind energy into bulk power system poses challenges to power system operators & planners arise from its limited predictability and high inter-temporal variation [2]. Need for non-

    secant method [6]. The amount of fossil fuels available in this world is decreasing day-by-day.. Increasing the demand of electricity would improve the operation of markets. The consumers of electricity can also take part in provision of power system security [7]. The generation of synthetic wind speed and wind power in Markov-chain model used to develop a stochastic forecasting method that provides a approximate values of future wind power generation during short period [8]. In [9] Markov chain Monte-Carlo method for the direct generation of synthetic time series of wind power output. The impacts of the interruptible load to the peak demand reduction and change of daily load curve for industrial customers were analysed [10].

    In this paper, I proposed PSO technique for solving Economic Dispatch problem during different types of interruptible load management with renewable energy source like Wind Energy. Two cases are considered namely six unit systems with wind energy and six unit systems without wind energy. Finally, these results are compared with Lambda- Iteration method. On the whole, it is found that PSO is superior & can be used for various constraints in economic load dispatch problems.

  2. ECONOMIC DISPATCH

    In this section, Economic dispatch problem is investigated by using both interruptible load and forecasting the distribution of wind generation. Particularly using the forecast model of Markov chain, the economic dispatch issue is considered as a optimization problem (p1).

    Economic dispatch (p1) reduces the operation cost of system including the generation cost (C G(P t)), interruptible

    conventional source of power generation increases. Because I t g g

    of increasing demand of electricity, integrating wind energy into power system also reduces the environmental impacts.

    3 methods are considered to integrate into generation technology mix optimal model [3].The method to identify the suitable level of spinning & non-spinning reserves and their cost in a power system with high level of wind power [4]. The stochastic approach with wind generation has manyadvantages over deterministic approach [5].PSO method can be used to solve valve point loading using

    load cost (Cb (Pb )) & Interruptible wind generation cost (E(CwW(Pwt))) that are taken for consideration, so that anticipated expanses of utilizing reserves to compromise for errors of prediction, when the prediction is more than real wind power production.

    g g b b w

    P1 : Min (C G(P t)) + (C I(P t)) + (E(CwW(P t))) (1)

    gG bB wW Subject to,

    g w b b bb

    P t + P t – D t +P t = P ' (2) gGb wWb b'B

    g g g

    P min P t P max (3)

    Pwmin Pwt Pwmax (4)

    Where,

    g

    C G(.) Generation cost function of generator g

    CwW(.) Cost function of integrating the wind generation of wind farm w

    b

    P t Scheduled interruptible load at bus b at time t

    g

    P t Scheduled output power of generator g at time t Pwt Power generation from wind farm w at time t CbI Cost of interruptible load at bus b

    b

    D t Load at bus b at time t

    g

    g

    P max Maximum output power of generator g P min Minimum output power of generator g Pbb' Branch power flow

    Pwmax Wind farm maximum power generation Pwmin Wind farm minimum power generation

    1. Determine the best particle of group with the best fitness value, if the fitness value is better than the fitness value of gbest and gbest is to be updated.

    2. Check the final criteria, if it has been satisfied, stop the iteration otherwise go to step 2. The flow chart of PSO is as shown in figure 1.

    The Velocity and position of each particle is to be updated according to the best position of any particleby using the formula

    Vj (i) = V(j) (i 1) + c1r1[Pbest,(j) Xj (i 1)] + 2r2[Gbest

    Xj (i 1)] (5)

    (i)= (max) {((max) (min)) / i(max))}i (6)

    Where, c1 is individual learning rates,c2 group learning rate. Rating of c1& c2are normally taken as 2. r1 and r2 value lies between 0 to 1. is the inertia term &the value ranges from 0.9 to 0.4.

  3. PARTICAL SWARM OPTIMIZATION

    The PSO algorithm was developed by Kennedy and Eberthart in 1995. It is based on the behaviour of a colony or swarm of insects, a flock of birds or a school of fish. This applies to the concept of behaviour of social organism to problem solving. The word particle denotes, a bee in a colony. Each particle behaves in a distributed way using its own intelligence & group of intelligence of swarm. If one

    particle finds good path to food, the remaining swarm will

    Allocate present fitness value as

    also be able to follow that path, even if their location is far from the distance.

    In Multivariable Optimization, the swarm is assumed to be fixed size. Initially each particle is located at random locations in the designed space. Each particle will have two characteristics: a position and a velocity. Each particle moves in a leisurely way in the designed space and remembers the best position i.e maximum of objective function, it has discovered. The particle communicates information or good position to each other and relocates their individual positions & velocities based on the information received from good position.

    The PSO is developed based on the followig model:

    1. When one bird discovers a target or food i.e, maximum of objective function, it automatically transmits the information to other birds also.

    2. All other birds tends to migrate to the target or food i.e maximum of objective function.

    3. Each birds will have their own independent thinking as well as past memory.

      1. Steps involved in Particle Swarm Optimization

        1. Initialize original position and velocity of particles.

        2. Find the fitness value of each particle.

        3. For each particle, compare the fitness value with fitness value of Pbest, if current value is better, then renew the position with current position and fitness value is to be updated.

    Initialize the position of particles

    Determine each particles fitness

    Is present fitness value is greater

    Keep previous pBest

    Consider pBest particles best value to gBest

    Determine each particles velocity

    Use velocity for each particle's value updates its

    Is maximum epoches reached?

    END

    Fig. 1 Flow chart of PSO

  4. RESULTS AND DISCUSSION

    In this section, to evaluate the cost of Lambda-Iteration & PSO, I have considered 30 Bus systems as shown in the fig.

    1. The results of different methods are explained and tabulated as follows,

      1. Six unit system with wind energy using PSO.

      2. Six unit system using PSO.

      3. Six unit system using Lambda Iteration Method.

      4. Cost Comparison of six unit system using PSO and Lambda Iteration Method.

    The graphs of above mentioned methods are shown below. Fig. 3 to fig. 6 represents six unit systems with wind energy. Fig. 7 to fig. 10 represents six unit systems without wind energy for different interruptible loads.

    Fig. 2 Single line diagram of IEEE 30 Bus system

    1. PSO method using six unit systems with wind energy

      Table1 Six unit systems with wind energy using PSO

      Sl.

      No.

      Load Demand (MW)

      Power Generation Pg1 (MW)

      Power Generation Pg2 (MW)

      Power Generation Pg3 (MW)

      Power Generation Pg4(MW)

      Power Generation Pg5(MW)

      Power Generation Pg6(MW)

      Wind Power Generation PW1(MW)

      Power Loss (MW)

      Fuel Cost ($/hr.)

      1

      283.4

      173.67

      48.10

      21.26

      19.97

      11.54

      10.16

      8.57

      9.87

      928.6

      2

      212.55

      141.33

      40.14

      18.44

      1.91

      5.40

      4.33

      7.84

      6.84

      684.6

      3

      141.7

      94.76

      28.94

      15.0

      0.0

      0.0

      0.0

      0.0

      3.80

      466.8

      4

      70.85

      32.27

      20.0

      15.0

      0.0

      0.0

      0.0

      0.0

      1.89

      285.4

      The different Interruptible loads and their corresponding Power Generation, Power losses & Fuel Cost values has been tabulated for six unit system including wind energy by using PSO method as mentioned in above table.

      Fig. 3 Global best value curve with 100% change in load

      For 100 iterations, thefuel cost is converged at a cost of 928.54$/hr.with the transmission losses of 9.87MW as shown in the above diagram.

      Fig. 4 Global best value curve with 75% change in Load

      For 100 iterations, the fuel cost is converged at a cost of 684.6$/hr. with the transmission losses of 6.84 MW as shown in the above diagram.

      Fig. 5 Global best value curve with 50% change in Load

      For 100 iterations, the fuel cost is converged at a cost of 466.81$/hr. with the transmission losses of 3.80 MW as shown in the above diagram.

      Fig. 6 Global best value curve with 25% change in Load

      For 100 iterations, the fuel cost is converged at a cost of 285.48$/hr. with the transmission losses of 1.89 MW as shown in the above diagram.

    2. PSO method using six unit systems without wind energy

      Table 2 Six unit systems without wind energy using PSO

      Sl.No.

      Load Demand (MW)

      Power Generation Pg1(MW)

      Power Generation Pg2(MW)

      Power Generation Pg3(MW)

      Power Generation Pg4( MW)

      Power Generation Pg5 (MW )

      Power Generation Pg6(MW)

      Power Loss (MW)

      Fuel Cost ($/hr.)

      1

      283.4

      177.10

      48.92

      21.50

      21.86

      12.16

      11.26

      9.40

      941.83

      2

      212.55

      144.43

      40.87

      18.66

      3.57

      5.95

      5.31

      6.24

      695.33

      3

      141.7

      99.79

      30.11

      15.0

      0.0

      0.0

      0.0

      3.20

      474.54

      4

      70.85

      36.92

      20.0

      15.0

      0.0

      0.0

      0.0

      1.07

      290.02

      The different Interruptible loads and their corresponding Power Generation, Power losses and Fuel cost values has been tabulated for six unit system by using PSO method as mentioned in the above table.

      Fig. 7 Global best value curve with 100% change in load

      For 100 iterations, the fuel cost is converged at a cost of 941.83$/hr. with the transmission losses of 9.40 MW as shown in the above diagram.

      Fig. 8 Global best value curve with 75% change in load

      For 100 iterations, the fuel cost is converged at a cost of 695.33$/hr. with the transmission losses of 6.24 MW as shown in the above diagram.

      Fig. 9 Global best value curve with 50% change in load

      For 100 iterations, the fuel cost is converged at a cost of 474.54$/hr. with the transmission losses of 3.20 MW as shown in the above diagram.

      Fig. 10 Global best value curve with 25% change in load

      For 100 iterations, the fuel cost is converged at a cost of

      290.02 $/hr. with the transmission losses of 1.07 MW as shown in the above diagram.

    3. Six unit systems of Lambda-Iteration method

      Table 3 Six unit systems through Lambda-Iteration method

      Sl.No.

      Load Demand (MW)

      Power Generation Pg1(MW)

      Power Generation Pg2(MW)

      Power Generation Pg3(MW)

      Power Generation Pg4(MW)

      Power Generation Pg5(MW)

      Power Generation Pg6(MW)

      Power Loss (MW)

      Fuel Cost ($/hr.)

      1

      283.4

      50

      28.451

      49.686

      15.378

      16.607

      16.658

      0.3805

      21919.1

      2

      212.55

      50

      28.45

      49.686

      15.378

      16.607

      16.658

      0.3805

      14834.1

      3

      141.7

      50

      20.641

      36.07

      11.152

      12.056

      12.034

      0.2472

      8224.1

      70.85

      50

      20

      15

      10

      12

      12

      0.1681

      11481.3

      The different Interruptible loads and their corresponding Power Generation, Power losses and Fuel cost values has been tabulated for six unit system by using Lambda-Iteration method as mentioned in the above table.

    4. Cost Comparison

    Table 4 Cost comparison between PSO method & Lambda-Iteration

    Sl.No.

    Load Demand (MW)

    Lambda-Iteration method in ($/hr.)

    PSO method in ($/hr.)

    1

    283.4

    21919.1

    941.83

    2

    212.55

    14834.1

    695.33

    3

    141.7

    8224.81

    474.54

    4

    70.85

    11481.3

    290.02

    The cost for different interruptible loads of both methods has been tabulated and compared in the above table. It shows that PSO method is twenty to thirty times better than Lambda-Iteration method. It also indicates PSO method has lower fuel cost.

  5. CONCLUSION

The conventional method of Lambda Iteration and proposed method of PSO are executed to verify the best one among them. PSO will display high quality solution with quick convergence characteristics and also efficient in global search. The six unit system along with wind energy and interruptible load management are performed and graphs are plotted, showed the behaviour of convergence characteristics of PSO method. Cost difference of Lambda Iteration and PSO method were

compared. This shows that PSO method has less fuel cost compared to lambda Iteration method. So PSO method holds good for Economic Dispatch problem.

REFERENCE

  1. K. S. Cory and B. G. Swezey, Renewable portfolio standards in the states: Balancing Goals and Implementation strategies, Nat. Renew. Energy Lab., TP-670-41409, Dec. 2007.

  2. L. Xie et al., Wind integration in power system: Operational challenges and possible solutions, proc. IEEE, vol. 99, no. 1, Jan.2011.

  3. Cedric De Jonghe, Benjamin F. Hobbs & Ronnie Belmans, Optimal generation mix with short-term demand response and wind penetration, IEEE Trans. Power syst., vol 27, no.2, may 2012.

  4. Juan M. Morales, Antonio J. Conejo and Juan perez-Ruiz, Economic valuation of reserves in power systems with high penetration of wind power, IEEE Trans. Power syst., vol. 24, no.2, may 2007.

  5. Francois Bouffard and F. Galiana, Stochastic security for operations planning with significant wind power generation, IEEE Trans. Power syst., vol 23, no.2, pp-306-316, may 2008.

  6. k. Chandran, N. SubramanyamSecent method with PSO for Economic dispatch with valve point loading, IEEE Trans. 978-1-4244-4241-6.

  7. Daniel S. Kirschen, Demand-side view of electricity market, IEEE, Trans on power syst, vol.18, no.2, may 2003.

  8. A. Carpinone, R. Langella,, A. Testa and M. Giorgio, Very short-term probabilistic wind power forecasting based on Markov chain model in proc. IEEE 11th Int. Conf. Probab. Methods Appl. Power syst. (PMAPS) Singapore, Jun 2010, pp. 107-112.

  9. George papaefthymiou, MCMC for wind power simulation, IEEE Trans on energy conversion, vol.23, no.1, March 2008.

  10. C.S. Chen, Interruptible load control for Taiwan power company, IEEE Trans. Power syst., vol.5, no.2, pp.460-465, may 1990.

  11. Yang Guangyou, A Modified Particle Swarm Optimizer Algorithm, The Eighth International conference on Electronic Measurement & Instruments, ICEMI2007.

  12. DavoudSedighizadeh and EllipsMashehian, Particle Swarm Optimization methods, Taxonomy and Applications, International Journal of Computer Theory &Engg, Vol.1, No.5, Dec. 2009.

  13. Y.shi and R.Eberhart, A modified particle Swarm Optimizer, Proc. IEEE int. Conf. Evol, Comput., pp.69-73, May 1998.

  14. Dharamjit, D.K. Tanti, Load Flow Analysis on IEEE 30 Bus system, International Journal of Scientific & Research Publication, Vol.2, Issue 11, Nov. 2012.

  15. J.C. Smith, E.A. Demeo, B. Parsons, Wind Power impacts on Electric power system operating costs, Global wind power Conference, Chicago, March 2004.

AUTHORS

Nandhini G – Received B.E in Electrical and Electronics Engineering from Prathyusha Institute of Technology, Chennai in the year 2009 and now currently pursuing M.Tech in Power System Engineering from DBIT, Bengaluru.

Her academic interest area includes power systems, Renewable Energy Sources, Transmission & Distribution.

Prakash R – Received B.E in Electrical and Electronics Engineering from Basaveshwara College of Engineering, Bagalkot,

M.E in Power System Engineering from Walchand college of Engineering, Sangli and Ph.Dfrom VTU, Belgaum. He is currently

working as a Professor & Principal, Don Bosco Institute of Technology, Bengaluru. His research interest includes Power Systems, Renewable energy, Micro Grids & Smart Grids.

Anguraja R Received B. E in Electrical and Electronics Engineering from Bharathidasan University in the year 1996 and M.Tech in High Voltage Engineering from SASTRA University in the year 2004.He is pursuing Ph.D. in High Voltage Engineering from Jain University.

He is currently working as Associate Professor & Head of the Department in Don Bosco Institute of Technology. His research interests includes are Power System, Renewable Energy and High Voltage Engineering.

J. P.Sridhar – obtained his B.E. and M.Tech degree from Visvesvaraya Technological University in 2007 and 2009 respectively. He is Pursuing Ph.D in the area of Power Quality Issues in Distributed Generation. Currently, he is working as Assistant professor in department of EEE, SJB Institute of

Technology, Bengaluru, Karnataka. His areas of interest are Renewable Integration, Power Quality and Distributed Generation

Leave a Reply