Keywords

1 Introduction

Electric power systems have forced to operate to almost their full capacities due to the environmental and/or economic constraints to build new generating plants and transmission lines. The amount of electric power that can transmit between two locations through a transmission network is limited by security and stability constraints. Power flow in the lines and transformers should not be allowed to increase to a level where a random event could cause the network collapse because of angular instability, voltage instability, or cascaded outages [1]. Hence, economic operation of power system along with the assurance of refined quality of power supply to consumers is a challenging task. Due to the introduction of deregulation in electricity market, installation of flexible alternative current transmission system (FACTS) devices has become inevitable [3]. Because of the economic considerations, installation of FACTS controllers in all the buses or the lines in a system is not feasible. There are several sensitivity-based methods for finding optimal locations of FACTS devices in power systems described [4]. However, it is required to find the optimal location of FACTS devices by heuristic method to overcome both economical and technical barriers in accomplishing the objective. The use of thyristor-controlled series compensator (TCSC) which is a FACTS device gives a number of benefits for the user of the grid, all contributing to increase the power transmission capability of new as well as existing transmission lines. These benefits include improvement in system stability, voltage regulation, reactive power balance, load sharing between parallel lines, and reduction in transmission losses [2]. Optimal location of TCSC is a task assigned to particle swarm optimization (PSO) where PSO is an approach to find optimal solutions for search problems through application of the principles of swarm intelligence technique [4]. The sensitivity analysis has been carried out for the location of the different FACTS devices for the solution of optimal power flow [5]. System load ability can be increased using evolutionary strategies that use different types of FACTS controllers have been discussed [6]. The application of PSO method for location of FACTS devices to achieve maximum system load ability with minimum cost of installation of FACTS devices has been evaluated [7].

This paper has focused on loss reduction and to increase the power transfer capability of the transmission line by optimal location of TCSC using PSO technique in a power system. An overview of modeling of TCSC and brief description of PSO are presented in Sects. 2 and 3.1, respectively. Optimal location of TCSC using PSO has explained in Sect. 4.1.2, which elaborates the traits of an IEEE 5-bus and 14-bus systems under consideration. It also reveals the results obtained on applying the evolutionary strategy to solve the optimization problem. Finally, the conclusion of the paper is described in Sect. 5.

2 Thyristor-Controlled Series Compensator Modeling

The IEEE TCSC is a capacitive reactance compensator, which consists of three main components: capacitor bank C, bypass inductor L, and bidirectional thyristors SCR1 and SCR2 [8]. Series capacitive compensation has used to increase line power transfer as well as to enhance system stability. Figure 1 shows the main circuit of a TCSC.

Fig. 1
figure 1

Configuration of a TCSC

The firing angles of the thyristors are controlled to adjust the TCSC reactance according to the system control algorithm, normally in response to some system parameter variations. According to the variation in the firing angle, this process can modeled as a fast switch between corresponding reactance offered to the power system. Assuming that the total current passing through the TCSC is sinusoidal, the equivalent reactance at the fundamental frequency can represented as a variable reactance \( \mathop X\nolimits_{\text{TCSC}} \).

The TCSC can control to work in either the capacitive or the inductive zones avoiding steady-state resonance [8]. There exists a steady-state relationship between the firing angle α and the reactance \( \mathop X\nolimits_{\text{TCSC}} \), as described by the following equation [8]:

$$ \mathop X\nolimits_{\text{TCSC}} (\alpha ) = \frac{{X_{C} X_{l} (\alpha )}}{{X_{l} (\alpha ) - X_{C} }} $$
(1)

where,

$$ X_{l} (\alpha ) = X_{L} \frac{\pi }{\pi - 2\alpha - \sin \,\alpha } $$
(2)

where α is the firing angle, X L is the reactance of inductor, and X l is the effective reactance of inductor at firing angle [8].

A model of transmission line with a TCSC connected between bus i and bus j is shown in Fig. 2. During the steady state, the TCSC has considered as a static reactance −jx c . The controllable reactance x c is directly used as a control variable in the power flow equations.

Fig. 2
figure 2

a TCSC model. b Injection model of TCSC

The real power injections at bus i(P ic ) and bus j(p jc ) are given by the following equations [2]:

$$ P_{ic} = \mathop {V^{2} }\nolimits_{i} \Updelta G_{ij} -V_{i} Vj\left[ {\Updelta G_{ij} \cos \delta_{ij} + \, \Updelta B_{ij} \sin \delta_{ij} } \right] $$
(3)
$$ P_{jc} = \mathop {V^{2} }\nolimits_{j} \Updelta G_{ij} -V_{i} Vj\left[ {\Updelta G_{ij} \cos \delta_{ij} - \, \Updelta B_{ij} \sin \delta_{ij} } \right] $$
(4)

