Lecture3 islamerPSAn
Lecture3 islamerPSAn
Overview
• Load flow studies are one of the most important
aspects of power system planning and operation.
• The load flow gives us the sinusoidal steady state
of the entire system - voltages, real and reactive
power generated and absorbed and line losses.
• Since the load is a static quantity and it is the
power that flows through transmission lines, the
purists prefer to call this Power Flow studies
rather than load flow studies. We shall however
stick to the original nomenclature of load flow.
1
04/12/1433
2
04/12/1433
(5)
3
04/12/1433
Note that
(6)
(7)
(8)
2. : Classification Of Buses
• The main objective of the load flow is to find the voltage
magnitude of each bus and its angle when the powers
generated and loads are pre-specified.
• It is further assumed that the generator terminal voltages
are tightly regulated and therefore are constant.
• To facilitate this we classify the different buses of the power
system shown in the chart below.
4
04/12/1433
Load Buses :
• In these buses no generators are connected and hence
the generated real power PGi and reactive power QGi are
taken as zero.
• The load drawn by these buses are defined by real
power -PLi and reactive power -QLi in which the negative
sign accommodates for the power flowing out of the
bus. This is why these buses are sometimes referred to
as P-Q bus.
• The objective of the load flow is to find the bus voltage
magnitude |Vi| and its angle δi.
5
04/12/1433
Load Flow
(Voltage Control) V, P Q,
6
04/12/1433
7
04/12/1433
8
04/12/1433
5 - 0.7692 + j 3.8462 - 0.7692 + j 3.8462 - 0.4808 + j 2.4038 - 0.3846 + j 1.9231 2.4038 - j 11.8942
9
04/12/1433
Gauss-Seidel method GS
Basic Procedure:
10
04/12/1433
Algorithm
A set of n equations and n
unknowns:
a11x1 a12x2 a13x3 ... a1n xn b1
a21x1 a22 x2 a23x3 ... a2n xn b2
an1x1 an 2 x2 an3 x3 ... ann xn bn
. .
. .
. .
• Provided that the diagonal elements are non-zero
• Rewrite each equation solving for the corresponding
unknown
ex: From First equation, solve for x1
From Second equation, solve for x2 etc……
11
04/12/1433
j 1
cn 1 a
j 1
n 1, j xj
j 1
x1 xn 1
j n 1
a11 an 1,n 1
n
c n a nj x j
n
c2 a2 j x j
j 1 j 1
j 2 j n
x2 xn
a 22 a nn
12
04/12/1433
xinew xiold
a i 100
xinew
Example 1
Given the system of equations
12 x1 3x2- 5x3 1
x1 5x2 3x3 28
3x1 7 x2 13x3 76
find the solution for x1, x2 & x3 using the Gauss-
Siedel method? With an initial guess of x
1
1
x 0
2
x3 1
12 3 5
Solution: The coefficient matrix is: A 1 5 3
3 7 13
13
04/12/1433
12 3 5 a1 1
1 5 3 a 28
Rewriting each equation 2
3 7 13 a 3 76
x1 1
With an initial guess of x 0
2
As follows: x3 1
1 3 x 2 5 x3 1 30 51
x1 x1 0.50000
12 12
0.50000 1.0000
a 1 100 100.00%
0.50000
4.9000 0
a 2 100 100.00%
4.9000
3.0923 1.0000
a 3 100 67.662%
3.0923
14
04/12/1433
After Iteration #1
x1 0.5000
x 4.9000
2
x3 3.0923
Substituting the new x values into the
equations for second iteration gives:
1 34.9000 53.0923
x
1 0.14679
12 After Iteration #2
28 0.14679 33.0923
x2 3.7153
5 x1 0.14679
x 3.7153
76 30.14679 74.900 2
x3 3.8118
13 x3 3.8118
0.14679 0.50000
a 1 100 240.61%
0.14679
3.7153 4.9000
a 2 100 31.889%
3.7153
3.8118 3.0923
a 3 100 18.874%
3.8118
The maximum absolute relative error after the
second iteration is 240.61%
15
04/12/1433
Iteration x1 a 1 % x2 a 2 % x3 a 3 %
x1 0.99919 x1 1
x 3.0001 x 3
2 2
x3 4.0001 x3 4
16
04/12/1433
(7)
17
04/12/1433
18
04/12/1433
19
04/12/1433
(13)
(14)
20
04/12/1433
(15)
• Note that in the above equation since the update for the
bus-2 voltage is already available, we used the 1st iteration
value of this rather than the initial value.
• Substituting the numerical data we get:
V3(1) = 0.9883 < − 2. 8258° .
21
04/12/1433
(19)
22
04/12/1433
(20)
• This will fix the voltage magnitude to be 1.02 per unit while
retaining the phase of − 0.8894 ° .
• The corrected voltage is used in the next iteration.
23
04/12/1433
Acceleration factor:
• Sometimes to accelerate computation in the P-Q buses the
voltages obtained from (12) is multiplied by a constant.
• The voltage update of bus- i is then given by:
(21)
24
04/12/1433
25