POWER FLOW SOLUTION METHODS FOR ILL- CONDITIONED SYSTEMS

Size: px
Start display at page:

Download "POWER FLOW SOLUTION METHODS FOR ILL- CONDITIONED SYSTEMS"

Transcription

1 104 POWER FLOW SOLUTION METHODS FOR ILL- CONDITIONED SYSTEMS 5.1 INTRODUCTION: In the previous chapter power flow solution for well conditioned power systems using Newton-Raphson method is presented. The conclusions drawn from chapter 4 indicate that the standard Newton- Raphson method fails to obtain the solution when the R/X ratio is high. Researchers in the past indicated that the standard N-R method failed to converge due to the following reasons. 1. Selection of reference slack bus 2. Existence of negative line reactance 3. High R/X ratio 4. Choosing initial values In this chapter, load flow solution methods such as Iwamoto s optimal multiplier method, Runge-Kutta method and Newton s accelerated methods are implemented. The proposed methods are tested with 11 and 13-bus Ill-Conditioned test systems which have the characteristics as mentioned above. Solutions are obtained along with the incorporation of the FACTS devices. Conclusions drawn from these solutions are furnished. 5.2 RUNGE KUTTA METHOD MODELING It is well known that the forward Euler method, even with the variable time step, can be numerically unstable. Reference [52]

2 105 suggests that given analogy between the power flow equations (5.1) and ODE (5.2), any well-assessed numerical method can be used to integrate (5.2). It is thus intriguing to use some efficient integration method for solving (5.1).It is observed that, the computation of f=-[g] -1 g implies the inversion of power flow Jacobain matrix, only explicit integration methods are suitable and computationally efficient, since one does not need to compute the Jacobian matrix of f. F(x) =0 (5.1) i 1 i f f i x x (5.2). x f ( x) (5.3) For the sake of example, we use classical fourth order Runge- Kutta formula (RK4). A generic step of the RK4 is as follows: K1=f(x (i) ) (5.4) K2=f(x (i) +0.5 tk1) K3=f(x (i) +0.5 tk2) K4=f(x (i) + tk3) X (i+1) =x (i) + t(k1+ 2k2+ 2k3+ k4)/6 The time step t can be adopted based on the estimated truncation error of integration method [54]. For example, RK4 error can be estimated based on half step method. =max(abs(k2-x (i+1) )) (5.5) Then the time step t can be computed based on the following simple heuristic rules. If >0.01 then t=max(0.985 t,0.75) (5.6)

3 106 If 0.01 then t=min(1.015 t,0.75) Based on these rules, the time step is increased if the truncation is greater than a given threshold and decreased if the truncation error is lower than a given threshold. The minimum value of time step is limited to If the lower value of time step t is not limited, in the case of unsolvable power flow problems, the proposed algorithm provides a solution close to the feasibility boundary of power flow equations [53]. All thresholds and tuning parameters in equation (5.6) have been determined based on heuristic criteria STEPS TO IMPLEMENT RK 1. Initialize x (0) and set iteration count i=1, Δt=1 2. Solve (5.4) 3. If ε is greater than max(abs( x (i) )), then stop the iterations. Otherwise go to step 4 4. Update Δt using (5.5) and increment iteration count by If iteration count is more than maximum no.of iterations then stop the iterations. Otherwise go to step (2)

4 FLOW CHART Initialization X (0),i=1, t=1 Solve(5.4) Yes Є>max(abs( x (i) )) Stop Update t using (5.6) i=i+1 Yes i> i max Fig.5.1. Flowchart of the proposed RK4-based continuous Newton s method for solving the power flow analysis NUMERICAL EXAMPLE Let us consider the two variable problem given below. The problem can be solved easily using the RK method x 1 2x1x2 2x x 1 x1x2 2x (5.7) Where the initial estimate is X E, 1.0 And time interval is Δt=0.1 Using eq(5.4), K1, K2, K3, K4 and L1, L 2, L 3, L 4 are obtained as below. K1=0.24, K2=0.2877, K3=0.3442, K4=0.4758

5 108 L1=1.64, L 2=1.6161, L 3=1.5879, L 4= The new estimate is therefore x x (1) 1 (1) 2 x x (0) 1 (0) 2 t(k 1 t(l 1 2k 2 2L 2 2k 3 2L 3 k 4 L )/ )/ The same procedure is applied for the rest. The converged solution is as follows: X1= and X2= DERIVATION OF THE PROPOSED OPTIMAL MULTIPLIER Let us derive the optimal multiplier. Moving all the right-hand side of Taylor series to the 1eft hand side, we have Ys-y(xe)-J x-y( x)=0 (5.7) In order to adjust the length of the correction vector x, we multiply the scalar quantity μ by x. Then it follows that. Ys-y(xe)-Jμ x-y(μ x)=0 (5.8) In the above equation, μ in the third term can appear in front of J being a scalar, and the forth term can become μ 2 y( x), that is Ys-y(xe)-μj x-μ 2 y( x)=0 (5.9) Here we define the vectors a,b,c for simplicity. a1 b1 c1... a. ys y( xe ), b. J x, c. y( x) (5.10)... a n b n c n a+μb+μ 2 c=0 (5.11) In order to determine the value of the μ in a least squared sense, the following cost function is considered.

6 109 F 1 a 2 n Minimize 2 2 i 1 i b c (5.12) i i The optimal solution μ* of the above equation can obtained by solving the equation below. F 0 (5.13) Namely, 2 3 g g g g 0 (5.14) Where g g n n 2 aibi, g1 b i aici 0 2 i 1 i 1 n n 2 2 bi ci, g3 2 ci i 1 i 1 3 (5.15) It can be easily observed that the equation (5.14) is a scalar cubic equation with respect to μ. This equation can be solved for optimal value of μ Application of the Optimal Multiplier to the N-R Method The most widely used AC load flow calculation method is the N- R method, and our examination also revealed that the application of the optimal multiplier to the N-R method was most effective. Thus, we describe here how to apply the optimal multiplier to the N-R method. If applied to the N-R method, the solution never diverges but converges in such a manner that the value of the cost function always decreases. In the N-R method, the correction vector x(r) is obtained basically by triangulating the matrix J(r) in the following equation.

7 110 Ys-y(xe(r))=J(r) x(r) (5.16) The quantities required for calculating the optimal multiplier μ(r) * are given by (5.10) as below. A(r)=ys-y(xe(r)) (5.17) B(r)=-J(r) x(r)=-a(r) (5.18) C(r)=-y( x(r)) (5.19) te the important fact that b(r) =-a(r) in (5.18). These calculations are carried out automatically in the process of the N-R method, and thus no additional calculations are required EXAMPLE In order to illustrate the proposed method, first a simple example using two variables is considered Two Variables Example: Let us consider the problem mentioned earlier in this chapter. Although the problem can be solved easily using the RK method, it is used here just to demonstrate the application procedure of the proposed optimal multiplier x 1 2x1x2 2x x 1 x1x2 2x Where the initial estimate is (5.20) 0 X E Using the NR method, Δx (0) is obtained as below. X (0) A (0),b (0),c (0) are calculated from (5.21),(5.22),(5.23).

8 111 (0) 0.24 (0) 0.24 (0) a, b, c (5.21) g, g are from (5.19), (0) (0) (0) 0 g1, g 2, (0) 3 g (0) , g (0) (5.22) g (0) , g (0) The scalar cubic equation to be solved is (omitting (0) for simplicity) (5.23) Solving the equation, the optimal multiplier is obtained as follows. (0)* (5.24) The new estimate is therefore x (1) e x (0) e (0)* x (0) * (5.25) Using x (1) e, the next correction vector Δx (l) is obtained by the N-R method, and μ(l)* is calculated by the proposed method, then x (2) e (1) (1)* (1) xe x, and the same procedure is applied for the rest NR METHOD WITH ACCELERATED CONVERGENCE TWO STEP ALGORITHM This method is based on the numerical technique [63] and can be summarized mathematically as follows: y n n 1 J ( x ) B( x ) x (5.26) n n n 1 J ( y ) B( y ) (5.27) n n

9 112 x n 1 yn (2 C n ) n (5.28) Where and C are positive constants, n is the norm of the vector n and y is the intermediate solution vector THREE STEP ALGORITHM This method is an extension of two step algorithm [63] and can be summarized mathematically as follows: y n n 1 J ( x ) B( x ) x (5.29) n n z n n 1 J ( y ) B( y ) y (5.30) n n n 1 J ( z ) B( z ) (5.31) n n x n 1 zn (2 C n ) n (5.32) Where and C are positive constants, n is the norm of the vector n and y and z are the intermediate solutions CASE STUDY WITH RK METHOD In this section case study is presented for 13- and 11- Ill- Conditioned systems with and without devices. The data and Line data for the test systems are shown from Appendix-III to Appendix-IV. The initial data of devices for 13- and 11- Ill-Conditioned system is as follows:

