ISSN ONLINE(2319-8753)PRINT(2347-6710)

All submissions of the EM system will be redirected to Online Manuscript Submission System. Authors are requested to submit articles directly to Online Manuscript Submission System of respective journal.

Power System Reactive Power Optimization Using DPSO

Mahalakshmi.G1, Bhavani.M2
  1. PG Scholar, Department of Electrical & Electronics Engineering, Anna University Regional Office, Madurai, India
  2. Faculty, Department of Electrical & Electronics Engineering, Anna University Regional Office, Madurai, India
Related article at Pubmed, Scholar Google

Visit for more related articles at International Journal of Innovative Research in Science, Engineering and Technology

Abstract

The rising demand for electric power, inadequate power generation and scarcity of transmission facilities forces the power system to be operated under stressed conditions. At heavily loaded conditions the power system must be provided with sufficient reactive power reserves in order to avoid voltage instability. Minimizing real power loss in transmission lines and the voltage deviation at the load buses in a power system is also essential. So optimization of reactive power plays a vital role in maintaining voltage stability and reducing real power losses of the power systems. In deregulated electricity market, reactive power provision needs to be made by Independent System Operator (ISO) in order to meet contracted transaction in a secure manner. So optimization of reactive power becomes essential in a deregulated power system environment because ISO chooses the optimum bidders based on real power cost characteristics and the reliability of power being delivered. In this paper reactive power flow problem is solved and Particle Swarm Optimization (PSO) technique is used for optimizing the values of generator voltage,transformer taps and switchable VAR sources. MATLAB is used for performing optimal power flow and formulating the algorithm for optimization of reactive power flow using PSO. IEEE-30 bus system has been used to evaluate the effectiveness of proposed system.

Keywords

Reactive power management, Restructured power system

INTRODUCTION

Main objective of a power system is to meet the connected load to the maximum extent with the available generation in a secure, economic and reliable manner. The load consists of both active and reactive components. The transmission of power over AC circuits involvesreactive components. The generation of power too contains the reactive participation. Hence it is important and vital to monitor and controlreactive power resources and reactive power consuming elements to maintain proper voltages in the grid within safe and secure limits. Reactive power management thus forms the prime concern of power systems.The majority of the reactive power management objectives were to provide the least cost and less real power loss. Variants of this objective include the cost of real power losses, cost of VAR installation, voltage stability index and voltage deviation. However, the goal of RPM is to provide the system with efficient VAR compensation to enable the system to be operated under a balanced condition between security and economic concerns.Conventional power flow algorithms that were used in earlier days do not automatically minimize anyobjective functions such as fuel cost or real power transmission losses. They only obtain a single feasible solution. All the conventional methods have disadvantages such as time consumption, slow convergence, less accuracy, etc., and so the researchers moved towards intelligent techniques like Genetic Algorithm (GA), Simulated Annealing(SA), Tabu Search (TS), Particle Swarm Optimization (PSO), etc., In [1] optimal reactive power flow problem is analyzed using Back Propagation Neural Network in MATLAB. Results of this multi objective problem show that this method can be used for large power systems. Wei Yan [3] used a hybrid method based on GA and Interior Point Method (IPM). Ying Li [4] introduced a novel method in which Message Passing Interface based parallel computation and PSO algorithm were combined to form the Parallel Particle Swarm Optimization method for solving the Dynamic Optimal Reactive Power Dispatch problem. Optimization process is implemented on a multi-processor supercomputer to reduce the computational time drastically.Differential Evolution algorithm is used in [5] whereresults illustrate that in some cases even with reduction of losses, the impact on the stability is negative.
A PSO based optimal reactive power flow management with the incorporation of TCSC is proposed in [7]. PSO is used to determine the best location for TCSC with a level of compensation being considered as it sometimes leads to worst solution. In [8], [9] Modified Immune PSO and Gravitational Search Algorithm are usedrespectively for solving the reactive power flow problem and results are compared with the performance of GA, BOX algorithm, DE and classical PSO. LashkarAra [11] implemented Mixed Integer Non Linear Programming which is solved using ε-constraint method. General algebraic modeling system GAMS is used to solve the optimal model and MATLAB is used to feed parameters to the GAMS routineMandal 12] used a combination of Teaching Learning Based Optimization and Quasi Opposition Based Optimization which is known as QOTLBO both single and multi-objective functions are solved using IEEE 30 and IEEE 118 bus systems. Badar in [13] had optimized reactive power flow using dynamic PSO where active power loss is reduced by 20% and voltage profile is also improved. The optimization techniques like GA, EA, PSO, Big Bang – Big Crunch (BB-BC) algorithm and EP are used for reactive power optimization problem in [3], [14], [15], [17] and the comparative results are shown. Though the existing methods show better results there are some drawbacks such as slowconvergence, worst solution, and violation of limits. To overcome these drawbacks the proposed method of this paper used dynamic PSO and Bacterial Foraging Algorithm which results in attainment of good result along with fast convergence rate.

