Power Flow Analysis
Power Flow Analysis
uiopasdfghjklzxcvbnmqwertyuiopasd
fghjklzxcvbnmqwertyuiopasdfghjklzx
Power flow Analysis
cvbnmqwertyuiopasdfghjklzxcvbnmq
Loud FLOW SOLUTION
wertyuiopasdfghjklzxcvbnmqwertyui
opasdfghjklzxcvbnmqwertyuiopasdfg
Prepared to
hjklzxcvbnmqwertyuiopasdfghjklzxc
Dr. Emaad Sedeek
vbnmqwertyuiopasdfghjklzxcvbnmq
wertyuiopasdfghjklzxcvbnmqwertyui
opasdfghjklzxcvbnmqwertyuiopasdfg
Prepared by
Ahmed Raafat Ahmed
hjklzxcvbnmqwertyuiopasdfghjklzxc
vbnmqwertyuiopasdfghjklzxcvbnmqwe
rtyuiopasdfghjklzxcvbnmqwertyuiop
asdfghjklzxcvbnmqwertyuiopasdfghj
klzxcvbnmrtyuiopasdfghjklzxcvbnmq
wertyuiopasdfghjklzxcvbnmqwertyui
opasdfghjklzxcvbnmqwertyuiopasdfg
2011 Power flow Analysis
S Tsch2 S gsch2 S Ld
sch
2 S sch
g2
2
2011 Power flow Analysis
S Tsch3 S gsch3 S Ld
sch
3 S sch
g3
Y 33 (V 30 ) *
v. 2nd iteration :
1 (S T1 2 ) * 1
V 2
2
( y V
21 1
sch
y V
23 3
Y 22 (V 21 ) *
1 (S T1 3 ) * 1
V 32 ( y V
31 1
sch
y V
32 3
Y 33 (V 31 ) *
vi. Calculation of complex power
S 1
g1 S sch
Ld 1 S 1
T1
3
2011 Power flow Analysis
4
2011 Power flow Analysis
S Tsch3 S gsch3 S Ld
sch
3 S sch
Ld 3
5
2011 Power flow Analysis
P2 B 22 B 23 G 22 G 23 d 2 0 c2 0 f 21
P B B 33 G 32 G 33 0 d3 0
c 3 f 31
3 32
Q 2 G 22 G 23 B 22 B 23 c 2 0 d 2 0 E 21
4 G 32
Q G 33 B 32 B 33 0 G 33 0 d 3 E 31
6
2011 Power flow Analysis
y 11 y 12 y 13
Y= y 21 y 22 y 23
y 31 y 32 y 33
P2 B 22 d 2 G 22 c 2 f 21
Q G c B d 1
2 22 2 22 2 E2
Where:
E 21 E 20 E 21
F21 F20 F21
7
2011 Power flow Analysis
8
2011 Power flow Analysis
Solution :
(a)
2. Initial condition
V 2 (0 ) 10o
V 3( 0 ) 10o
3. Calculation of transmitted power
4. 1st iteration
5. 2nd iteration
9
2011 Power flow Analysis
ــــــــــــــــــــــــــــــــــــــــــــــــــــــ
(b)
10
2011 Power flow Analysis
ـــــــــــــــــــــــــــــــــــــــــــــ
(C)
The power flow program lfgauss is used to obtain the solution, with the
following statements:
clear
basemva = 100; accuracy = 0.000001; accel = 1.1; maxiter
= 100;
% Problem 6.7(c)
% Bus Bus Voltage Angle -Load--- -Generator-- Injected
% No code Mag. Degree MW MVAR MW MVAR Qmin Qmax Mvar
busdata=[1 1 1.0 0.0 0.0 0.0 0.0 0.0 0 0 0
2 0 1.0 0.0 400 320 0.0 0.0 0 0 0
3 0 1.0 0.0 300 270 0.0 0.0 0 0 0];
% Line code
% Bus busR X 1/2 B = 1 for lines
% nl nr pu pu pu >1 or <1 tr. tap at bus nl
linedata=[1 2 0.0 1/30 0.0 1
1 3 0.0 0.0125 0.0 1
2 3 0.0 0.050 0.0 1];
disp('Problem 6.7(c)')
Lfybus % form the bus admittance matrix
lfgauss % Load flow solution by Gauss-Seidel method
busout % Prints the power flow solution on the screen
lineflow % Computes and displays the line flow and losses
11
2011 Power flow Analysis
Result
12