10 113 Initial Values for 13-bus Ill-Conditioned system with STATCOM STATCOM is connected to bus : 3 Converter s reactance (p.u.), Xvr = 10 Target nodal voltage magnitude (p.u.)=1 Initial source voltage magnitude (p.u.), Vvr = 1 Initial source voltage angle (deg)=0 Lower limit of source voltage magnitude (p.u.)=1.1 higher limit of source voltage magnitude (p.u.)=0.95 Initial Values for 13-bus Ill-Conditioned system with SVC Susceptance Model SVC is connected to bus : 9 Initial SVC s susceptance value (p.u.)=0.02 Lower limit of variable susceptance (p.u.)=-0.25 Higher limit of variable susceptance (p.u)=0.25 Target nodal voltage magnitude to be controlled by SVC (p.u.)=1 Initial Values for 13-bus Ill-Conditioned system with SVC Firing Angle Model SVC is connected to bus : 13 Capacitive reactance (p.u.)=1.07 Inductive reactance (p.u.)=0.288 Initial value of SVC s firing angle (Deg)=140 Lower limit of firing angle (Deg)=90 Higher limit of firing angle (Deg)=180 Target nodal voltage magnitude to be controlled by SVC (p.u.)=1

11 114 Initial Values for 13-bus Ill-Conditioned system with TCSC Variable Impedance Power Flow Model TCSC is connected between bus-10 and bus-11 Reactance of TCSC=-0.05 Lower reactance limit=-0.09 Higher reactance limit=0.09 Power flow direction is taken from sending end to receiving end Active power flow to be controlled=0.1 Initial Values for 13-bus Ill-Conditioned system with TCSC Variable Firing Angle Power Flow Model TCSC is connected between bus-7 and bus-8 Capacitive reactance of TCSC (p.u.)=9.375 Inductive reactance of TCSC (p.u)=1.625e-1 Power flow direction is taken from receiving end to sending end Target active power flow (p.u.)=0.13 Initial firing angle (deg)=140 Firing angle lower limit (deg)=60 Firing angle higher limit (deg)=180 Initial Values for 13-bus Ill-Conditioned system with UPFC Shunt converter is connected to bus=7 Series converter is connected between bus-7 and bus-8 Inductive reactance of Shunt impedance (p.u.)=0.1 Inductive reactance of Series impedance (p.u.)=5 Power flow direction is taken from receiving end to sending end Target active power flow (p.u.)=0.4

12 115 Target reactive power flow (p.u.)=0.02 Initial value of the series source voltage magnitude (p.u.)=0.04 Initial value of the series source voltage angle (rad.)=-pi/4 Lower limit of series source voltage magnitude (p.u.)=0.001 Higher limit of series source voltage magnitude (p.u.)=0.2 Initial value of the shunt source voltage magnitude (p.u.)=1 Initial value of the shunt source voltage angle (rad.)=0 Lower limit of shunt source voltage magnitude (p.u.)=0.95 Higher limit of shunt source voltage magnitude (p.u)=1.1 Target nodal voltage magnitude to be controlled by shunt branch (p.u.)=1 Initial Values for 11-bus Ill-Conditioned system with STATCOM STATCOM is connected to bus : 4 Converter s reactance (p.u.), Xvr = 10 Target nodal voltage magnitude (p.u.)=1 Initial source voltage magnitude (p.u.), Vvr = 1 Initial source voltage angle (deg)=0 Lower limit of source voltage magnitude (p.u.)=1.1 higher limit of source voltage magnitude (p.u.)=0.95 Initial Values for 11-bus Ill-Conditioned system with SVC Susceptance Model SVC is connected to bus : 4 Initial SVC s susceptance value (p.u.)=0.02 Lower limit of variable susceptance (p.u.)=-0.25 Higher limit of variable susceptance (p.u)=0.25 Target nodal voltage magnitude to be controlled by SVC (p.u.)=1

13 116 Initial Values for 11-bus Ill-Conditioned system with SVC Firing Angle Model SVC is connected to bus : 11 Capacitive reactance (p.u.)=1.07 Inductive reactance (p.u.)=0.288 Initial value of SVC s firing angle (Deg)=140 Lower limit of firing angle (Deg)=90 Higher limit of firing angle (Deg)=180 Target nodal voltage magnitude to be controlled by SVC (p.u.)=1 Initial Values for 11-bus Ill-Conditioned system with TCSC Variable Impedance Power Flow Model TCSC is connected between bus-4 and bus-6 Reactance of TCSC= Lower reactance limit=-0.05 Higher reactance limit=0.05 Power flow direction is taken from sending end to receiving end Active power flow to be controlled=0.21 Initial Values for 11-bus Ill-Conditioned system with TCSC Variable Firing Angle Power Flow Model TCSC is connected between bus-4 and bus-6 Capacitive reactance of TCSC (p.u.)=9.375e-3 Inductive reactance of TCSC (p.u)=1.625e-2 Power flow direction is taken from receiving end to sending end Target active power flow (p.u.)=-0.45 Initial firing angle (deg)=145

14 117 Firing angle lower limit (deg)=90 Firing angle higher limit (deg)=180 Initial Values for 11-bus Ill-Conditioned system with UPFC Shunt converter is connected to bus=4 Series converter is connected between bus-4 and bus-5 Inductive reactance of Shunt impedance (p.u.)=0.1 Inductive reactance of Series impedance (p.u.)=5 Power flow direction is taken from receiving end to sending end Target active power flow (p.u.)=0.4 Target reactive power flow (p.u.)=0.02 Initial value of the series source voltage magnitude (p.u.)=0.04 Initial value of the series source voltage angle (rad.)=-pi/4 Lower limit of series source voltage magnitude (p.u.)=0.001 Higher limit of series source voltage magnitude (p.u.)=0.2 Initial value of the shunt source voltage magnitude (p.u.)=1 Initial value of the shunt source voltage angle (rad.)=0 Lower limit of shunt source voltage magnitude (p.u.)=0.95 Higher limit of shunt source voltage magnitude (p.u)=1.1 Target nodal voltage magnitude to be controlled by shunt branch (p.u.)=1

15 BUS ILL-CONDITIONED SYSTEM WITH OUT ANY DEVICE Table 5.1: s and Phase angles Table 5.2: Complex Power Flows through Lines Sending end Power Receiving end Power e

16 BUS ILL-CONDITIONED SYSTEM WITH STATCOM The 13-bus Ill-Conditioned system is designed by Japanese researchers which exhibits high degree of Ill-Conditionality, and it is also reported in the literature that the conventional Newton-Raphson method fails to converge for this system. The same system is considered to demonstrate the effect of FACTS devices on the power flow and convergence behavior. The steady state mathematical model developed for STATCOM in chapter-3, is incorporated into the RK method to test for the existence of the solution for 13-bus Ill-Conditioned system. The STATCOM is connected at bus no 3 to regulate the voltage to 1.0 per unit.. The voltage profile before incorporation of the device is per unit. The STATCOM reactance is taken as 10 per unit on 100 MVA base. The initial source voltage angle is taken as 0 0. From the results obtained, it is observed that the device is able to regulate the voltage at bus no 3 to 1.0 per unit. The source voltage angle is degrees. The reactive power flow in the lines connected to the bus no 3 is significantly affected. The real power flow in the lines with and without the device remains the same. The real power mismatch variation is large in the first three iterations. The problem is converged in 18 iterations without device and 21 iterations with device. The large number of iterations for the solution may be due to system Ill- Conditionality as well as non linearities introduced by the device.

17 120 Table 5.3: s and Phase angles Table 5.4: Complex Power Flows through Lines Sending end Power Receiving end Power

18 BUS ILL-CONDITIONED SYSTEM WITH SVC- SUCCEPTANCE MODEL The steady state mathematical models developed for SVC in susceptance and firing angle modes in chapter-3 are incorporated into the Runge -Kutta algorithm to test for the existence of solution for a 13-bus Ill-Conditioned system The SVC is connected to bus no 9. The initial susceptance value is chosen as 0.02 per unit on 100 MVA base. With a susceptance of 0.03 p.u in susceptance, it is revealed from the study that reactive power flow variations are significant. The solution is converged in 20 iterations whereas the problem is converged in 18 iterations without device. This may be due to nonlinearities of the device model. The mismatch power variations are large in first three iterations.

19 122 Table 5.5: s and Phase angles Table 5.6: Complex Power Flows through Lines Sending end Power Receiving end Power

20 BUS ILL-CONDITIONED SYSTEM WITH SVC-FIRING ANGLE MODEL The SVC is connected to bus no 9. The initial values are chosen as capacitive reactance is 1.07 p.u., inductive reactance is p.u. and firing angle is 140 degrees. From the results it is observed that the reactive power flow variations are significant. The solution is converged in 20 iterations whereas the problem is converged in 18 iterations without device. This may be due to non-linearities of the device model. The mismatch power variations are large in first three iterations.

21 124 Table 5.7: s and Phase angles Table 5.8: Complex Power Flows through Lines From To Sending end Power Receiving end Power Real(MW) Reactive(MVAR) Real(MW) Reactive(MVAR)

