Load Flow
Load Flow
Load Flow
where j = 1,2,….,n
Separating the real and imaginary parts
Pi = Vi ∑Vj Yij cos(𝜽ij-δi+δj)
Qi = Vi ∑Vj Yij sin(𝜽ij-δi+δj)
The Jacobian matrix gives the linearized
relationship between small changes in Δδi(k)
and voltage magnitude Δ[Vik] with the small
changes in real and reactive power ΔPi(k) and
ΔQi(k)
When k=i;and bus 1 is the slack;
∂Pi/ ∂δi = ∑ Vi VkYik sin(𝜽ik+ δk-δi)
k= 1,2,3,….,n ---------(1)
≠i
When k ≠ i
∂Pi/ ∂δk = Vi VkYik sin(𝜽ik+ δk-δi)
k=1, 2,3,….,n ---------(2)
≠i
When k = i; ∂Pi/ ∂Vi = 2 Vi Yii cos(𝜽ii ) + ∑VkYik
cos(𝜽ik+ δk-δi))
k= 1,2,3,….,n ---------(3)
≠i
When k ≠ i ; ∂Pi/ ∂Vk = Vi Yik cos(𝜽ik+ δk-δi)
k= 1,2,3,….,n ---------(4)
≠i
When k = i; ∂Qi/ ∂δi = -∑ Vi VkYik cos(𝜽ik+ δk-δi)
k= 1,2,3,….,n ---------(5)
≠i
When k ≠ i ; ∂Qi/ ∂δk = Vi VkYik cos(𝜽ik+ δk-δi)
k= 1,2,3,….,n ---------(6)
≠i
When k = i; ∂Qi/ ∂Vi = 2 Vi Yii sin(𝜽ii ) + ∑VkYik
sin(𝜽ik+ δk-δi))
k= 1,2,3,….,n ---------(3)
≠i
When k ≠ i ; ∂Qi/ ∂Vk = Vi Yik sin(𝜽ik+ δk-δi)
k= 1,2,3,….,n ---------(4)
≠i
Algorithm
1. Assume for PQ buses; V∠δ = 1 ∠00
For PV bus ; δ = ∠00
2.In the rth iteration
Pi r= Vi r ∑Vj r Yij cos(𝜽ij-δi r +δj r)
Qi r = Vi r ∑Vj r Yij sin(𝜽ij-δi r+δj r )
•
3) Compute
∆ Pi r = Pi (scheduled) – Pi r for PV & PQ buses
Advantages
– fast convergence as long as initial guess is close to
solution
– large region of convergence
Disadvantages
– each iteration takes much longer than a Gauss-
Seidel iteration
– more complicated to code, particularly when
implementing sparse matrix algorithms
• Newton-Raphson algorithm is very common in
power flow analysis.
Fast Decoupled Load Flow (FDLF)
• The transmission lines have high X/R ratio.
• For such system the real power changes P are
less sensitive to changes in the voltage
magnitude and are most sensitive to change in
phase angle δ.
• Similarly the reactive power changes Q is less
sensitive to change in angles δ and is mainly
dependent on changes in voltage magnitude .
Therefore J2 = J3=0
∂Pi/ ∂δi = -Qi-Vi2 Bii
Vi2 Vi & Bii>> Qi
∂Pi/ ∂δi = -Vi . Bii
δk - δi 0;
∂Pi/ ∂δk = -Vi . Bik
∂Qi/ ∂Vi = -Vi2 Bii + Qi
Vi2 Vi & Bii>> Qi
∂Qi/ ∂Vi = -Vi Bii
δk - δi 0 & Vk = 1p.u.
∂Qi/ ∂Vk = -Vi. Bik
With these assumptions;
P/ Vi = -B’. δ
Q/ Vi = -B”. Vi
Above two equns. are solved for δ and Vi.
Then δk+1 = δk + δk
and Vk+1 = Vk + Vk
These values are used for the bus power
mismatches for the next iteration.
Prob: B= -23.508 11.764 11.764
11.764 -23.508 11.764
11.764 11.764 -23.508
[P2/ V2
P3/ V3] = [ -B22 -B23 ; -B32 -B33] * [ δ2 ;
δ3]
Q2/ V2 = -B22. V2
[0.73/1 ; -1.62/1.04] = [23.508 -11.764; -11.764
23.508] [ δ2 ; δ3]
δ2= -0.003 rad; δ3 = -.068rad
δ2 = 0 -0.003 = - 0.003 rad
δ3 = 0 – 0.068 = -0.068 rad
Q/ Vi = -B”. Vi
2.125 = (23.508)( V2)
V2 = 0.09
V2= 1 + 0.09 =1.09