EEE305 Part05
EEE305 Part05
(Part-05)
Instructor:
Dr. Md. Nasim Ahmed Dewan
Professor, Department of EEE, BUET
Class Routine:
Sat-9:00, Sun-9:00, Tue-10:00
The Newton-Raphson Power-Flow Solution
Solution:
• Slack bus has no rows or no columns in the jacobian
(0)
𝑃3, 𝑐𝑎𝑙𝑐 = 𝑉3 2 𝐺33 + 𝑉3 𝑉1 𝑌31 cos 𝜃31 + 𝛿1 − 𝛿3
+ 𝑉3 𝑉4 𝑌34 cos 𝜃34 + 𝛿4 − 𝛿3 ∵ 𝑌32 = 0
(0) (0)
From Table 9.3 , 𝛿1 = 0, 𝛿3 = 0 and 𝛿4 =0
∴ 𝑃3, 𝑐𝑎𝑙𝑐 = 𝑉3 2 𝐺33 + 𝑉3 𝑉1 𝑌31 cos 𝜃31 + 𝑉3 𝑉4 𝑌34 cos 𝜃34
= 1.0 2 8.193267 + 1.0 × 1.0 × 26.359695 cos(101.30993°)
+ 1.0 × 1.02 × 15.417934 cos(101.30993°)
= −0.06047 pu
200
From Table 9.3 , 𝑃3,𝑠𝑐ℎ = 0 − 100 = −2 pu
(0) (0)
So, Δ𝑃3,𝑐𝑎𝑙𝑐 = 𝑃3,𝑠𝑐ℎ − 𝑃3, 𝑐𝑎𝑙𝑐 = −2 − −0.06047 = −1.3953 pu
Jacobian elements:
2nd row, 3rd column:
From Eq. (52) we have,
𝜕𝑃𝑖
= − 𝑉𝑖 𝑉𝑗 𝑉𝑖𝑗 sin 𝜃𝑖𝑗 + 𝛿𝑗 − 𝛿𝑖 (52)
𝜕𝛿𝑗
𝜕𝑃3
= − 𝑉3 𝑉4 𝑌34 sin 𝜃34 + 𝛿4 − 𝛿3
𝜕𝛿4
= − 1.0 × 1.02 × 15.417934 sin 101.30993° + 0° − 0°
= −15.420898 pu
𝜕𝑄3 𝜕𝑃3
𝑉3 =− − 2 𝑉3 2 𝐵33
𝜕 𝑉3 𝜕𝛿3
2
= −41.268707 − 2 1.0 −40.863838 = 40.458969 pu
• At the end of first iteration the set of updated voltages at the buses is:
Bus no. i (1) (2) (3) (4)
𝛿𝑖 0 -0.93094 -1.78790 -1.54383
|𝑉𝑖 | 1.00 0.98335 0.97095 1.02
• These updated voltages are then used to re-calculate the jacobian and
mismatches of the second iteration, and so on
The Newton-Raphson Power-Flow Solution
• The iterative procedure continues until either the mismatches Δ𝑃𝑖 and
Δ𝑄𝑖 become less than their stipulated allowable values or all Δ𝛿𝑖 and
Δ|𝑉𝑖 | become less than the chosen precision index
• When the solution is complete, we can use Eqs. (38) and (39) to
calculate real and reactive power, P1 and Q1, at the slack bus, and the
reactive power Q4 at voltage controlled bus (4)
𝑃𝑖 = 𝑉𝑖 2 𝐺𝑖𝑖 + σ𝑁
𝑛=1 𝑉𝑖 𝑉𝑛 𝑌𝑖𝑛 cos(𝜃𝑖𝑛 + 𝛿𝑛 − 𝛿𝑖 ) (38)
𝑛≠𝑖
𝑄𝑖 = − 𝑉𝑖 2 𝐵𝑖𝑖 − σ𝑁
𝑛=1 𝑌𝑖𝑛 𝑉𝑖 𝑉𝑛 sin 𝜃𝑖𝑛 + 𝛿𝑛 − 𝛿𝑖 (39)
𝑛≠𝑖
• Line flows can also be computed from the differences in bus voltages
and the known parameters of the lines
The Newton-Raphson Power-Flow Solution
Fig. 9.4
Fig. 9.5
The Newton-Raphson Power-Flow Solution
• The number of iteration required by the Newton-Raphson method using bus
admittances is practically independent of the number buses
• The time for the Gauss-Seidel method (employing bus admittances) increases
almost directly with the number of buses
• The results from the base case constitute a benchmark for comparison
of changes in network flows and voltages under abnormal or
‘contingency’ conditions
Power-Flow Studies in System Design and Operation
• The transmission planning engineers can discover system weaknesses
such low voltages, line overloads, or loading conditions deemed
excessive
– These weaknesses can be removed by making design studies involving changes
and/or additions to the base case system
• Where voltage are not to be held constant the quantities given in the
tables are interpreted as initial estimates
• Total line-charging megavars specified for each line account for shunt
capacitance and,
Power-Flow Studies in System Design and Operation
• 𝑀𝑣𝑎𝑟𝑠 𝑐ℎ𝑔 = 3 𝑉 𝐼𝑐ℎ𝑔 × 10−3 = 𝜔𝐶𝑛 𝑉 2 (69)
Where,
𝑉 = rated line-to-line voltage in kV,
𝐶𝑛 = Line-to-neutral capacitance (farad), for the entire length of the line
𝐼𝑐ℎ𝑔 = 𝑗𝜔𝐶𝑛 𝑉𝑎𝑛
• The computer program will examine the flow between areas, and
deviations from the prescribed flow will be overcome by causing the
appropriate change in generation of a selected generator in each area
• The numerical results in the printout of Fig. 9.4 are from a Newton-
Raphson power-flow study of the system described in Example 9.5
– The system line data and bus data are provided in Table 9.2 and 9.3
– 3 Newton-Raphson iterations were required
• The MW loss in any of the lines can be found by comparing the value of
P at the two ends of the line
98.12 MW flow from bus (1) into line (1)-(3)
97.09 MW flow into bus (3) from the same line
∴ 𝐼 2 𝑅 loss in all 3 phases = (98.12-97.09)=1.03 MW
• The Mvars flow between bus (1) and (3) is slightly complicated because
of the charging Mvars
Fig. 9.5
Power-Flow Studies in System Design and Operation
• In three phase flow of MWs and Mvars in the line is shown the single
line diagram of the Fig. 9.6
Fig. 9.6
Fig. 9.6
Solution:
Total MVA through R and X of all three phases is,
At bus (1) end:
𝑆 = 98.12 + 𝑗65.085 = 117.744∠33.56° MVA
|𝑆| 117.744×103
∴ 𝐼 = = = 295.56 A ∵ Base voltage = 230 kV
3 𝑉𝐿 3×230×1.0
Now,
𝑘𝑉 2 2302
𝑍𝑏𝑎𝑠 = = = 529 Ω
MVA 100
𝐼2 𝑅 𝑙𝑜𝑠𝑠 = 3 × 295.56 2
× 0.00744 × 529 × 10−6
= 1.03 MW
𝐼2 𝑋 𝑜𝑓 𝑙𝑖𝑛𝑒 = 3 × 295.56 2
× 0.03720 × 529 × 10−6
= 5.157 MVar
• This scheme would still require evaluation and factoring of the two
coefficient matrices at each iteration
• The line susceptances 𝐵𝑖𝑗 are may times larger than the line conductances
𝐺𝑖𝑗 so that
𝐺𝑖𝑗 sin 𝛿𝑖 − 𝛿𝑗 ≪ 𝐵𝑖𝑗 cos 𝛿𝑖 − 𝛿𝑗 (80)
The (Fast) Decoupled Power-Flow Method
• The reactive power 𝑄𝑖 injected into any bus (i) during normal operation
is much less than the reactive power which would flow if all lines from
that bus were short circuited to reference, i.e.,
𝑄𝑖 ≪ 𝑉𝑖 2 𝐵𝑖𝑖 (81)
Now from Eq. (62) we have the off-diagonal elements of J11 and J22 as,
𝜕𝑃𝑖 𝜕𝑄𝑖
= 𝑉𝑗 = − 𝑉𝑖 𝑉𝑗 𝑌𝑖𝑗 sin 𝜃𝑖𝑗 + 𝛿𝑗 − 𝛿𝑖 (82)
𝜕𝛿𝑗 𝜕 𝑉𝑗
where, 𝑌𝑖𝑗 sin 𝜃𝑖𝑗 = 𝐵𝑖𝑗 and 𝑌𝑖𝑗 cos 𝜃𝑖𝑗 = 𝐺𝑖𝑗
The (Fast) Decoupled Power-Flow Method
The approximation listed above gives,
𝜕𝑃𝑖 𝜕𝑄𝑖
= 𝑉𝑗 ≈ − 𝑉𝑖 𝑉𝑗 𝐵𝑖𝑗 (84)
𝜕𝛿𝑗 𝜕 𝑉𝑗
For the diagonal elements of J11 and J22 consider Eqs. (54) and (63),
𝜕𝑃𝑖
= −𝑄𝑖 − 𝑉𝑖 2 𝐵𝑖𝑖 (54)
𝜕𝛿𝑖
𝜕𝑄𝑖 𝜕𝑃𝑖
𝑉𝑖 =− − 2 𝑉𝑖 2 𝐵𝑖𝑖 = 𝑄𝑖 − 𝑉𝑖 2 𝐵𝑖𝑖 (63)
𝜕 𝑉𝑖 𝜕𝛿𝑖
Applying the inequality 𝑄𝑖 ≪ 𝑉𝑖 2 𝐵𝑖𝑖 we have,
𝜕𝑃𝑖 𝜕𝑄𝑖
≈ 𝑉𝑖 ≈ − 𝑉𝑖 2 𝐵𝑖𝑖 (85)
𝜕𝛿𝑖 𝜕 𝑉𝑖
By substituting the approximations of Eqs. (84) and (85) in J11 and J22, we
obtain,
The (Fast) Decoupled Power-Flow Method
− 𝑉2 𝑉2 𝐵22 − 𝑉2 𝑉3 𝐵23 − 𝑉2 𝑉4 𝐵24 Δ𝛿2 Δ𝑃2
− 𝑉3 𝑉2 𝐵32 − 𝑉3 𝑉3 𝐵33 − 𝑉3 𝑉4 𝐵34 Δ𝛿3 = Δ𝑃3 (86)
− 𝑉4 𝑉2 𝐵42 − 𝑉4 𝑉3 𝐵43 − 𝑉4 𝑉4 𝐵44 Δ𝛿4 Δ𝑃4
Δ 𝑉2
− 𝑉2 𝑉2 𝐵22 − 𝑉2 𝑉3 𝐵23 − 𝑉2 𝑉4 𝐵24 𝑉2
Δ𝑄2
Δ 𝑉3
and − 𝑉3 𝑉2 𝐵32 − 𝑉3 𝑉3 𝐵33 − 𝑉3 𝑉4 𝐵34 𝑉3
= Δ𝑄3 (87)
− 𝑉4 𝑉2 𝐵42 − 𝑉4 𝑉3 𝐵43 − 𝑉4 𝑉4 𝐵44 Δ 𝑉4 Δ𝑄4
𝑉4
Now, multiplying the first row with correction vector in Eq. (87),
− 𝑉2 𝐵22 Δ 𝑉2 − 𝑉2 𝐵23 Δ 𝑉3 − 𝑉2 𝐵24 Δ 𝑉4 = Δ𝑄2
Δ𝑄2
⟹ −𝐵22 Δ 𝑉2 − 𝐵23 Δ 𝑉3 − 𝐵24 Δ 𝑉4 = |𝑉2 |
(88)
• The coefficients of Eq. (88) are constants equal to the negative of the susceptance in
the row of Ybus corresponding to bus (2)
• Each other row of Eq. (87) can be similarly treated by representing the reactive
Δ𝑄
mismatch at bus(i) by quantity |𝑉 |𝑖
𝑖
The (Fast) Decoupled Power-Flow Method
So, Eq. (87) can be re-written as,
Δ𝑄2
Δ 𝑉2 𝑉2
−𝐵22 −𝐵23 −𝐵24
Δ𝑄3
−𝐵32 −𝐵33 −𝐵34 Δ 𝑉3 = 𝑉3
(91)
−𝐵42 −𝐵43 −𝐵44 Δ 𝑉4 Δ𝑄4
𝑉4
• So, all the entries in the coefficient matrix of Eq. (91) is now constants given by
the know susceptance of Ybus
Putting |𝑉2 | , |𝑉3 | and |𝑉4 | approximately equal to 1.0 per unit in the left hand
side of Eq. (89) we have,
Δ𝑃2
−𝐵22 Δ𝛿2 − 𝐵23 Δ𝛿3 − 𝐵24 Δ𝛿4 =
𝑉2
The (Fast) Decoupled Power-Flow Method
Δ𝑃2
• Here, represents the real power mismatch
𝑉2
𝚫𝑸𝟑 𝟏
= 𝑸𝟑, 𝒔𝒄𝒉 − 𝑸𝟑, 𝒄𝒂𝒍𝒄
𝑽𝟑 𝑽𝟑
1 − 𝑉3 2 𝐵33 − 𝑌31 𝑉3 𝑉1 sin 𝜃31 + 𝛿1 − 𝛿3
= 𝑄3, 𝑠𝑐ℎ −
𝑉3 − 𝑌34 𝑉3 𝑉4 sin 𝜃34 + 𝛿4 − 𝛿3
2
𝜋
1 −1.2394 + 1.0 −40.863838 + 26.359695 sin 101.30993 × + 0 + 0.03781
= 180
1.0 𝜋
+15.417934 × 1.02 sin 101.30993 × + 0.02609 + 0.03781
180
= −1.27684 pu
A reactive mismatch calculation is not required for bus (4) as it is voltage controlled.
Accordingly, Eq. (91) becomes,
44.835953 0 Δ|𝑉2 | −0.80370
=
0 40.86388 Δ|𝑉3 | −1.27684
The (Fast) Decoupled Power-Flow Method
Solving this equation we have,
(0) (0)
Δ 𝑉2 = −0.01793 ; Δ 𝑉3 = −0.03125 ;
(0) (0)
Therefore (as 𝑉2 = 𝑉3 = 1.0) ,
(1) (0) (0)
𝑉2 = 𝑉2 + Δ 𝑉2 = 1.0 − 0.01793 = 0.98207 pu
(1) (0) (0)
𝑉3 = 𝑉3 + Δ 𝑉3 = 1.0 − 0.03125 = 0.96875 pu
• Since the mismatch equations themselves have not been modified, the
solution obtained by the decoupled method is the same as that found
with the Newton-Raphson method
Fig. 6.8
• Before the capacitor bank is connected, the switch SW is open and the
bus voltage equals Eth