Similarly, the reactive power injections at bus i(Q ic ) and bus j(Q jc ) can be expressed as follows:

$$ Q_{ic} = -\mathop {V^{2} }\nolimits_{i} \Updelta B_{ij} -V_{i} Vj\left[ {\Updelta G_{ij} \sin \delta_{ij} - \, \Updelta B_{ij} \cos \delta_{ij} } \right] $$
(5)
$$ Q_{jc} = -\mathop {V^{2} }\nolimits_{j} \Updelta B_{ij} + \, V_{i} Vj\left[ {\Updelta G_{ij} \sin \delta_{ij} + \, \Updelta B_{ij} \cos \delta_{ij} } \right] $$
(6)

where

$$ \Updelta G_{ij} = \frac{{x_{c} r_{ij} (x_{c} - 2x_{ij} )}}{{\left( {r_{ij}^{2} + x_{ij}^{2} } \right)\left( {r_{ij}^{2} + \left. {\left( {x_{ij} - x_{c} } \right.} \right)^{2} } \right)}} $$
(7)
$$ \Updelta B_{ij} = \frac{{ - x_{c} \left( {r_{ij}^{2} - x_{ij}^{2} + x_{c} x_{ij} } \right)}}{{\left( {r_{ij}^{2} + x_{ij}^{2} } \right)\left( {r_{ij}^{2} + \left. {\left( {x_{ij} - x_{c} } \right.} \right)^{2} } \right)}} $$
(8)

where ∆G ij and ∆B ij are the changes in conductance and susceptance of the line i and line j, respectively.

This model of TCSC is used to properly modify the parameters of transmission lines with TCSC for optimal location.

3 Proposed Method

3.1 Particle Swarm Optimization

The inherent rule adhered by the members of birds and fishes in the swarm enables them to move and synchronize, without colliding, resulting in an amazing choreography, which was the basic idea of PSO technique. PSO is similar to evolutionary computation (EC) techniques in which a population of potential solutions to the problem under consideration has used to probe the search space. The major difference between the EC techniques and swarm intelligent (SI) techniques is that EC technique uses genetic operators, whereas SI techniques use the physical movements of the individuals in the swarm. PSO has developed through simulation of bird flocking in two-dimensional space. The position of each agent is represented in XY plane with position (Sx, Sy), Vx (velocity along X-axis), and Vy (velocity along Y-axis). Modification of the agent position has realized by the position and velocity information. Bird flocking optimizes a certain objective function. Each agent knows its best value so far, called ‘Pbest’, which contains the information on position and velocities. This information is the analogy of personal experience of each agent. Moreover, each agent knows the best value so far in the group, ‘Gbest’ among all ‘Pbest’. This information is the analogy of knowledge, how the other neighboring agents have performed. Each agent tries to modify its position by considering current positions (Sx, Sy), current velocities (Vx, Vy), the individual intelligence (Pbest), and the group intelligence (Gbest).

The following equations are utilized, in computing the position and velocities, in the XY plane:

$$ {V_{i}}^{k + 1} = W \times {v_{i}}^{k} + C1 \times {\text{rand}}_{1} \times \, \left( {P_{\text{besti}} - {s_{i}}^{k} } \right) \, + \, C_{2} \times {\text{rand}}_{2} \times \, \left( {G_{\text{best}} - \, {s_{i}}^{k} } \right) $$
(9)
$$ {s_{i}}^{k + 1} = {s_{i}}^{k} + {v_{i}}^{k + 1} $$
(10)

where

\( \mathop {v_{i} }\nolimits^{k + 1} \) :

Velocity of ith individual at (k + 1)th iteration;

\( \mathop {v_{i} }\nolimits^{k} \) :

Velocity of ith individual at kth iteration;

W :

Inertial weight;

C 1, C 2 :

Positive constants both equal to 2;

rand1 :

Random number selected between 0 and 1;

rand2 :

Random number selected between 0 and 1;

Pbesti :

Best position of the ith individual;

Gbest :

Best position among the individuals (group best);

\( \mathop {s_{i} }\nolimits^{k} \) :

Position of ith individual at kth iteration;

The velocity of each agent has modified according to (9), and the position has modified according to (10). The inertia weight ‘W’ is modified using (11), to enable quick convergence.

