Power Flow Analysis in Power Systems
Power Flow Analysis in Power Systems
BEE3143
CHAPTER 2
2.1 Introduction
DEFINITION:
o Power flow studies also referred as load flow analysis give the
solution for power and voltage level in the buses of the power
system network.
The analysis of a power system in normal steady-state operation is known
as a ‘power flow studies’ or ‘load flow studies’. The analyses under fault
conditions (short circuit) will be discussed in the next chapter.
Power flow studies attempt to determine the voltages, currents, and real
and reactive power flows in the power system network under a set of load
conditions.
Power flow studies are the backbone for power system analysis and
design.
They are necessary for planning, operation, economic scheduling and
exchange of power between utilities.
Power flow analysis is required for many other analyses such as fault
analysis, transient stability studies and contingency studies.
To get information of the power flow and voltage level in the power system
network.
16
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
To evaluate the power flow performance in the power system network.
To analyze any planning for power system improvement under steady state
conditions such as to build new power generation capacity, new transmission
lines in the case of additional or increasing of loads, to plan and design the
future expansion of power systems as well as in determining the best
operation of existing systems.
To identify the need for additional transmission lines and generation
capability early enough to plan properly for the future.
Direct techniques
Iterative techniques
Hybrid techniques (direct techniques + iterative techniques)
In power system, power are rather known than currents. Thus, the resulting
equations in terms of power, known as ‘power flow equations’ become non linear and
commonly solved by iterative techniques.
Gauss-Seidel method - [ Y ]
17
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
Newton-Raphson method – using Jacobian matrices
Fast decouple method – [B]
Jacobi – [Z]
Second order Newton Raphson - using Jacobian matrices
Superdecoupled – [ Yθ ], [ Yv ]
The line impedance Z12 connects bus 1 to bus 2. The line impedance, Z 23 connects
bus 2 to 3. The line impedance, Z 31 connects bus 1 to bus 3. The y 1, y2 and y3 are the
18
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
capacitance susceptance at the buses. Since the nodal solution is based upon Kirchhoff’s
Current Law (KCL), impedance are converted to admittance,
(2.1)
(2.2)
(2.3)
(2.4)
(2.5)
19
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
And the off-diagonal element which is known as mutual admittance,
(2.6)
(2.7)
(2.8)
or (2.9)
(2.10)
When the bus currents are known, the bus voltage can be solved,
(2.11)
Example2.1
2.1
Example
20
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
For the 3 buses power system in Figure 2.1, the line data are shown in Table 2.1.
Table 2.1: The line data for 3 buses power system in Figure 2.1
Line Z p.u
1–2 0.08 + j0.24
1–3 0.02 + j0.06
2–3 0.06 + j0.18
Solution
Equation (2.1) is used to convert the impedance data to admittance data. Use Equation
(2.5) for the diagonal element and Equation (2.6) for the off-diagonal element.
21
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
Exercise2.1
2.1
Exercise
Built and run the Matlab programming of the Example 2.1 above to obtain the bus
admittance matrix.
The system buses are generally classified into three types. There are reference
buses which also known as swing or slack bus, load bus and generator bus. In solving
power flow problem, the system is assumed to be operating under balanced conditions.
Each bus associated with four quantities which are magnitude voltage |V|, phase angle, θ,
real power, P and reactive power, Q.
22
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
Consider a typical bus of power system network as shown in Figure 2.2. The
transmission lines are represented by equivalent π model where impedance has been
converted to per unit admittance on a common MVA base.
(2.12)
or
(2.13)
23
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
The real and reactive power at bus i is
(2.14)
or
(2.15)
(2.16)
The power flow problem results in a system of nonlinear equations which must be solved
by iteration techniques.
In the power flow study, it is necessary to solve the set of nonlinear equations
represented by (2.16) for two unknown variables at each node. In the Gauss-Seidel
method, (2.16) is solved for Vi, and the iterative sequence becomes
24
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
For a typical bus of power system shown in Figure 2.2, the current entering bus i
in Equation (2.13) can be rewritten in terms of the bus admittance matrix as
(2.17)
(2.19)
(2.20)
(2.21)
(2.22)
25
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
(2.23)
(2.24)
Equation 2.23 and 2.24 constitute a polar form of the power flow equations. When
j is set to be equal to i in Equation 2.23 and 2.24 and the corresponding terms are
separated from the summations, we obtain
(2.25)
(2.26)
Let Pgi denote the scheduled power being generated at bus i and Pli denote the
scheduled power demand of the load at the bus. Then, Pi,sch is the net scheduled power
being injected into the network at bus i.
(2.28)
Mismatches occur when the calculated values Pi,calc and Qi,calc do not coincide with
the schedule values. If the calculated values Pi,calc and Qi,calc match the scheduled values
Pi,sch and Qi,sch perfectly, then we say the mismatches and are zero at bus i.
Equation 2.25 and Equation 2.26 constitute a set of non-linear algebraic equations
in terms of the independent variables, voltage magnitude in per-unit, and phase angle in
26
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
radians. Expending the equations in Taylor’s series about the initial estimate and
neglecting all higher order terms yields the Newton-Raphson power flow equations:
(2.29)
(2.30)
(2.31)
(2.32)
27
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
(2.33)
(2.34)
(2.35)
(2.36)
Comparing Equation 2.36 with Equation 2.33 and Equation 2.34 yields
(2.37)
(2.38)
(2.39)
28
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
Finally, the diagonal and off-diagonal of sub matrix J22 are as follows
(2.40)
(2.41)
Example2.2
2.2
Example
Obtain the power flow analysis by Newton-Raphson method for 2 buses power system in
Figure 2.3. Refer to Table 2.3 for bus data.
29
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
The values in Table 2.3 are marked in per unit on a 100MVA base. Based from power
flow solution by Newton-Raphson method determine the magnitude and phase values of
voltage at load bus 2, V2, (for first iteration only)
Solution
30
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
or
31
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
32
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
Step 7: Determine the magnitude and phase values of voltage at load buses 2, for first
iteration and .
Exercise2.3
2.3
Exercise
Obtain the power flow solution by Newton-Raphson method for the 3 buses power
system in Figure 2.4. Refer to Table 2.4 for bus data.
Table 2.4: Bus data for Figure 2.4
Bus Bus type |V|, pu δ Pg , pu Qg, pu Pl , pu Ql, pu
(generation) (generation) (load) (load)
1 reference 1.05 0.0 - - 0 0
2 generator 1.03 0.0 0.2 0 0.5 0.2
3 load 1.0 0.0 - - 0.6 0.25
33
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
The values in Table 2.4 are marked in per unit on a 100MVA base and line charging
susceptances are neglected. Based from power flow solution by Newton-Raphson method
determine the magnitude and phase values of voltage at load buses 3, δ 3, V3, and phase
value of voltage at bus 2, δ2 (for first iteration only).
Solution
Since the reference bus has no rows or columns in the jacobian, a 4 x 4 matrix would be
necessary if P and Q are specified for the remaining two buses. However, the voltage
magnitude is specified (remain constant) at generator bus 2, thus the jacobian will be a 3
x 3 matrix.
34
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
35
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
Tolerance = 0.05
36
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
or
37
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
The off-diagonal elements of J12
38
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
39
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
Step 7: Determine the magnitude and phase values of voltage at load buses 3 and phase
values of generator bus 2, for first iteration , and .
40
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
Power system analysis software for use with personal computers is available for
utility, industrial and commercial industries. Engineers use this software to design,
operate and control power systems. The software allows engineers to solve power system
analysis problem more easily. Now, the software packages are cost-effective since the
prizes ranges from US$1,000 to US$100,000 are available depending on the type of
software and the sophistication of the algorithm used in modeling. The example of a
power system analysis software package for open electricity markets are PSAS, PSS/E,
DigSilent, SKM Powertools, PSCAD EMTDC etc. The availability of different levels
allows the user to customize a power system analysis package to fit a specific budget.
Assignment2.1
2.1
Assignment
Obtain the power flow solution of Example 2.2 and Example 2.3 by using computer
programs with MATLAB. Solve the power flow problems by using:
(i) Gauss-Seidel method
(ii) Newton-raphson method
(iii) Fast-decouple method
After the iterative solution of bus voltage, the next step is the computation of line flows
and losses.
41
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
(2.42)
(2.43)
The complex power Sij from bus i to j and Sji from bus j to i are
(2.44)
Substitute Equation 2.42 and Equation 2.43 into Equation 2.44 we obtain,
(2.45)
(2.46)
The power loss in line i – j is the algebraic sum of the power flows, Sij and Sji.
(2.47)
42
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
Example2.4
2.4
Example
For the 3 buses system of Example 2.3, the bus voltages obtained in power flow analysis
is given in Table 2.5. Determine
2 (generator bus)
3 (load bus)
Solution
43
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
44
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
The reactive power generated at bus 2 is
45
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
46
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
The power flow diagram is shown in Figure 2.6. The values within the parentheses are
the real and reactive power losses in the line.
47
CHAPTER 2 Power System Analysis Teaching Module BEE3143
Figure 2.6: Power flow diagram showing the direction of power flow and losses
51
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
When solving large scale power transmission systems, an alternative strategy for
improving computational efficiency and reducing computer storage requirements is the
decoupled power flow method, which makes use of an approximate version of the
Newton-Raphson procedure.
For large scale power system, usually the transmission lines have a very high X/R
ratio. For such a system, real power changes are less sensitive to changes in voltage
magnitude and are most sensitive to changes in phase angle . Similarly, reactive power
is less sensitive to changes in angle and most sensitive on changes in voltage magnitude.
Incorporate of these approximations into the Jacobian matrix in Newton-Raphson power
flow solution makes the elements of the submatrices J12 and J21 zero.
(2.48)
(2.49)
52
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
is very small which results,
ii) The line susceptances Bij are many times larger than the line conductance G ij
so that .
iii) The reactive power Qi injected into any bus i of the system during normal
operation is much less than the reactive power which would flow if all lines
from that bus were short circuited to reference.
That is .
In Equation 2.32 and Equation 2.41, the off diagonal elements of J11 and J22 are given by
(2.50)
(2.51)
The approximation listed above then yield the off diagonal elements
(2.52)
The diagonal elements of J11 and J22 are shown in Equation 2.30 and Equation 2.40
respectively. Applying the inequality to those expressions yields
53
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
(2.53)
Substitute Equation 2.52 and Equation 2.53 into Equation 2.48 and Equation 2.49, we
obtain
(2.54)
(2.55)
We can also modify Equation 2.54 and Equation 2.55 to two decoupled systems of
equations for n-bus network.
(2.56)
or
54
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
(2.57)
And
(2.58)
or
(2.59)
Example2.5
2.5
Example
Obtain the power flow solution by Fast-decouple method for the 2 buses system in Figure
2.7. Refer to Table 2.6 for bus data.
55
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
The values in Table 2.4 are marked in per unit on a 100MVA base. Based from power
flow solution by fast-decouple method determine the magnitude and phase values of
voltage at load buses 2, V2, (for first iteration only).
Solution
56
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
And –B22 = 10
Step 3: Calculate P2, Q2, and (Same method with Newton-raphson solution)
57
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
Step 7: Determine the magnitude and phase values of voltage at load buses 2, for first
iteration and .
Example2.6
2.6
Example
Obtain the power flow solution by fast-decouple method for the 3 buses system in Figure
2.8. Refer to Table 2.7 for bus data.
58
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
The values in Table 2.7 are marked in per unit on a 100MVA base and line charging
susceptances are neglected. Based from power flow solution by fast-decouple method
determine the magnitude and phase values of voltage at load buses 3, δ 3, V3, and phase
value of voltage at bus 2, δ2 (for first iteration only).
Solution
59
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
Step 2: Form the bus admittance matrix, Ybus
60
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
Step 3: Calculate P2, P3, Q3, , and (Same method with Newton-raphson)
61
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
Step 7: Determine the magnitude and phase values of voltage at load buses 3 and phase
values of generator bus 2, for first iteration , and .
62
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
2.15 Conclusions
There are three methods of power flow solution discuss in this chapter. The
methods are Gauss-Seidel, Newton-Raphson and Fast-decouple. The Newton-raphson
and Fast-decouple method is discussed in detail in this chapter. The power flow analysis
method consists of mathematical calculations which are difficult to perform manually
especially for large power system networks. Therefore, the analysis can be easily
performed by using digital computers and power system analysis software package.
Exercises
a. For the power system network in Figure E2.1, determine the element of bus
admittance matrix, Ybus.
63
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
Figure E2.1
Figure E2.2
Figure E.2.3
d. Determine bus admittance matrix, Ybus for the five bus system in Figure E2.4.
64
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
Figure 2.4
Figure E2.5 shows the one line diagram of a simple three-bus power system with bus 1 as
a reference bus and bus 2 as a generator bus. The voltage at bus 1 is fixed at V 1=1.025
0o pu. Voltage magnitude at bus 2 is fixed at 1.03 pu with a real power generation of
300 MW. A load consisting of 400 MW and 200 MVar is connected to bus 3 (load bus).
Line impedances are marked in per unit on a 100 MVA base.
65
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
Figure E2.5
Determine the real and reactive power at reference bus and reactive power at
generator bus.
d) Construct a power flow diagram and show the direction of the line flows.
66
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
2.3) Fast-decouple method
a) Obtain the power flow solution by fast-decouple method for the 3-buses system in
Figure E2.6. The values in Figure 6 are marked in per unit on a 100 MVA base
and line charging susceptances are neglected.
Figure E2.6
b) Determine the magnitude and phase values of voltage at load buses 3, δ 3, V3, and
phase value of voltage at bus 2, δ2 (for first iteration only).
Determine the real and reactive power at reference bus and reactive power at
generator bus.
e) Construct a power flow diagram and show the direction of the line flows.
67
CHAPTER 2 Power System Analysis Teaching Module
BEE3143
References
[1] Hadi Saadat, Power System Analysis, 2nd Edition, McGraw-Hill, 2004
[2] John J. Grainger, William D. Stevenson, Power System Analysis, International
Edition, McGraw-Hill, 1994
[3] B.M. Weedy, B. J. Cory, Electric Power Systems, 4th Edition, 1999
[4] Abdullah Asuhaimi Mohd Zin, Modul Pengajaran Kejuruteraan Sistem Kuasa,
Edisi Pertama, 2003.
[5] Joseph N. Y. Cheung, A power system analysis software package for open
electricity markets, 2006 International Conference on Power System Technology
68