22 BUS ILL-CONDITIONED SYSTEM WITH TCSC VARIABLE IMPEDANCE POWER FLOW MODEL The steady state mathematical models developed for TCSC in susceptance and firing angle modes in chapter-3 are incorporated into the runge -kutta algorithm to test for the existence of solution for a 13-bus.The TCSC is connected between bus-10 and bus-11 with the reactance of p.u.and pre specified power flow in the line is set at 0.1 p.u. It is observed that with the incorporation of TCSC there is much difference in real power flows through the lines where as reactive power flows are not much affected. From the power mismatch versus iterations it is observed that there is a large variation in mismatch powers in the first two iterations and the variable impedance power flow model exhibits oscillations between fourth and fifth iterations.

23 126 Table 5.9: s and Phase angles Table 5.10: Complex Power Flows through Lines From To Sending end Power Receiving end Power Real(MW) Reactive(MVAR) Real(MW) Reactive(MVAR)

24 BUS ILL-CONDITIONED SYSTEM WITH TCSC FIRING ANGLE MODEL The TCSC is connected between bus-7 and bus-8 with the following initial conditions: inductive reactance is p.u., capacitive reactance is p.u and pre specified power flow in the line is set at 0.13 p.u. The firing angle is degrees. It is observed that with the incorporation of TCSC there is much difference in real power flows through the lines where as reactive power flows are not much affected. From the power mismatch versus iterations it is observed that there is a large variation in mismatch powers in the first two iterations.

25 128 Table 5.11: s and Phase angles Table 5.12: Complex Power Flows through Lines Sending end Power Receiving end Power

26 BUS ILL-CONDITIONED SYSTEM WITH UPFC The steady state mathematical models developed for UPFC in chapter3 are incorporated into the runge -kutta algorithm to test for existence of solution for a 13-bus Ill-Conditioned system.the UPFC is incorporated between bus-7 and bus-8 with shunt converter connected close to bus 7 and series converter connected between buses 7 and 8 with inductive reactance of shunt converter taken as 0.1 p.u and inductive reactance of series converter taken as 5 p.u with specified active and reactive power flows set at 0.4 and 0.02 respectively. The shunt converter is set to maintain a target voltage of 1p.u.From the results it is observed that UPFC holds its target values with the given initial conditions. From the power flow results it is observed that UPFC is the only FACTS device which affects both real and reactive power flows through the lines.the maximum power mismatch is less when compared to the other facts devices discussed.

27 130 Table 5.13: s and Phase angles Table 5.14: Complex Power Flows through Lines Sending end Power Receiving end Power e

28 COMPARISON OF MAXIMUM POWER MISMATCH FOR 13- BUS ILL-CONDITIONED SYSTEM Fig 5.2 Comparison of maximum power mismatch using Runge-Kutta method for 13-bus Ill-Conditioned System

29 BUS ILL-CONDITIONED SYSTEM WITH OUT ANY DEVICE Table 5.15: s and Phase angles Phase Angle Table 5.16: Complex Power Flows through Lines Sending end Power Receiving end Power

30 BUS ILL-CONDITIONED SYSTEM WITH STATCOM The steady state mathematical model developed for STATCOM in chapter3 is incorporated into the runge -kutta algorithm to test for the existence of solution for a 11-bus Ill-Conditioned system The STATCOM is connected at bus no 4 to regulate the voltage to 1.0 per unit.. The voltage profile before incorporation of the device is.9987 per unit. The STATCOM reactance is taken as 10 per unit on 100 MVA base. The initial source voltage angle is taken as 0 0. From results obtianed, it is observed that the device is able to regulate the voltage at bus no 4 to 1.0 per unit. The source voltage angle is 10 degrees. The reactive power flow in the lines connected to the bus no 4 is significantly affected. The real power flow in the lines with and without the device remains the same. The real power mismatch variation is large in the first three iterations.

31 134 Table 5.17: s and Phase angles Table 5.18: Complex Power Flows through Lines Sending end Power Receiving end Power

32 BUS ILL-CONDITIONED SYSTEM WITH SVC SUSCEPTANCE MODEL The SVC is connected to bus no 4. The initial susceptance value is chosen as 0.02 per unit on 100 MVA base. With a susceptance of 0.06 p.u in susceptance, it is revealed from the study that reactive power flow variations are significant. The solution is converged in 16 iterations whereas the problem is converged in 14 iterations without device. This may be due to non-linearities of the device model. The mismatch power variations are large in first three iterations.

33 136 Table 5.19: s and Phase angles Table 5.20: Complex Power Flows through Lines Sending end Power Receiving end Power

34 BUS ILL-CONDITIONED SYSTEM WITH SVC FIRING ANGLE MODEL The SVC is connected to bus no 11. The initial values are chosen as capacitive reactance is 1.07 p.u., inductive reactance is p.u. and firing angle is 140 degrees. From the results it is observed that the reactive power flow variations are significant. The solution is converged in 20 iterations whereas the problem is converged in 18 iterations without device. This may be due to nonlinearities of the device model. The mismatch power variations are large in first three iterations.

35 138 Table 5.21: s and Phase angles Table 5.22: Complex Power Flows through Lines Sending end Power Receiving end Power

36 BUS ILL-CONDITIONED SYSTEM WITH TCSC VARIABLE IMPEDANCE POWER FLOW MODEL The steady state mathematical models developed for TCSC in susceptance and firing angle modes in chapter-3 are incorporated into the runge -kutta algorithm to test for the existence of solution for a 13-bus.The TCSC is connected between bus-4 and bus-6 with the reactance of p.u. and pre specified power flow in the line is set at 0.21 p.u. It is observed that with the incorporation of TCSC there is much difference in real power flows through the lines where as reactive power flows are not much affected. From the power mismatch versus iterations it is observed that there is a large variation in mismatch powers in the first two iterations and the variable impedance power flow model exhibits oscillations between fourth and fifth iterations.

37 140 Table 5.23: s and Phase angles Table 5.24: Complex Power Flows through Lines Sending end Power Receiving end Power

38 BUS ILL-CONDITIONED SYSTEM WITH TCSC FIRING ANGLE MODEL The TCSC is connected between bus-4 and bus-6 with the following initial conditions: inductive reactance is 9.375e-3 p.u., capacitive reactance is 1.625e-2 p.u and pre specified power flow in the line is set at 0.45 p.u. The firing angle is degrees. It is observed that with the incorporation of TCSC there is much difference in real power flows through the lines where as reactive power flows are not much affected. From the power mismatch versus iterations it is observed that there is a large variation in mismatch powers in the first two iterations.

39 142 Table 5.25: s and Phase angles Table 5.26: Complex Power Flows through Lines Sending end Power Receiving end Power

40 BUS ILL-CONDITIONED SYSTEM WITH UPFC The steady state mathematical models developed for UPFC in chapter3 are incorporated into the runge -kutta algorithm to test for existence of solution for a 11-bus Ill-Conditioned system.the UPFC is incorporated between bus-4 and bus-5 with shunt converter connected close to bus 4 and series converter connected between buses 4 and 5 with inductive reactance of shunt converter taken as 0.1 p.u and inductive reactance of series converter taken as 5 p.u with specified active and reactive power flows set at 0.4 and 0.02 respectively. The shunt converter is set to maintain a target voltage of 1 p.u. From the results it is observed that UPFC holds its target values with the given initial conditions. From the power flow results it is observed that UPFC is the only FACTS device which affects both real and reactive power flows through the lines.the maximum power mismatch is less when compared to the other facts devices discussed.

41 144 Table 5.27: s and Phase angles Table 5.28: Complex Power Flows through Lines Sending end Power Receiving end Power

42 > Maximum Power Mismatch COMPARISON OF MAXIMUM POWER MISMATCH FOR 11- BUS ILL-CONDITIONED SYSTEM x Comparison of Maximum Power Mismatch Without Device With STATCOM With SVC-B With SVC-FA With TCSC-POWER With TCSC-FA With UPFC >.of Iterations Fig 5.3 Comparison of maximum power mismatch using Runge-Kutta method for 11-bus Ill-Conditioned System

43 CASE STUDY WITH OPTIMAL MULTIPLIER METHOD In this section case study is presented for 13- and 11- Ill- Conditioned systems with and without devices. The initial data for the devices is presented in section BUS ILL-CONDITIONED SYSTEM WITH OUT ANY DEVICE Table 5.29: s and Phase angles Table 5.30: Complex Power Flows through Lines Sending end Power Receiving end Power

44 BUS ILL-CONDITIONED SYSTEM WITH STATCOM Table 5.31: s and Phase angles Table 5.32: Complex Power Flows through Lines Sending end Power Receiving end Power

45 BUS ILL-CONDITIONED SYSTEM WITH SVC- SUCEPTANCE MODEL Table 5.33: s and Phase angles Table 5.34: Complex Power Flows through Lines Sending end Power Receiving end Power

46 BUS ILL-CONDITIONED SYSTEM WITH SVC-FIRING ANGLE MODEL Table 5.35: s and Phase angles Table 5.36: Complex Power Flows through Lines Sending end Power Receiving end Power