$$ W = W_{\hbox{max} } - \frac{{\left( {W_{\hbox{max} } - W_{\hbox{min} } } \right)}}{{{\text{iter}}_{\hbox{max} } }} \, \times {\text{iter}} $$
(11)

where

W max :

Initial value of inertia weight;

W min :

Final value of inertia weight;

Iter:

Current iteration number;

Itermax :

Maximum iteration number

3.2 Problem Formulation Equations

Equations that considered for optimization to reduce the losses are given below.

$$ P_{gi} - P_{di} = \sum\limits_{j = 1}^{{N_{B} }} {\left| {V_{i} \left\| {V_{j} } \right\|Y_{ij} } \right|} \cos\left( {\delta_{i} - \delta_{j} - \theta_{ij} } \right) $$
(12)
$$ Q_{gi} - Q_{di} = \sum\limits_{j = 1}^{{N_{B} }} {\left| {V_{i} \left\| {V_{j} } \right\|Y_{ij} } \right|} \sin\left( {\delta_{i} - \delta_{j} - \theta_{ij} } \right) $$
(13)
$$ P_{gi,\hbox{min} } \le P_{gi} \le P_{gi,\hbox{max} } $$
$$ Q_{gi,\hbox{min} } \le Q_{gi} \le Q_{gi,\hbox{max} } $$
(14)
$$ P_{di,\hbox{min} } \le P_{di} \le P_{di,\hbox{max} } $$
$$ Q_{di,\hbox{min} } \le Q_{di} \le Q_{di,\hbox{max} } $$
(15)
$$ V_{i,\hbox{min} } \le V_{i} \le V_{i,\hbox{max} } $$
(16)
$$ - 0.8\,X_{L} \le \, X_{\text{TCSC}} \le 0.2 \,X_{L}\, {\text{p.u}} $$
(17)
$$ {\text{Ploss}}_{ij} = \sum\limits_{K = 1}^{N} {G_{ij} } \left( {V_{1ij}^{2} + V_{2ij}^{2} - 2\left( {V_{1ij} V_{2ij} \cos \left( {\delta_{1} - \delta_{2} } \right)} \right)} \right) $$
(18)
$$ \hbox{min} \sum\limits_{i = 1}^{{N_{G} }} {C_{Gi} (P_{Gi} )} - \sum\limits_{i = 1}^{{N_{D} }} {B_{Di} (P_{Di} )} $$
(19)
  • \( P_{gi} ,Q_{gi} \) are the real and reactive power generation at bus i.

  • \( P_{di} ,Q_{di} \) are the real and reactive power demands at bus i.

  • \( V_{i} ,\delta_{i} \) are voltage and angles at bus i.

  • \( P_{gi,\hbox{min} } ,P_{gi,\hbox{max} } \) real power minimum and maximum generation limits at bus i.

  • \( Q_{gi,\hbox{min} } ,Q_{gi,\hbox{max} } \) reactive power minimum and maximum generation limits at bus i.

  • \( P_{di,\hbox{min} } ,P_{di,\hbox{max} } \) real power minimum and maximum demand limits at bus i.

  • \( Q_{di,\hbox{min} } ,Q_{di,\hbox{max} } \) reactive power minimum and maximum demand limits at bus i.

  • In the objective function, \( C_{Gi} (P_{Gi} ) \) is cost function for generating real power \( P_{Gi} \) at bus i, and \( B_{Di} (P_{Di} ) \) is the demand function.

  • N number of lines

  • V voltage at the bus

3.3 Proposed Algorithm for Location of TCSC

The algorithm steps for the proposed optimal placement of TCSC device with PSO are as follows:

  1. Step 1:

    Initialize the line and bus parameters, particle size, and maximum number of iterations.

  2. Step 2:

    The initial population of individuals is created satisfying the FACTS device constraints given by (17), and it has verified that only one device is placed in each line individually.

  3. Step 3:

    Using initial parameters, run load flow to find losses using Newton–Raphson method.

  4. Step 4:

    Populate the dependent variable, that is, voltage between its limits with the number of populations mentioned.

  5. Step 5:

    Calculate the power loss using dependent variables.

  6. Step 6:

    The minimum power loss and its position are taken as the P best(position) and fP best(power loss)

  7. Step 7:

    Update each population with the new population and run load flow with modified admittance matrix, which reflects the reactive power injected variation.

  8. Step 8:

    Iteration starts from this point.

  9. Step 9:

    Process from Step 4 and Step 5 repeated until the stopping criterion, which is the total number of iteration, reached.

  10. Step 10:

    The P best value becomes the best for the 1st iteration.

  11. Step 11:

    From the 2nd iteration, the new P best compared with the Gbest, that is, update and interchanges for the lower power loss.

  12. Step 12:

    Check whether the final best individual obtained satisfies the above equations, which means that the load voltage magnitude deviations and real power losses are minimum.

  13. Step 13:

    After the final iteration, the G best value and its position are taken to find the placement of TCSC.

  14. Step 14:

    Stop the process.