II.REACTIVEPOWER MANAGEMENT

Reactive power management is one of the important tasks in the operation and control of the power system. Reactive power control problem can be formulated as a non-linear constrained optimization problem. Minimization of real power loss is the main objective of this reactive power optimization problem. However minimization of voltage deviation, real power cost and shunt reactor installation cost is also added to the objective function. The optimization part is solved by the PSO algorithm. The purpose of reactive power dispatch is mainly to minimize the real power transmission loss of the system and to improve the voltage profile while satisfying the unit and system constraints.The objective of this paper is to minimize the real power cost, real power loss, and reactive power source installation cost and voltage deviation of the IEEE 30 bus test system.
image
(W2.h1e)r e PGi : Real power generated at bus i, QCi : Shunt power source at bus i, Vi : Voltage magnitude of bus i, Vi, sp : Desired voltage at bus i, PLOSS : System loss, a,b,c : Cost coefficients, PF1,PF2: Price penalty factor,
In vertically integrated power systems reactive power facilities are operated under monopoly by the ISO to meet technical requirements such as improving voltage profile, reducing losses of transmission lines, etc., and so there is no clear competition for providing reactive power as ancillary services.In normal operation state, the reactive power balance must be kept in such a way that the voltages are within acceptable limits.
The inequality between reactive power generation and consumption does not exist and the reactive power generated and consumed is always equal. Therefore, an improper reactive power generation and consumption level in the system will result in inappropriate voltage profile.
Unlike the active power ancillary services (frequency control reserves), the reactive power cannot be transmitted efficiently through long distances because it leads to additional active and reactive power losses. The reason is that the large reactive impedance of the high voltage transmission system causes reactive power loss. So the reactive power generation and consumption have to be as close as possible to each other to avoid excessive reactive power transmission.Inderegulated power systems there is more space for a utility to act as an ancillary service provider unlike the vertically integrated power systems. So if a utility chooses to provide ancillary service then it has the responsibility to manage the reactive power flow effectively. As reliability, cheap tariff and uninterrupted power supply are the major motives of deregulated power system, optimization of reactive power flow is an important task to be done in order to satisfy the needs of customers and be profitable to the utilities also.

III.POWER FLOW EQUATIONS

Equality Constraints,
Real power constraint
image
Inequality Constraints,
image

IV.PARTICLE SWARM OPTIMIZATION

Particle Swarm Optimization is one of the AI techniques, inspired by the social foraging behavior of some animals such as flocking behavior of birds and the schooling behavior of fish. Particles in the swarm fly through a space of solutions. Particles follow the fittest member of the swarm and generally biasing their movement toward historically good areas of the provided space. To have all the particles being located in the optimal position in a multi-dimensional hyper-volume is the goal of this optimization technique. This is achieved by initiallyassigning random positions to all the particles in the provided space and small initial random velocities. On executing the algorithm the position of each particle is advanced based on its velocity, the best known global position in the problem space and the best known individual position of a particle. The objective function is evaluated after each position update. In this paper PSO had been used to optimize the values of control variables (generator voltage, transformer tap position and shunt reactor rating) and these are defined as the particles of PSO.Each particle tries to modify its position using the following information:
 Current positions,  Current velocities,  Distance between the current position and pbest,  Distance between the current position and gbest.Minimum and maximum values for control and state variables are set and random particles are generated. The counter is initialized to 1 and it is incremented each iteration. Power flow constraints are verified. OPF is executed for each and every particle using Interior Point Algorithm in MATPOWER4.1. This gives the values of active power loss, voltage deviation, real power cost and VAR installation cost which will be added to get the value of objective function or the fitness value for each particle. The individual best is updated for better fitness value of a particle. After updating all individual best, the global best is also updated. Based on the values of individual best, global best and random velocities, each particle is assigned a new position. On the end of iterations the results are displayed.The movement of the particle is governed by updating its velocity and position attributes. The velocity of particle is updated as,
image
image
image

VI.RESULTS