47 BUS ILL-CONDITIONED SYSTEM WITH TCSC VARIABLE IMPEDANCE POWER FLOW MODEL Table 5.37: s and Phase angles Table 5.38: Complex Power Flows through Lines Sending end Power Receiving end Power

48 BUS ILL-CONDITIONED SYSTEM WITH TCSC FIRING ANGLE MODEL Table 5.39: s and Phase angles Table 5.40: Complex Power Flows through Lines Sending end Power Receiving end Power

49 BUS ILL-CONDITIONED SYSTEM WITH UPFC Table 5.41: s and Phase angles Table 5.42: Complex Power Flows through Lines Sending end Power Receiving end Power

50 Comparison of Maximum Power Mismatch for 13- Ill-Conditioned System Fig 5.4 Comparison of maximum power mismatch using Iwamoto method for 13-bus Ill-Conditioned System

51 BUS ILL-CONDITIONED SYSTEM WITHOUT ANY DEVICE Table 5.43: s and Phase angles Table 5.44: Complex Power Flows through Lines Sending end Power Receiving end Power

52 BUS ILL-CONDITIONED SYSTEM WITH STATCOM Table 5.45: s and Phase angles Table 5.46: Complex Power Flows through Lines Sendng end Power Recevng end Power

53 BUS ILL-CONDITIONED SYSTEM WITH SVC SUSCEPTANCE MODEL Table 5.47: s and Phase angles Table 5.48: Complex Power Flows through Lines Sending end Power Receiving end Power

54 BUS ILL-CONDITIONED SYSTEM WITH SVC FIRING ANGLE MODEL Table 5.49: s and Phase angles Table 5.50: Complex Power Flows through Lines Sending end Power Receiving end Power

55 BUS ILL-CONDITIONED SYSTEM WITH TCSC VARIABLE IMPEDANCE POWER FLOW MODEL Table 5.51: s and Phase angles Table 5.52: Complex Power Flows through Lines Sending end Power Receiving end Power

56 BUS ILL-CONDITIONED SYSTEM WITH TCSC FIRING ANGLE MODEL Table 5.53: s and Phase angles Table 5.54: Complex Power Flows through Lines Sending end Power Receiving end Power

57 BUS ILL-CONDITIONED SYSTEM WITH UPFC MODEL Table 5.55: s and Phase angles Table 5.56: Complex Power Flows through Lines Sending end Power Receiving end Power

58 > Maximum Power Mismatch COMPARISON OF MAXIMUM POWER MISMATCH FOR 11- BUS ILL-CONDITIONED SYSTEM Comparison of Maximum Power Mismatch Without Device With STATCOM With SVC-B With SVC-FA With TCSC-POWER With TCSC-FA With UPFC >.of Iterations Fig 5.5 Comparison of maximum power mismatch using Iwamoto method for 11-bus Ill-Conditioned System

59 162 The 13 and 11-bus Ill-Conditioned systems discussed above are tested with the same initial conditions using iwamoto optimal multiplier method with the incorporation of FACTS devices.the placement of the devices remains same as in the case with Rungekutta method. All the facts devices (STATCOM,SVC,TCSC and UPFC) hold their functional capabilities with the incorporation of optimal multiplier method for the steady state mathematical models presented in chapter 3. The results for voltage magnitudes and phase angles along with the power flows are tabulated above.the value of optimal multiplier μ stays nearer to one with the incorporation of devices. From the results obtained, it is observed that the number of iterations taken to converge is less when compared with runge- kutta method. The converging behavior of TCSC variable impedance power model is oscillatory.

60 Case Study with 2-Step Method In this section case study is presented for 13- and 11- Ill- Conditioned systems with and without devices. The initial data for the devices is presented in section BUS ILL-CONDITIONED SYSTEM WITH OUT ANY DEVICE Table 5.57: s and Phase angles Table 5.58: Complex Power Flows through Lines Sending end Power Receiving end Power E

61 BUS ILL-CONDITIONED SYSTEM WITH STATCOM Table 5.59: s and Phase angles Table 5.60: Complex Power Flows through Lines Sending end Power Receiving end Power E

62 BUS ILL-CONDITIONED SYSTEM WITH SVC SUSCEPTANCE MODEL Table 5.61: s and Phase angles Table 5.62: Complex Power Flows through Lines Sending end Power Receiving end Power e

1 Introduction General Background The New Computer Environment Transmission System Developments Theoretical Models and Computer Programs

1 Introduction General Background The New Computer Environment Transmission System Developments Theoretical Models and Computer Programs Modeling Techniques in Power Systems 1 General Background The New Computer Environment Transmission System Developments Theoretical Models and Computer Programs 2 Transmission Systems Linear Transformation

More information

STATCOM Control of Ill-Conditioned Power Systems Using Dogleg Trust-Region Algorithm

STATCOM Control of Ill-Conditioned Power Systems Using Dogleg Trust-Region Algorithm Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 3 (2013), pp. 311-320 Research India Publications http://www.ripublication.com/aeee.htm STATCOM Control of Ill-Conditioned

More information

CHAPTER 2 MODELING OF FACTS DEVICES FOR POWER SYSTEM STEADY STATE OPERATIONS

CHAPTER 2 MODELING OF FACTS DEVICES FOR POWER SYSTEM STEADY STATE OPERATIONS 19 CHAPTER 2 MODELING OF FACTS DEVICES FOR POWER SYSTEM STEADY STATE OPERATIONS 2.1 INTRODUCTION The electricity supply industry is undergoing a profound transformation worldwide. Maret forces, scarcer

More information

EVALUATION OF A NEW MODEL FOR UPFC OPERATING AS IMPEDANCE COMPENSATION APPLIED TO MULTI- MACHINE SYSTEMS WITH NONLINEAR LOAD

EVALUATION OF A NEW MODEL FOR UPFC OPERATING AS IMPEDANCE COMPENSATION APPLIED TO MULTI- MACHINE SYSTEMS WITH NONLINEAR LOAD Journal of Engineering Science and Technology ol. 9, No. 6 (04) 678-689 School of Engineering, Taylor s University EALUATION OF A NEW MODEL FOR UPFC OPERATING AS IMPEDANCE COMPENSATION APPLIED TO MULTI-

More information

Enhancement of Power System Voltage Stability Using SVC and TCSC

Enhancement of Power System Voltage Stability Using SVC and TCSC International Journal of Scientific & Engineering Research Volume 4, Issue 1, January-2013 1 Enhancement of Power System Voltage Stability Using SVC and TCSC Deepa Choudhary Department of electrical engineering

More information

Chapter 10: Compensation of Power Transmission Systems

Chapter 10: Compensation of Power Transmission Systems Chapter 10: Compensation of Power Transmission Systems Introduction The two major problems that the modern power systems are facing are voltage and angle stabilities. There are various approaches to overcome

More information

Implementation of a Voltage Sweep Power Flow Method and Comparison with Other Power Flow Techniques

Implementation of a Voltage Sweep Power Flow Method and Comparison with Other Power Flow Techniques power systems eehlaboratory Feifei Teng Implementation of a Voltage Sweep Power Flow Method and Comparison with Other Power Flow Techniques Semester Thesis PSL 1432 EEH Power Systems Laboratory Swiss Federal

More information

Level 6 Graduate Diploma in Engineering Electrical Energy Systems

Level 6 Graduate Diploma in Engineering Electrical Energy Systems 9210-114 Level 6 Graduate Diploma in Engineering Electrical Energy Systems Sample Paper You should have the following for this examination one answer book non-programmable calculator pen, pencil, ruler,

More information

Impact of Thyristor Controlled Series Capacitor on Voltage Profile of Transmission Lines using PSAT

Impact of Thyristor Controlled Series Capacitor on Voltage Profile of Transmission Lines using PSAT Impact of Thyristor Controlled Series Capacitor on Voltage Profile of Transmission Lines using PSAT Babar Noor 1, Muhammad Aamir Aman 1, Murad Ali 1, Sanaullah Ahmad 1, Fazal Wahab Karam. 2 Electrical

More information

R10. III B.Tech. II Semester Supplementary Examinations, January POWER SYSTEM ANALYSIS (Electrical and Electronics Engineering) Time: 3 Hours

R10. III B.Tech. II Semester Supplementary Examinations, January POWER SYSTEM ANALYSIS (Electrical and Electronics Engineering) Time: 3 Hours Code No: R3 R1 Set No: 1 III B.Tech. II Semester Supplementary Examinations, January -14 POWER SYSTEM ANALYSIS (Electrical and Electronics Engineering) Time: 3 Hours Max Marks: 75 Answer any FIVE Questions

More information

Optimal Power flow with FACTS devices using Genetic Algorithm

Optimal Power flow with FACTS devices using Genetic Algorithm International Journal of Scientific & Engineering Research, Volume, Issue 8, August 2013 Optimal Power flow with FACTS devices using Genetic Algorithm Serene C Kurian, Jo Joy Abstract Increasing demands

