Unit 3 Z Bus
Unit 3 Z Bus
k Sk Si Zf
(1.1)
Generally the short circuit currents are so large compared to the steady state loads, the loads may be neglected. However, the loads can be represented as impedances using the above voltages for example, the load Si may be approximated by the impedance (1.2) Si* The changes in network voltage due to the fault are found from the system with all voltages shorted to ground and the prefault voltage Vk ( 0 ) applied as shown in the figure below:
i
Zi =
Vi (0 )
k Zi Zk V th=Vk (0)
Ik (F) Zf
Note the capacitors for the pi equivalent of line ik. Also note the loads are replaced by the approximation of impedances. The voltage source at i is grounded and its impedance remains as shown above. The bus voltage changes caused by the fault in this circuit are represented by the column vector V1 M (1.3) Vbus = Vk M Vn From Thevenin's theorem the voltages during the fault are found from Vbus (F ) = Vbus ( 0 ) + Vbus (1.4) We also know for the nodal equations that I bus = YbusVbus (1.5) where I bus is the bus current entering the bus and Ybus is the bus admittance matrix. The diagonal elements of each bus is the sum of the admittances connected to that bus, i.e.
Yii =
yij
j =0
ji
(1.6)
The off-diagonal element is equal to the negative of the admittance between the nodes, i.e. Yij = Y ji = yij (1.7) where yij is the actual admittance between nodes i and j. For the Thevenin circuit above, the nodal equations are 0 Y11 L Y1k L Y1n V1 M M M M M M M (1.8) Ik ( F ) = Yk 1 L Ykk L Ykn Vk M M M M M M M 0 Yn1 L Ynk L Ynn Vn Note that the minus sign is due to the fact the fault current is shown leaving node k. The above matrix equation can be written as I bus ( F ) = Ybus Vbus (1.9) which can be solved for the voltage change thus Vbus = Z bus I bus ( F ) (1.10)
1 where Z bus = Ybus is known as the bus impedance matrix (not to be mixed-up with the impedance matrix in mesh equations of circuit theory!)
Using (1.10) in (1.4) we have: Vbus ( F ) = Vbus ( 0 ) + Z bus Ibus ( F ) Which can be expanded into matrix form: V1 ( F ) V1 ( 0 ) Z11 L Z1k L Z1n 0 M M M M M M M M Vk ( F ) = Vk ( 0 ) + Z k 1 L Zkk L Zkn I k ( F ) M M M M M M M M V ( F ) V ( 0 ) Z n1 L Znk L Z nn 0 n n Using the kth equation we have: Vk ( F ) = Vk (0 ) Z kk I k ( F ) Also it is clear that Vk ( F ) = Z f I k ( F ) From (1.13) and (1.14) we have: V ( 0) Ik ( F ) = k Z kk + Z f Thus we can solve for any bus voltage using (1.12) for row i: Vi ( F ) = Vi ( 0 ) Zik Ik ( F ) And using (1.15) in (1.16) we have: V ( 0) Vi ( F ) = Vi (0 ) Zik k Z kk + Z f
(1.11)
(1.12)
(1.13) (1.14)
(1.15)
(1.16)
(1.17)
Knowing all the bus voltages during a fault we can solve for all the fault currents, in particular, for line current from bus i to bus j we have: Vi ( F ) V j ( F ) Iij ( F ) = (1.18) zij It is noted that this method works for any bus under fault (i.e. the faulted bus k could be any one bus of the buses in the system). [Note that zij is the impedance between bus i and bus j. It is not the i-j-th element of Z bus .] The method suggested above to find the bus impedance matrix by inversion of the bus admittance matrix is not feasible for very large power systems. An alternate method for the direct formation (or building) of the matrix Z bus will be discussed in the next section. Example 9.2 A three-phase fault with a fault impedance of Z f = j0.16 pu occurs at bus 3 in the network for Example 9.1. Using the bus impedance matrix method, compute the fault current, the bus voltages, and the line currents during the fault. First the network in Example 9.1 is redrawn to the right using impedances. By inspection we can find the Ybus thus:
j8.75 j 1.25 j 2.5 Ybus = j1.25 j6.25 j 2.5 j2.5 j5 j 2.5 Note that this is the Ybus before the fault occurs. By inversion using Matlab we have:
Ybus = j*[-8.75 1.25 2.5 Zbus = inv(Ybus) Zbus = 0 + 0.1600i 0 + 0.0800i 0 + 0.1200i 0 + 0.0800i 0 + 0.2400i 0 + 0.1600i 0 + 0.1200i 0 + 0.1600i 0 + 0.3400i 1.25 -6.25 2.50 2.5 2.5 -5.0];
-j2.5
2 3 -j2.5
Vth=V3 (0)
I 3(F) Zf = j0.16
0 - 2.0000i
These results are identical to those found earlier in Example 1. Note that the need for the repeated simplification to find the Thevenin impedance is removed, but a matrix inversion is introduced. This inversion will also be eliminated by the direct building method of the bus impedance matrix to be discussed in the next section.