ISSN ONLINE(2278-8875) PRINT (2320-3765)

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.

A Hybrid Particle Swarm Optimization Approach for Solving Optimal Power Flow With Thyristor Controlled Series Capacitor

C.Chandra Sekhar1, A.V.Naresh Babu2 and S.Sivanagaraju3
  1. PG Student, Dept of EEE, DVR & Dr.HS MIC College of Technology, Kanchikacherla, India
  2. Professor, Dept of EEE, DVR & Dr.HS MIC College of Technology, Kanchikacherla, India
  3. Professor, Dept. of EEE, University College of Engineering, JNTUK, Kakinada, Andhra Pradesh, India
Related article at Pubmed, Scholar Google

Visit for more related articles at International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering

Abstract

This paper presents an application of Hybrid Particle Swarm Optimization (HPSO) to obtain the optimal settings of control variables. The HPSO technique is used to find the Optimal Power Flow (OPF) problem solution for minimization of fuel cost as objective function. The suitability of this approach is examined on the standard IEEE 14 bus test system with TCSC. Simulation results shows that the HPSO algorithm with TCSC gives better solution to enhance the system performance.

Keywords

Hybrid particle swarm optimization (HPSO), optimal power flow, cost minimization, two step initialization, power systems.

INTRODUCTION

Optimal power flow plays an important role in power system operation. It simply attempts to find the optimal settings of a given power system network that optimize a certain objective function while satisfying its power flow equations, system security and equipment operating limits. Several control actions, some of which are generator’s real power outputs and voltages, transformer tap changing settings, phase shifters, switched capacitors and reactors, are adjusted to achieve an optimal network setting based on the problem formulation. One of the main difficulties of the OPF problem is the nature of the control variables since some of them are continuous (real power outputs and voltages) and others are discrete (transformer tap setting, phase shifters and reactive injections). The overall fuel cost function is by far the most common objective used in OPF studies. However, other traditional objectives are minimization of active power loss, bus voltage deviation, emission of generating units, number of control actions and load shedding.
In the past conventional methods were employed for the solution of OPF problem. H.W.Dommel and W.F.Tinney [1] firstly presented the solution of optimal power flow.Various non-classical optimization tools have emerged to cope with some of the traditional optimization algorithms. The main modern optimization techniques are Genetic Algorithm (GA) [2-4], Evolutionary Programming (EP) [5], Artificial Neural Network (ANN), Simulated Annealing (SA), Ant Colony Optimization (ACO), Particle Swarm Optimization (PSO) [6] and Intelligent Search Evolutionary Algorithm (ISEA) [7]. Most of these relatively new developed tools mimic a certain natural phenomenon in its search for an optimal solution like species evolution (GA and EP), human neural system (ANN), thermal dynamics of a metal cooling process(SA), or social behaviour (ACO and PSO). They have been successfully applied to wide range of optimization problems in which global solutions are more preferred than local ones.
PSO has been previously used to solve the OPF problem. Researchers in references [8-10] have attempted to utilize PSO to solve the OPF problem considering different objective functions. In the aforementioned work, only continuous control settings were considered as optimization variables which restrict its applicability to real power systems. M.R.Al Rashidi and M.E.EI.Hawary [11] has reported a hybrid particle swarm optimization algorithm as a modern optimization tool to solve the discrete optimal power flow problem with valve loading effect.
In this paper, a HPSO algorithm capable of handling both discrete and continuous optimization variables is used to solve the OPF problem. The OPF problem was formulated as an optimization problem and solved using HPSO algorithm. The objective function is to minimize the fuel cost. A load flow model is used by incorporating Newton- Raphson iterative technique within the HPSO algorithm to minimize the total fuel cost. This model is further modified to incorporate TCSC [12-15] into the network and HPSO technique is applied to the model to enhance the performance of the power system. The effectiveness of the method was tested on standard IEEE 14 bus test system and the results are presented.

THYRISTOR CONTROLLED SERIES CAPACITOR

Series capacitive compensation was introduced decades ago to cancel a portion of the reactive line impedance and thereby increase compensation is highly effective in both controlling power flow in the lines and in improving stability. Thyristor Controlled Series Compensator (TCSC) is one of the important members of FACTS family that is increasingly applied with long transmission lines by the utilities in modern power systems.
The basic thyristor controlled series capacitor proposed in 1986 by Vithayathil with others as a method of “rapid adjustment of network impedance”. It consists of the series compensating capacitor shunted by a thyristor controlled reactor. In a practical TCSC implementation, several such basic compensators may be connected in series to obtain the desired voltage rating and operating characteristics. The basic idea behind the TCSC scheme is to provide a continuously variable capacitor by means of partially cancelling the effective compensating capacitance by the TCR. The basic scheme of TCSC is shown in Fig. 1
TCSC is a device consisting of capacitor and thyristor controlled reactor (TCR) connected in parallel. This TCSC is one of FACTS equipment, which are used for active power flow control in electric power systems and to increase the transmission lines capability. The change of impedance of TCSC is performed by thyristor switched reactor connected in parallel to capacitor. Inductive reactance is defined by firing angle of thyristors. TCSC usually connects in series with line and allows changing impedance of transmission line and by this change to influence power flows. Control is fast, efficient and increase limits of transmitted power.

MATHEMATICAL PROBLEM FORMULATION OF OPF WITH TCSC

Mathematically, the OPF problem with FACTS to minimize fuel cost generation is solved by maintaining thermal and voltage constraints can be formulated as follows
equation
equation

HYBRID PARTICLE SWARM OPTIMIZATION

