Fault Analysis Using Z Bus
Fault Analysis Using Z Bus
1.0 Introduction
2
V1 Z11 Z1k Z1N 0
V f Z k1
row k
Z kk Z kN I f (5)
VN Z N1 Z Nk Z NN 0
Note that the right-hand-side results in, for
each row j, only the Zjk being multiplied by
a non-zero current. Therefore:
V1 Z1k I f
rowk V f Z kk I f (6)
VN Z Nk I f
We observe from row k that:
V f Z kk I f
(7)
Solving (7) for I’’f results in
Vf
I f
(8)Z kk
3
V1 Z1k / Z kk V f
rowk V f V f (9)
VN Z Nk / Z kk V f
kk
f
kk
f
kk
(13) f
Z
V V
jf j
Z
V
kk
(14)
jk
f
b
jf
Vi V j
Zb
Z ik Z jk
(16)
V f
Zb Z b Z kk
5
the appropriate information for selecting the
circuit breakers in the lines.
Z Z b
(17)
kk
jk
6
compute the short circuit currents for a fault
at only one bus k. So we just want to get the
kth column of Z-bus, but we do not need the
entire Z-bus.
8
l11 0 0
L l21 l22 0 (24)
l31 l32 l33
9
following equations in the order they are
given:
Lw I (29) k
UZ w (30) k
Factorization of a matrix Y can be done efficiently and easily using the matlab
command:
[L,U]=lu(Y)
Then it is easy to find w by hand using forward substitution from:
Lw I k
And then it is easy to find Z2 by hand using backwards substitution from:
UZ2 w
Alternatively, the manual steps of LU decomposition can be performed per the notes
from “LU Decomposition.”
10
a. Construct the Y-bus for this network (should be
a 4×4 matrix).
b. Consider that there is a three-phase
(symmetrical) fault at bus 2.
i. Use LU decomposition to obtain the 2nd
column of the Z-bus.
ii. Compute the subtransient fault current.
iii. Use eq. (12) to find the voltages during the
fault.
iv. Use eq. (17) to find the subtransient currents
in lines 3-2, 1-2, and 4-2.
3. See notes called “Examples.”
4. See notes called “Examples.”
11