Effectiveness of the proposed method has been tested using the standard IEEE 30 bus test system. Implementation of this method is done using MATLAB 2012 and MATPOWER 4.1 programs for performing optimal power flow. Line data and bus data are taken from [9] to perform optimal power flow. The limit of control variables is shown in Table II. Table III shows the values of the control variables generator bus voltage, transformer tap ratio and shunt reactor capacity at initial state and after optimization. From Table III it is clear that the optimized values of all the control variables reside within their corresponding limits. It has been observed that better results are obtained on setting these optimized values of control variables. The value of objective function is reduced on using these particular values. As well as real power loss, voltage deviation and real power cost are also reduced individually.
image
image
image
image
Fig.2 shows the characteristics of objective function for the settings of optimized values of control variables. The value of objective function is reduced from 19504$/hr(base case) to183505$/hr(Dynamic PSO).
Fig.3 shows the characteristics of real power loss which is reduced from 9.507MW to 8.7623MW after using the optimized values of control variables.
The above graph plotted for iterations and voltage deviation shows that there is a reduction in voltage deviation is reduced to 0.03V.Though the reactive power control and voltage control are difficult to perform simultaneously in this paper both the power loss and voltage deviation are reduced concurrently.
In Fig.5 the variation of real power cost in each iteration has been plotted which indicates that the cost is reduced to a considerable value for the optimized values of control variables.
image
Results obtained before and after optimization are shown in TABLE IV. Results of base case power flow are taken into account to evaluate the effectiveness of the proposed method. The convergence graphs Fig.2, Fig3, Fig.4, Fig.5 and TABLE IV clearly indicate that the objective of this paper is achieved.

CONCLUSION

The proposed method has been implemented using IEEE 30 bus system to evaluate the performance of it. From the results it is seen that the objective function value, real power loss and real power cost have been reduced by 4.9%, 8.4% and 3.1% respectively on comparing with the base case results. Voltage deviation is also reduced to an acceptable value. It is clear that as the real power loss is reduced and voltage deviation is controlled, usage of reactive power is optimized using Dynamic PSO.

References

  1. Jalal M. Abdallah and Abdullah R. Al-Zyoud, “Voltage and Reactive Power Control Simulations Using Neural Networks”, IJSSST, 2000, Vol. 10, No. 4
  2. Farahani,MehdiNikzad, “ Using Tabu Search for Reactive Power Planning in Power Systems”,International Journal of Natural and Engineering Sciences,2011,Vol5.pp 57-60
  3. Wei Yan, Fang Liu,” A Hybrid Genetic Algorithm–Interior Point Method for Optimal Reactive Power Flow”, IEEE Transactions on Power Systems, 2006, Vol. 21, No. 3,1163-1169
  4. Ying Li, Yijia Cao, “Dynamic Optimal Reactive Power Dispatch Based On Parallel Particle Swarm Optimization Algorithm”, Elsevier, Computers and Mathematics with Applications, 2009, 1835-1842
  5. Juan M. Ramirez, Juan M. Gonzalez, “An Investigation About The Impact of The Optimal Reactive Power Dispatch Solved by DE”, Elsevier , Electrical Power and Energy Systems, 2011, 236–244
  6. P.R.Sujin, Dr.T.Ruban Deva Prakash, “Particle Swarm Optimization Based Reactive Power Optimization”, Journal Of Computing, 2010, Vol 2, pp 73-78
  7. S.Sakthivel ,D.Mary.”Particle Swarm Optimization Algorithm for Voltage Stability Enhancement by Optimal Reactive Power Reserve Management with Multiple TCSCs”,International Journal of Computer Applications,2010, Vol. 11, No.3 19-27
  8. DingPing LI, GuoLiang SHEN, “Power System Reactive Power Optimization Based on MIPSO “, Elsevier, Energy Procedia, 2011, pp788 – 793
  9. Duman and Guvenc, “Optimal Power Flow using Gravitational Search Algorithm”, Elsevier, 2012, pp 86-95.
  10. PianZhaoyu, Li Shengzhu, “The Application of Adaptive PSO in Power Reactive Optimization”, Elsevier, Proceedia Engineering, 2012, pp 747 – 753
  11. A.LashkarAra, A.Kazemi, “Optimal Reactive Power Flow Using Multi-Objective Mathematical Programming”, Elsevier, ScientiaIranica, 2012, pp 1829-1836.
  12. BarunMandal, Provos Kumar Roy, “Optimal Reactive Power Dispatch Using Quasi-Oppositional Teaching Learning Based Optimization”, Elsevier, 2012, pp 123-134
  13. Altaf Q.H. Badar, B.S. Umre, “Reactive Power Control Using Dynamic Particle Swarm Optimization for Real Power Loss Minimization”, Elsevier, Electrical Power and Energy Systems 2012, pp 133–136
  14. Kwang. Y. Lee, “Optimal Reactive Power Planning Using Evolutionary Algorithms: A Comparative Study for Evolutionary Programming, Evolutionary Strategy, Genetic Algorithm, and Linear Programming”, IEEE Transactions on Power Systems, Vol. 13, No. 1
  15. S. Sakthivel, M. Gayathri, V. Manimozhi, “A Nature Inspired Optimization Algorithm for Reactive Power Control in a Power System”, International Journal of Recent Technology and Engineering, 2013, Vol.2, No.1, pp 29-33.
  16. ThanmayaPeram, KalyanVeeramachaneni and Chilukuri K. Mohan, “Fitness-Distance-Ratio Based Particle Swarm Optimization”, IEEE, 2003