A. Overview
Hybrid particle swarm optimization is a heuristic global optimization method put forward originally by Kennedy and Eberhart in 1995. It is developed from swarm intelligence and is based on the research of bird and fish flock movement behaviour. The original PSO model was intended to handle only continuous nonlinear optimization problems. However, further improvement elevated the PSO capabilities to solve a wider class of problems. The concept behind this optimizer came from early attempts conducted by Eberhart and Kennedy to model the flocking behavior of many species, like birds or school of fish in their food hunting. A swarm consists of number of particles that evolve or fly throughout the problem hyperspace to search for optimal or near optimal solution.
In N-dimensional search space, Xi = [xi1 ,xi2 , . . . xiN ] and vi = [vi1 ,vi2 , . . . viN ] are the two vectors associated with each particle i which indicates the initial position and velocity. During their search, particles interact with each other in a certain way to optimize their search experience. Throughout their flying experience, the particle with the best solution shares its position coordinates information with the rest of the swarm. Then, each particle updates its coordinates based on its own best search experience (pbest) and gbest.
This HPSO approach combines PSO technique with two step initialization approach in which the former technique is used as a global optimizer to find the best combinations of the mixed type control variables while the latter serves as a solver to the nonlinear power flow equations with better convergence characteristics. The HPSO employs a population of particles or possible solutions to explore the feasible solution hyperspace in its search for an optimal solution. Each particle’s position is used as a feasible initial guess for the power flow subroutine. This method of multiple initial solutions can provide better chance of detecting an optimal solution to the power flow equations that would globally minimize the objective function.
Similar to other evolutionary methods HPSO also starts with an initial population. Application of this algorithm to some benchmark functions and a real problem has proven its capability in solving complex, nonlinear and nonconvex optimization problems. The key features of the HPSO are faster convergence rate reduction in computational complexity.
B. HPSO algorithm
The major stages of the HPSO algorithm are briefly described as follows
• Initialization.
Two step initialization is used for generating initial population
equation
In this article, a two step initialization process is adopted. The two step initialization process provides better probability of detecting an optimal solution to the power flow equations that would globally minimize a given objective function. In the first step, initial population is generated as a multi-dimensional vector of size (ps × ncv) and it is considered as a village. All the control variables in the village must satisfy the constraints. Evaluate the value of cost function for each string in the village. Select the best string from the village corresponding to minimum cost. Repeat the procedure for number of villages (nv). In the second step, combine all the best strings from each village to form multi-dimensional vector [X] of size (nv ×ncv) and this new population is used for evolutionary operations.
• Weight updating
The weight is updated by using the following equation
equation
where
w is the inertia weight and it is a linearly decreasing function of the iteration index.
k is the iteration index.
• Velocity updating
By using the individual best and global best of the each particle. The jth particle velocity in the kth dimension is updated
where
c1 and c2 are two positive constants, they keep balance between the particle’s individual and social behaviours.
r1 and r2 are two randomly generated numbers with a range of [0,1] added in the model to introduce stochastic nature.
• Position updating
Based on the updated velocities, each particle changes its position according to the following equation.
equation (14)
• Selection
The population with best profit values are selected. Memorize the best solution achieved so far.
• Stopping criteria
Individual best population and global best population are copied to next generations until stopping criteria is satisfied.
In the current work, when the number of generations reaches the given maximum number of generations is used as stopping criterion.

RESULTS AND DISCUSSIONS

This paper has presented an OPF model incorporating FACTS controller which is TCSC using the HPSO algorithm for enhancement of system performance. This model is able to solve power networks of any size and converges with minimum number of iterations and independent of initial conditions. The standard IEEE 14-bus system has been used to demonstrate the proposed method over a wide range of power flow variations in the transmission system.
Simulation studies are carried out in this section to investigate the effects of the TCSC on the power system. The method is implemented using MATLAB software package on a personal computer with Intel Pentium dual core 2.6 GHz processor and 2 GB RAM. The HPSO algorithm is employed to solve OPF problem by incorporating TCSC for enhancement of system performance. The HPSO parameters used for the simulation are summarized in Table.1
The network and load data for this system is taken from [16]. To test the ability of the HPSO algorithm one objective function is considered that is minimization of cost of generation. In order to show the effect of power flow control capability of the TCSC in HPSO algorithm, two case studies are carried out on the standard IEEE 14-bus system.
Case 1: OPF without TCSC
Case 2: OPF with TCSC.
From the Table 2 and Table 3, it can be seen that the installation of TCSC in the network gives the good performance of the system in terms of reduction in cost of generation, power loss reduction and better voltages. It also gives that HPSO algorithm is able to enhance the system performance while maintaining all control variables and reactive power outputs within their limits.
The convergence characteristics with and without TCSC by using HPSO algorithm is shown in Fig.2. From the characteristics it can be seen that the convergence tendency is better with TCSC compared to without TCSC.

CONCLUSIONS

This paper incorporates the TCSC in OPF problem to minimize the fuel cost of generation and enhance the system performance. The HPSO algorithm is used for solving the OPF problem. The OPF problem is formulated as a nonlinear optimization problem with equality and inequality constraints. The results of the HPSO algorithm were compared with and without TCSC. Among the two test cases, test case 2 had the less fuel cost of generation, power loss reduction as well as voltage improvements. The convergence tendency of the HPSO algorithm shows that the algorithm relatively converges in less number of cycles.

Tables at a glance

Table icon Table icon Table icon
Table 1 Table 2 Table 3

Figures at a glance

Figure Figure
Figure 1 Figure 2

References