4 Simulation Result

4.1 Case Study of IEEE 5-bus System

One line diagram of the above system has shown in Fig. 3. The system consists of 5 buses, 7 branches, and generators connected to buses 1, 2, and 3. The range of TCSC is taken as −0.8 to +0.2 % from line reactance, and the power flow has carried out before and after placing the TCSC to determine their benefits.

Fig. 3
figure 3

Single line diagram of 5-bus system

4.1.1 Line Flow for 5-bus System

The load flow analysis by Newton–Raphson method has been carried out using MATLAB, and the results are tabulated as shown in Table 1.

Table 1 Line flow result for IEEE 5-bus system

4.1.2 Optimal Location of TCSC Found by the PSO Method

Proposed PSO methodology has applied to the IEEE 5-bus system. In this paper, reactance of TCSC has considered as variable parameter. From the simulation results, we can infer that TCSC has been optimally located in one of the seven branches where minimum loss occurs rather than locating all the branches, which in turn reduces the cost. The location of TCSC and the corresponding reactance with PSO method have tabulated in Table 2.

Table 2 Result for TCSC allocation with PSO

It has noticed that the insertion of the TCSC found by PSO method into the system has resulted in:

  • Total P loss reduces, real power flow increases, reactive flow changes, and optimal location of TCSC is in 4th branch.

  • Graph of line loss verses branch shown in Fig. 4 and graph of power flow verses branch shown in Fig. 5.

    Fig. 4
    figure 4

    Line loss verses branch

    Fig. 5
    figure 5

    Power flow verses branch

4.2 Case Study of IEEE 14-bus System

The data of the IEEE 14-bus system are given in Fig. 6. The system consists of 14 buses, 20 branches, and generators connected to buses 1 and 2. The reactive power sources connected to buses 3, 6, and 8.

Fig. 6
figure 6

Single line diagram for 14-bus system

Data: S base = 100 MVA, V max = 1.06 p.u, V min = 0.94 p.u, P max gen. at bus 1 = 250 MW, P max gen .at bus 2 = 50 MW, Q max gen. at bus 1 = 10 MVAr, Q max gen. at bus 2 = 50 MVAr, Q max gen. at bus 3 = 40 MVAr, Q max gen. at bus 6 = 24 MVAr, Q max gen. at bus 8 = 24 MVAr, Q min gen. at bus 1 = 0 MVAr, Q min gen. at bus 2 = −40 MVAr, Q min gen. at bus 3 = 0 MVAr, Q min gen. at bus 6 = −6 MVAr, Q min gen. at bus 8 = −6 MVAr.

4.2.1 Line Flow for 14-bus System

The line losses and power generation as per Newton–Raphson method have given in Table 3.

Table 3 Line flow result for IEEE 14-bus system

4.2.2 Optimal Location of TCSC Found by the PSO Method

Proposed PSO methodology has been applied to IEEE 14-bus systems. The location of TCSC and the corresponding reactance with PSO method have been tabulated in Table 4.

Table 4 Result for optimal location of TCSC found by PSO

PSO method into the system has resulted in:

  • Total P loss reduces, real power flow increases, change in reactive flow, and optimal location of TCSC is in 17th branch.

  • Graph of line loss verses branch shown in Fig. 7 and graph of power flow verses branch shown in Fig. 8.

    Fig. 7
    figure 7

    Loss verses branch

    Fig. 8
    figure 8

    Power flow verses branch

4.3 Summary of the Results

 

5-bus system

14-bus system

Parameter

Without PSO

With PSO

Without PSO

With PSO

Real power flow in MW

18.221 (Line 2–4)

34.531

9.932 (Line 9–14)

12.345

Total loss

3.055 MW

3.0 MW

14.288 MW

14.283 MW

Degree of compensations

 

5 %

 

5 %

5 Conclusion

It can be observed from the results that using PSO method, TCSC has been optimally placed in a weak line of the system and resulted in loss reduction in the lines. The total loss effectively reduces and resulted in a loss reduction, and it increases the power transfer capability of the line. Hence, this method can be extended to any practical systems with more number of buses. Further, the same method can also be effectively applied to shunt FACTS devices to enhance the voltage stability.