More information

The Influence of Thyristor Controlled Phase Shifting Transformer on Balance Fault Analysis

The Influence of Thyristor Controlled Phase Shifting Transformer on Balance Fault Analysis Vol.2, Issue.4, July-Aug. 2012 pp-2472-2476 ISSN: 2249-6645 The Influence of Thyristor Controlled Phase Shifting Transformer on Balance Fault Analysis Pratik Biswas (Department of Electrical Engineering,

More information

CHAPTER 4 POWER QUALITY AND VAR COMPENSATION IN DISTRIBUTION SYSTEMS

CHAPTER 4 POWER QUALITY AND VAR COMPENSATION IN DISTRIBUTION SYSTEMS 84 CHAPTER 4 POWER QUALITY AND VAR COMPENSATION IN DISTRIBUTION SYSTEMS 4.1 INTRODUCTION Now a days, the growth of digital economy implies a widespread use of electronic equipment not only in the industrial

More information

Incorporation of Self-Commutating CSC Transmission in Power System Load-Flow

Incorporation of Self-Commutating CSC Transmission in Power System Load-Flow Queensland University of Technology From the SelectedWorks of Lasantha Bernard Perera Spring September 25, 2005 Incorporation of Self-Commutating CSC Transmission in Power System Load-Flow Lasantha B Perera,

More information

Enhancement of Voltage Stability by optimal location of UPFC using MPSO and Power Flow Analysis using ECI Algorithm

Enhancement of Voltage Stability by optimal location of UPFC using MPSO and Power Flow Analysis using ECI Algorithm IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 1 Ver. I (Jan. 2014), PP 41-47 Enhancement of Voltage Stability by optimal location

More information

Optimal Location of Series FACTS Device using Loss Sensitivity Indices. 3.2 Development of Loss Sensitivity Indices

Optimal Location of Series FACTS Device using Loss Sensitivity Indices. 3.2 Development of Loss Sensitivity Indices Chapter 3 Optimal Location of Series FACTS Device using Loss Sensitivity Indices 3.1 Introduction The location and sizing of series FACTS devices constitute a major step in the application of FACTS devices.

More information

Analysis and Enhancement of Voltage Stability using Shunt Controlled FACTs Controller

Analysis and Enhancement of Voltage Stability using Shunt Controlled FACTs Controller Volume 1, Issue 2, October-December, 2013, pp. 25-33, IASTER 2013 www.iaster.com, Online: 2347-5439, Print: 2348-0025 Analysis and Enhancement of Voltage Stability using Shunt Controlled FACTs Controller

More information

Lab 1. Objectives. Single Line Diagram. Methodology. Observations. Jon Jawnsy Yu 26 October 2009

Lab 1. Objectives. Single Line Diagram. Methodology. Observations. Jon Jawnsy Yu 26 October 2009 Lab 1 Objectives In this lab, our objective is to simulate a simple single machine infinite bus configuration using the PowerWorld Simulator software. We design a local generator system (a synchronous

More information

Placement of Multiple Svc on Nigerian Grid System for Steady State Operational Enhancement

Placement of Multiple Svc on Nigerian Grid System for Steady State Operational Enhancement American Journal of Engineering Research (AJER) e-issn: 20-0847 p-issn : 20-0936 Volume-6, Issue-1, pp-78-85 www.ajer.org Research Paper Open Access Placement of Multiple Svc on Nigerian Grid System for

More information

Load Flow Analysis for Radial Distribution Networks Using Backward/Forward Sweep Method

Load Flow Analysis for Radial Distribution Networks Using Backward/Forward Sweep Method Open Access Journal Journal of Sustainable Research in Engineering Vol. 3 (3) 2016, 82-87 Journal homepage: http://sri.jkuat.ac.ke/ojs/index.php/sri Load Flow Analysis for Radial Distribution Networks

More information

PUBLICATIONS OF PROBLEMS & APPLICATION IN ENGINEERING RESEARCH - PAPER CSEA2012 ISSN: ; e-issn:

PUBLICATIONS OF PROBLEMS & APPLICATION IN ENGINEERING RESEARCH - PAPER  CSEA2012 ISSN: ; e-issn: POWER FLOW CONTROL BY USING OPTIMAL LOCATION OF STATCOM S.B. ARUNA Assistant Professor, Dept. of EEE, Sree Vidyanikethan Engineering College, Tirupati aruna_ee@hotmail.com 305 ABSTRACT In present scenario,

More information

Identification of weak buses using Voltage Stability Indicator and its voltage profile improvement by using DSTATCOM in radial distribution systems

Identification of weak buses using Voltage Stability Indicator and its voltage profile improvement by using DSTATCOM in radial distribution systems IOSR Journal of Electrical And Electronics Engineering (IOSRJEEE) ISSN : 2278-1676 Volume 2, Issue 4 (Sep.-Oct. 2012), PP 17-23 Identification of weak buses using Voltage Stability Indicator and its voltage

More information

An efficient power flow algorithm for distribution systems with polynomial load

An efficient power flow algorithm for distribution systems with polynomial load An efficient power flow algorithm for distribution systems with polynomial load Jianwei Liu, M. M. A. Salama and R. R. Mansour Department of Electrical and Computer Engineering, University of Waterloo,

More information

Optimal Placement of Unified Power Flow Controllers to Improve Dynamic Voltage Stability Using Power System Variable Based Voltage Stability Indices

Optimal Placement of Unified Power Flow Controllers to Improve Dynamic Voltage Stability Using Power System Variable Based Voltage Stability Indices RESEARCH ARTICLE Optimal Placement of Unified Power Flow Controllers to Improve Dynamic Voltage Stability Using Power System Variable Based Voltage Stability Indices Fadi M. Albatsh 1 *, Shameem Ahmad

More information

Power System Oscillations Damping and Transient Stability Enhancement with Application of SSSC FACTS Devices

Power System Oscillations Damping and Transient Stability Enhancement with Application of SSSC FACTS Devices Available online www.ejaet.com European Journal of Advances in Engineering and Technology, 2015, 2(11): 73-79 Research Article ISSN: 2394-658X Power System Oscillations Damping and Transient Stability

More information

Harmony Search and Nonlinear Programming Based Hybrid Approach to Enhance Power System Performance with Wind Penetration

Harmony Search and Nonlinear Programming Based Hybrid Approach to Enhance Power System Performance with Wind Penetration Abstract Wind generation existence in power system greatly affects power system transient stability and it also greatly affects steady state conditions. FACTS devices are proposed as a solution to this

More information

In Class Examples (ICE)

In Class Examples (ICE) In Class Examples (ICE) 1 1. A 3φ 765kV, 60Hz, 300km, completely transposed line has the following positive-sequence impedance and admittance: z = 0.0165 + j0.3306 = 0.3310 87.14 o Ω/km y = j4.67 410-6

More information

Optimal Sizing and Placement of DG in a Radial Distribution Network using Sensitivity based Methods

Optimal Sizing and Placement of DG in a Radial Distribution Network using Sensitivity based Methods Optimal Sizing and Placement of DG in a Radial Distribution Network using Sensitivity based Methods Nitin Singh 1, Smarajit Ghosh 2, Krishna Murari 3 EIED, Thapar university, Patiala-147004, India Email-

More information

Voltage Drop Compensation and Congestion Management by Optimal Placement of UPFC

Voltage Drop Compensation and Congestion Management by Optimal Placement of UPFC P P Assistant P International Journal of Automation and Power Engineering, 2012, 1: 29-36 - 29 - Published Online May 2012 www.ijape.org Voltage Drop Compensation and Congestion Management by Optimal Placement

More information

Interline Power Flow Controller: Review Paper

Interline Power Flow Controller: Review Paper Vol. (0) No. 3, pp. 550-554 ISSN 078-365 Interline Power Flow Controller: Review Paper Akhilesh A. Nimje, Chinmoy Kumar Panigrahi, Ajaya Kumar Mohanty Abstract The Interline Power Flow Controller (IPFC)

More information

Optimal Voltage Control using Singular Value Decomposition of Fast Decoupled Load Flow Jacobian

Optimal Voltage Control using Singular Value Decomposition of Fast Decoupled Load Flow Jacobian Optimal Voltage Control using Singular Value Decomposition of Fast Decoupled Load Flow Jacobian Talha Iqbal, Ali Dehghan Banadaki, Ali Feliachi Lane Department of Computer Science and Electrical Engineering

More information

POWER SYSTEM II LAB MANUAL

POWER SYSTEM II LAB MANUAL POWER SYSTEM II LAB MANUAL (CODE : EE 692) JIS COLLEGE OF ENGINEERING (An Autonomous Institution) Electrical Engineering Department Kalyani, Nadia POWER SYSTEM II CODE : EE 692 Contacts :3P Credits : 2

More information

SIMULATION OF D-Q CONTROL SYSTEM FOR A UNIFIED POWER FLOW CONTROLLER

SIMULATION OF D-Q CONTROL SYSTEM FOR A UNIFIED POWER FLOW CONTROLLER SIMULATION OF D-Q CONTROL SYSTEM FOR A UNIFIED POWER FLOW CONTROLLER S. Tara Kalyani 1 and G. Tulasiram Das 1 1 Department of Electrical Engineering, Jawaharlal Nehru Technological University, Hyderabad,

More information

Optimal Placement of Shunt Connected Facts Device in a Series Compensated Long Transmission Line

Optimal Placement of Shunt Connected Facts Device in a Series Compensated Long Transmission Line Journal of Agriculture and Life Sciences Vol. 1, No. 1; June 2014 Optimal Placement of Shunt Connected Facts Device in a Series Compensated Long Transmission Line Sudhakar. Muthyala EEE Dept. University

More information

P Shrikant Rao and Indraneel Sen

P Shrikant Rao and Indraneel Sen A QFT Based Robust SVC Controller For Improving The Dynamic Stability Of Power Systems.. P Shrikant Rao and Indraneel Sen ' Abstract A novel design technique for an SVC based Power System Damping Controller

More information

UNIVERSITY OF SWAZILAND MAIN EXAMINATION, DECEMBER 2016

UNIVERSITY OF SWAZILAND MAIN EXAMINATION, DECEMBER 2016 UNIVERSITY OF SWAZILAND MAIN EXAMINATION, DECEMBER 2016 FACULTY OF SCIENCE AND ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONIC ENGINEERING TITLE OF PAPER: POWER SYSTEM ANALYSIS AND OPERATION COURSE

More information

Chapter-5 MODELING OF UNIFIED POWER FLOW CONTROLLER. There are a number of FACTS devices that control power system

Chapter-5 MODELING OF UNIFIED POWER FLOW CONTROLLER. There are a number of FACTS devices that control power system 94 Chapter-5 MODELING OF UNIFIED POWER FLOW CONTROLLER 5.1 Introduction There are a number of FACTS devices that control power system parameters to utilize the existing power system and also to enhance

More information

Performance Analysis on Transmission Line for Improvement of Load Flow

Performance Analysis on Transmission Line for Improvement of Load Flow Performance Analysis on Transmission Line for Improvement of Load Flow YaMinSuHlaing Department of Electrical Power Engineering Mandalay Technological University, Mandalay, Myanmar Yaminsuhlaing.yso@gmail.com

More information

Power System Analysis Prof. A. K. Sinha Department of Electrical Engineering Indian institute of Technology, Kharagpur

Power System Analysis Prof. A. K. Sinha Department of Electrical Engineering Indian institute of Technology, Kharagpur Power System Analysis Prof. A. K. Sinha Department of Electrical Engineering Indian institute of Technology, Kharagpur Lecture - 10 Transmission Line Steady State Operation Voltage Control (Contd.) Welcome

More information

Optimal Placement of Unified Power Flow Controller for Minimization of Power Transmission Line Losses

Optimal Placement of Unified Power Flow Controller for Minimization of Power Transmission Line Losses Optimal Placement of Unified Power Flow Controller for inimization of Power Transmission Line Losses Sreerama umar R., Ibrahim. Jomoah, and Abdullah Omar Bafail Abstract This paper proposes the application

More information

Transient stability improvement by using shunt FACT device (STATCOM) with Reference Voltage Compensation (RVC) control scheme

Transient stability improvement by using shunt FACT device (STATCOM) with Reference Voltage Compensation (RVC) control scheme I J E E E C International Journal of Electrical, Electronics ISSN No. (Online) : 2277-2626 and Computer Engineering 2(1): 7-12(2013) Transient stability improvement by using shunt FACT device (STATCOM)

More information

Appendix. RF Transient Simulator. Page 1

Appendix. RF Transient Simulator. Page 1 Appendix RF Transient Simulator Page 1 RF Transient/Convolution Simulation This simulator can be used to solve problems associated with circuit simulation, when the signal and waveforms involved are modulated

More information

Engineering Thesis. The use of Synchronized Phasor Measurement to Determine Power System Stability, Transmission Line Parameters and Fault Location

Engineering Thesis. The use of Synchronized Phasor Measurement to Determine Power System Stability, Transmission Line Parameters and Fault Location Engineering Thesis The use of Synchronized Phasor Measurement to Determine Power System Stability, Transmission Line Parameters and Fault Location By Yushi Jiao Presented to the school of Engineering and

More information

Optimal Allocation of TCSC Devices Using Genetic Algorithms

Optimal Allocation of TCSC Devices Using Genetic Algorithms Proceedings of the 14 th International Middle East Power Systems Conference (MEPCON 10), Cairo University, Egypt, December 19-21, 2010, Paper ID 195. Optimal Allocation of TCSC Devices Using Genetic Algorithms

More information

A Two Bus Equivalent Method for Determination of Steady State Voltage Stability Limit of a Power System

A Two Bus Equivalent Method for Determination of Steady State Voltage Stability Limit of a Power System A Two Bus Equivalent Method for Determination of Steady State Voltage Stability Limit of a Power System B. Venkata Ramana, K. V. S. R. Murthy, P.Upendra Kumar, V.Raja Kumar. Associate Professor, LIET,

More information

Increasing Dynamic Stability of the Network Using Unified Power Flow Controller (UPFC)

Increasing Dynamic Stability of the Network Using Unified Power Flow Controller (UPFC) Increasing Dynamic Stability of the Network Using Unified Power Flow Controller (UPFC) K. Manoz Kumar Reddy (Associate professor, Electrical and Electronics Department, Sriaditya Engineering College, India)

More information

I. INTRODUCTION. Keywords:- FACTS, TCSC, TCPAR,UPFC,ORPD

I. INTRODUCTION. Keywords:- FACTS, TCSC, TCPAR,UPFC,ORPD International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 11, Issue 11 (November 2015), PP.13-18 Modelling Of Various Facts Devices for Optimal

More information

Improving the Transient and Dynamic stability of the Network by Unified Power Flow Controller (UPFC)

Improving the Transient and Dynamic stability of the Network by Unified Power Flow Controller (UPFC) International Journal of Scientific and Research Publications, Volume 2, Issue 5, May 2012 1 Improving the Transient and Dynamic stability of the Network by Unified Power Flow Controller (UPFC) K. Manoz

More information

OPTIMAL LOCATION OF UPFC FOR VOLTAGE STABILITY ENHANCEMENT USING MPSO AND ECI ALGORITHM FOR POWER FLOW ANALYSIS

OPTIMAL LOCATION OF UPFC FOR VOLTAGE STABILITY ENHANCEMENT USING MPSO AND ECI ALGORITHM FOR POWER FLOW ANALYSIS OPTIMAL LOCATION OF UPFC FOR VOLTAGE STABILITY ENHANCEMENT USING MPSO AND ECI ALGORITHM FOR POWER FLOW ANALYSIS KJV SATISH BABU 1, P HARSHAVARDHAN REDDY 2, M PADMA LALITHA 3 (PG Student, EEE Department,

More information

Arvind Pahade and Nitin Saxena Department of Electrical Engineering, Jabalpur Engineering College, Jabalpur, (MP), India

Arvind Pahade and Nitin Saxena Department of Electrical Engineering, Jabalpur Engineering College, Jabalpur, (MP), India e t International Journal on Emerging Technologies 4(1): 10-16(2013) ISSN No. (Print) : 0975-8364 ISSN No. (Online) : 2249-3255 Control of Synchronous Generator Excitation and Rotor Angle Stability by

More information

Transient Stability Improvement Of IEEE 9 Bus System With Shunt FACTS Device STATCOM

Transient Stability Improvement Of IEEE 9 Bus System With Shunt FACTS Device STATCOM Transient Stability Improvement Of IEEE 9 Bus System With Shunt FACTS Device STATCOM P.P. Panchbhai 1, P.S.Vaidya 2 1Pratiksha P Panchbhai, Dept. of Electrical Engineering, G H Raisoni College of Engineering

More information

FOUR TOTAL TRANSFER CAPABILITY. 4.1 Total transfer capability CHAPTER

FOUR TOTAL TRANSFER CAPABILITY. 4.1 Total transfer capability CHAPTER CHAPTER FOUR TOTAL TRANSFER CAPABILITY R structuring of power system aims at involving the private power producers in the system to supply power. The restructured electric power industry is characterized

More information

ATC ENHANCEMENT THROUGH OPTIMAL PLACEMENT OF TCSC USING WIPSO TECHNIQUE

ATC ENHANCEMENT THROUGH OPTIMAL PLACEMENT OF TCSC USING WIPSO TECHNIQUE ATC ENHANCEMENT THROUGH OPTIMAL PLACEMENT OF TCSC USING WIPSO TECHNIQUE R. Sripriya and R. Neela Department of Electrical Enneering, Annamalai University, India E-Mail: sripriyavineeth@gmail.com ABSTRACT

More information

Application of DE & PSO Algorithm For The Placement of FACTS Devices For Economic Operation of a Power System

Application of DE & PSO Algorithm For The Placement of FACTS Devices For Economic Operation of a Power System Application DE & PSO Algorithm For The Placement Devices For Economic Operation a Power System B. BHATTACHARYYA, VIKASH KUMAR GUPTA 2 Department Electrical Engineering, Indian School Mines, Dhanbad, Jharkhanbd

More information

ELEMENTS OF FACTS CONTROLLERS

ELEMENTS OF FACTS CONTROLLERS 1 ELEMENTS OF FACTS CONTROLLERS Rajiv K. Varma Associate Professor Hydro One Chair in Power Systems Engineering University of Western Ontario London, ON, CANADA rkvarma@uwo.ca POWER SYSTEMS - Where are

More information

ANALYTICAL AND SIMULATION RESULTS

ANALYTICAL AND SIMULATION RESULTS 6 ANALYTICAL AND SIMULATION RESULTS 6.1 Small-Signal Response Without Supplementary Control As discussed in Section 5.6, the complete A-matrix equations containing all of the singlegenerator terms and

More information

Stability Enhancement for Transmission Lines using Static Synchronous Series Compensator

Stability Enhancement for Transmission Lines using Static Synchronous Series Compensator Stability Enhancement for Transmission Lines using Static Synchronous Series Compensator Ishwar Lal Yadav Department of Electrical Engineering Rungta College of Engineering and Technology Bhilai, India

More information

A New VSC HVDC model with IEEE 5 bus system

A New VSC HVDC model with IEEE 5 bus system A New VSC HVDC model with IEEE 5 bus system M.Sujatha 1 1 PG Student, Department of EEE, JNTUA, Ananthapuramu, Andhra Pradesh, India. ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

Transient Stability Analysis of Multimachine System Using Statcom

Transient Stability Analysis of Multimachine System Using Statcom IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 5(May. 2013), V3 PP 39-45 Transient Stability Analysis of Multimachine System Using Statcom Sujith. S, T.Nandagopal

More information

Static Synchronous Compensator (STATCOM) for the improvement of the Electrical System performance with Non Linear load 1

Static Synchronous Compensator (STATCOM) for the improvement of the Electrical System performance with Non Linear load 1 Static Synchronous Compensator (STATCOM) for the improvement of the Electrical System performance with Non Linear load MADHYAMA V. WANKHEDE Department Of Electrical Engineering G. H. Raisoni College of

More information

factors that can be affecting the performance of a electrical power transmission system. Main problems which cause instability to a power system is vo

factors that can be affecting the performance of a electrical power transmission system. Main problems which cause instability to a power system is vo 2011 International Conference on Signal, Image Processing and Applications With workshop of ICEEA 2011 IPCSIT vol.21 (2011) (2011) IACSIT Press, Singapore Location of FACTS devices for Real and Reactive

More information

Power Quality Improvement of Large Power System Using a Conventional Method

Power Quality Improvement of Large Power System Using a Conventional Method Engineering, 2011, 3, 823-828 doi:10.4236/eng.2011.38100 Published Online August 2011 (http://www.scirp.org/journal/eng) Power Quality Improvement of arge Power System Using a Conventional Method azmus

More information

Optimal Allocation of FACTS Devices in Power Networks Using Imperialist Competitive Algorithm (ICA)

Optimal Allocation of FACTS Devices in Power Networks Using Imperialist Competitive Algorithm (ICA) Optimal Allocation of FACTS Devices in Power Networks Using Imperialist Competitive Algorithm (ICA) A thesis submitted for the degree of Doctor of Philosophy By Mohammad Shahrazad Supervised by Dr. Ahmed

More information

Load Flow Analysis on Statcom Incorporated Interconnected Power System Networks Using Newtonraphson Method

Load Flow Analysis on Statcom Incorporated Interconnected Power System Networks Using Newtonraphson Method IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 4 Ver. V (Jul Aug. 2014), PP 61-68 Load Flow Analysis on Statcom Incorporated Interconnected

More information

Voltage Stability Analysis with Equal Load and Proportional Load Increment in a Multibus Power System

Voltage Stability Analysis with Equal Load and Proportional Load Increment in a Multibus Power System 2012 2nd International Conference on Power and Energy Systems (ICPES 2012) IPCSIT vol. 56 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V56.9 Voltage Stability Analysis with Equal Load

More information

Study of Inductive and Capacitive Reactance and RLC Resonance

Study of Inductive and Capacitive Reactance and RLC Resonance Objective Study of Inductive and Capacitive Reactance and RLC Resonance To understand how the reactance of inductors and capacitors change with frequency, and how the two can cancel each other to leave

More information

Delayed Current Zero Crossing Phenomena during Switching of Shunt-Compensated Lines

Delayed Current Zero Crossing Phenomena during Switching of Shunt-Compensated Lines Delayed Current Zero Crossing Phenomena during Switching of Shunt-Compensated Lines David K Olson Xcel Energy Minneapolis, MN Paul Nyombi Xcel Energy Minneapolis, MN Pratap G Mysore Pratap Consulting Services,

More information

Voltage Control and Power System Stability Enhancement using UPFC

Voltage Control and Power System Stability Enhancement using UPFC International Conference on Renewable Energies and Power Quality (ICREPQ 14) Cordoba (Spain), 8 th to 10 th April, 2014 Renewable Energy and Power Quality Journal (RE&PQJ) ISSN 2172-038 X, No.12, April

More information

CHAPTER 4 PV-UPQC BASED HARMONICS REDUCTION IN POWER DISTRIBUTION SYSTEMS

CHAPTER 4 PV-UPQC BASED HARMONICS REDUCTION IN POWER DISTRIBUTION SYSTEMS 66 CHAPTER 4 PV-UPQC BASED HARMONICS REDUCTION IN POWER DISTRIBUTION SYSTEMS INTRODUCTION The use of electronic controllers in the electric power supply system has become very common. These electronic

More information

UNIVERSITY OF BABYLON BASIC OF ELECTRICAL ENGINEERING LECTURE NOTES. Resonance

UNIVERSITY OF BABYLON BASIC OF ELECTRICAL ENGINEERING LECTURE NOTES. Resonance Resonance The resonant(or tuned) circuit, in one of its many forms, allows us to select a desired radio or television signal from the vast number of signals that are around us at any time. Resonant electronic

More information

Enhancement of Voltage Stability by SVC and TCSC Using Genetic Algorithm

Enhancement of Voltage Stability by SVC and TCSC Using Genetic Algorithm ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 2014 2014 International Conference

More information

Transient Stability Improvement of Multi Machine Power Systems using Matrix Converter Based UPFC with ANN

Transient Stability Improvement of Multi Machine Power Systems using Matrix Converter Based UPFC with ANN IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 04, 2015 ISSN (online): 2321-0613 Transient Stability Improvement of Multi Machine Power Systems using Matrix Converter

More information

Investigation of negative sequence injection capability in H-bridge Multilevel STATCOM

Investigation of negative sequence injection capability in H-bridge Multilevel STATCOM Investigation of negative sequence injection capability in H-bridge Multilevel STATCOM Ehsan Behrouzian 1, Massimo Bongiorno 1, Hector Zelaya De La Parra 1,2 1 CHALMERS UNIVERSITY OF TECHNOLOGY SE-412

More information

Damping of Sub-synchronous Resonance and Power Swing using TCSC and Series capacitor

Damping of Sub-synchronous Resonance and Power Swing using TCSC and Series capacitor Damping of Sub-synchronous Resonance and Power Swing using TCSC and Series capacitor Durga Prasad Ananthu Assistant Professor, EEE dept. Guru Nanak Dev Engg College, Bidar adp.ananthu@gmail.com Rami Reddy

More information

Comparison of FACTS Devices for Power System Stability Enhancement

Comparison of FACTS Devices for Power System Stability Enhancement Comparison of FACTS Devices for Power System Stability Enhancement D. Murali Research Scholar in EEE Dept., Government College of Engineering, Bargur-635 104, Tamilnadu, India. Dr. M. Rajaram Professor

More information

Swift Periodic Steady State Solution of Distribution Systems Containing DVRs

Swift Periodic Steady State Solution of Distribution Systems Containing DVRs Swift Periodic Steady State Solution of Distribution Systems Containing DVRs A. Medina 1, Edgar O. Hernández-Martínez 2, D. Olguín-Salinas 3 1 Facultad de Ingeniería Eléctrica, División de Estudios de

More information

Design and Simulation of Passive Filter

Design and Simulation of Passive Filter Chapter 3 Design and Simulation of Passive Filter 3.1 Introduction Passive LC filters are conventionally used to suppress the harmonic distortion in power system. In general they consist of various shunt

More information

INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET)

INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) ISSN 0976 6545(Print) ISSN 0976 6553(Online) Volume 3, Issue 1, January- June (2012), pp. 226-234 IAEME: www.iaeme.com/ijeet.html Journal

More information

OPTIMAL SITING AND SIZING OF DISTRIBUTED GENERATION IN RADIAL DISTRIBUTION NETWORKS

OPTIMAL SITING AND SIZING OF DISTRIBUTED GENERATION IN RADIAL DISTRIBUTION NETWORKS OPTIMAL SITING AND SIZING OF DISTRIBUTED GENERATION IN RADIAL DISTRIBUTION NETWORKS Ms. Shilpa Kotwal, Ms. Amandeep Kaur Research Scholar, E-Max Institute of Engineering and Technology, Ambala, Haryana,

More information

Sample Question Paper

Sample Question Paper Scheme G Sample Question Paper Course Name : Electrical Engineering Group Course Code : EE/EP Semester : Third Subject Title : Electrical Circuit and Network 17323 Marks : 100 Time: 3 hrs Instructions:

More information

A Heuristic Approach to Reduce the Loss of Congested Distribution Line via FACTS Devices

A Heuristic Approach to Reduce the Loss of Congested Distribution Line via FACTS Devices A Heuristic Approach to Reduce the Loss of Congested Distribution Line via FACTS Devices H.IRANMANESH, M.RASHIDI-NEJAD Islamic Azad University, Branch Jiroft, Iran Shahid Bahonar University of Kerman,

More information

Available online at ScienceDirect. Procedia Computer Science 92 (2016 ) 36 41

Available online at   ScienceDirect. Procedia Computer Science 92 (2016 ) 36 41 Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 92 (2016 ) 36 41 2nd International Conference on Intelligent Computing, Communication & Convergence (ICCC-2016) Srikanta

More information

STATCOM Tuned Based on Tabu Search for Voltage Support in Power Systems

STATCOM Tuned Based on Tabu Search for Voltage Support in Power Systems J. Basic. Appl. Sci. Res., 1(10)1334-1341, 2011 2011, TextRoad Publication ISSN 2090-424X Journal of Basic and Applied Scientific Research www.textroad.com STATCOM Tuned Based on Tabu Search for Voltage

More information

Var Control. Adding a transformer and transformer voltage regulation. engineers loadflow program. The control system engineers loadflow.

Var Control. Adding a transformer and transformer voltage regulation. engineers loadflow program. The control system engineers loadflow. November 2012 Adding a transformer and transformer voltage regulation to the control system engineers loadflow program The control system engineers loadflow program The loadflow program used by this website

More information

Modeling and Simulation of STATCOM

Modeling and Simulation of STATCOM Modeling and Simulation of STATCOM Parimal Borse, India Dr. A. G. Thosar Associate Professor, India Samruddhi Shaha, India Abstract:- This paper attempts to model and simulate Flexible Alternating Current

More information

Design and Simulation of Fuzzy Logic controller for DSTATCOM In Power System

Design and Simulation of Fuzzy Logic controller for DSTATCOM In Power System Design and Simulation of Fuzzy Logic controller for DSTATCOM In Power System Anju Gupta Department of Electrical and Electronics Engg. YMCA University of Science and Technology anjugupta112@gmail.com P.

More information

Power flow improvement using Static Synchronous Series Compensator (SSSC)

Power flow improvement using Static Synchronous Series Compensator (SSSC) Page14 Power flow improvement using Static Synchronous Series Compensator (SSSC) Gandla Saraswathi*, Dr.N.Visali ** & B. Narasimha Reddy*** *P.G Student, Department of Electrical and Electronics Engineering,JNTUACEP,

More information

Available online at ScienceDirect. Procedia Computer Science 92 (2016 ) 30 35

Available online at   ScienceDirect. Procedia Computer Science 92 (2016 ) 30 35 Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 92 (2016 ) 30 35 2nd International Conference on Intelligent Computing, Communication & Convergence (ICCC-2016) Srikanta

More information

Optimal Allocation of TCSC Using Heuristic Optimization Technique

Optimal Allocation of TCSC Using Heuristic Optimization Technique Original Article Print ISSN: 2321-6379 Online ISSN: 2321-595X DOI: 10.17354/ijssI/2017/132 Optimal Allocation of TCSC Using Heuristic Optimization Technique M Nafar, A Ramezanpour Department of Electrical

More information

IGEE 402 Power System Analysis. FINAL EXAMINATION Fall 2004

IGEE 402 Power System Analysis. FINAL EXAMINATION Fall 2004 IGEE 40 Power System Analysis FINAL EXAMINATION Fall 004 Special instructions: - Duration: 150 minutes. - Material allowed: a crib sheet (double sided 8.5 x 11), calculator. - Attempt 4 out of 7 questions.

More information

Power Quality enhancement of a distribution line with DSTATCOM

Power Quality enhancement of a distribution line with DSTATCOM ower Quality enhancement of a distribution line with DSTATCOM Divya arashar 1 Department of Electrical Engineering BSACET Mathura INDIA Aseem Chandel 2 SMIEEE,Deepak arashar 3 Department of Electrical

More information

CHAPTER 3 COMBINED MULTIPULSE MULTILEVEL INVERTER BASED STATCOM

CHAPTER 3 COMBINED MULTIPULSE MULTILEVEL INVERTER BASED STATCOM CHAPTER 3 COMBINED MULTIPULSE MULTILEVEL INVERTER BASED STATCOM 3.1 INTRODUCTION Static synchronous compensator is a shunt connected reactive power compensation device that is capable of generating or

More information

We can utilize the power flow control ability of a TCSC to assist the system in the following tasks:

We can utilize the power flow control ability of a TCSC to assist the system in the following tasks: Module 4 : Voltage and Power Flow Control Lecture 19a : Use of Controllable Devices : An example Objectives In this lecture you will learn the following The use of controllable devices with the help of

More information

University of Jordan School of Engineering Electrical Engineering Department. EE 219 Electrical Circuits Lab

University of Jordan School of Engineering Electrical Engineering Department. EE 219 Electrical Circuits Lab University of Jordan School of Engineering Electrical Engineering Department EE 219 Electrical Circuits Lab EXPERIMENT 7 RESONANCE Prepared by: Dr. Mohammed Hawa EXPERIMENT 7 RESONANCE OBJECTIVE This experiment

More information

Improving the Electric Power Quality by UPFC Systems in Electrical Networks

Improving the Electric Power Quality by UPFC Systems in Electrical Networks Improving the Electric Power Quality by UPFC Systems in Electrical Networks 1 *DIB Djalel, 1 A.Rezaiguia, 2 Z. Abada Abstract- Unified Power Flow Controller (UPFC) is used to control the power flow in

More information

Optimal Placement and Sizing of FACTS Devices for Loadability Enhancement in Deregulated Power Systems

Optimal Placement and Sizing of FACTS Devices for Loadability Enhancement in Deregulated Power Systems Optimal Placement and Sizing of FACTS Devices for Enhancement in Deregulated Power Systems Mahmoud Mohammadi, Dr.Alireza Rezazadeh, Dr.Mostafa Sedighizadeh Beheshti University Beheshti University, Evin,

More information

CHAPTER-IV EXPERIMENTAL AND SIMULATION PROGRAM

CHAPTER-IV EXPERIMENTAL AND SIMULATION PROGRAM 49 CHAPTER-IV EXPERIMENTAL AND SIMULATION PROGRAM 4.0 INTRODUCTION This chapter covers in detail the experimental set up of proposed Z source Matrix (ZSMC) based UPFC and compares with a lab scale model

More information

OPTIMAL PLACEMENT OF UNIFIED POWER QUALITY CONDITIONER IN DISTRIBUTION SYSTEMS USING PARTICLE SWARM OPTIMIZATION METHOD

OPTIMAL PLACEMENT OF UNIFIED POWER QUALITY CONDITIONER IN DISTRIBUTION SYSTEMS USING PARTICLE SWARM OPTIMIZATION METHOD OPTIMAL PLACEMENT OF UNIFIED POWER QUALITY CONDITIONER IN DISTRIBUTION SYSTEMS USING PARTICLE SWARM OPTIMIZATION METHOD M. Laxmidevi Ramanaiah and M. Damodar Reddy Department of E.E.E., S.V. University,

More information

OPTIMAL PLACEMENT AND SIZING OF UNIFIED POWER FLOW CONTROLLER USING HEURISTIC TECHNIQUES FOR ELECTRICAL TRANSMISSION SYSTEM

OPTIMAL PLACEMENT AND SIZING OF UNIFIED POWER FLOW CONTROLLER USING HEURISTIC TECHNIQUES FOR ELECTRICAL TRANSMISSION SYSTEM OPTIMAL PLACEMENT AND SIZING OF UNIFIED POWER FLOW CONTROLLER USING HEURISTIC TECHNIQUES FOR ELECTRICAL TRANSMISSION SYSTEM R. Siva Subramanyam Reddy 1, T. Gowri Manohar 2 and Moupuri Satish Kumar Reddy

More information

A Guide to the DC Decay of Fault Current and X/R Ratios

A Guide to the DC Decay of Fault Current and X/R Ratios A Guide to the DC Decay of Fault Current and X/R Ratios Introduction This guide presents a guide to the theory of DC decay of fault currents and X/R ratios and the calculation of these values in Ipsa.

More information