An Effective Approach For Distribution System Power Flow Solution
An Effective Approach For Distribution System Power Flow Solution
International Journal of Electrical, Computer, Energetic, Electronic and Communication Engineering Vol:3, No:1, 2009
International Scholarly and Scientific Research & Innovation 3(1) 2009 1 scholar.waset.org/1999.5/14357
World Academy of Science, Engineering and Technology
International Journal of Electrical, Computer, Energetic, Electronic and Communication Engineering Vol:3, No:1, 2009
A 4×4 matrix, which takes into account the self and mutual
International Science Index, Electrical and Computer Engineering Vol:3, No:1, 2009 waset.org/Publication/14357
⎡ Z aa Z ab Z ac Z an ⎤
⎢Z Z bb Z bc Z bn ⎥⎥
[Z abcn ] = ⎢ ba (1)
⎢ Z ca Z cb Z cc Z cn ⎥
⎢ ⎥
⎣ Z na Z nb Z nc Z nn ⎦ Fig. 2 Simple distribution system
International Scholarly and Scientific Research & Innovation 3(1) 2009 2 scholar.waset.org/1999.5/14357
World Academy of Science, Engineering and Technology
International Journal of Electrical, Computer, Energetic, Electronic and Communication Engineering Vol:3, No:1, 2009
where BIBC is the bus-injection to branch-current (BIBC) the j-th bus and fill the line impedance (Zij ) to the position of
matrix. the j-th bus row and the k-th column.
The constant BIBC matrix is an upper triangular matrix and Step 6) Repeat procedure (5) until all line sections are
contains values of 0 and 1 only. included in the BCBV matrix.
The relationship between branch currents and bus voltages The algorithm can easily be expanded to a multiphase line
as shown in Fig. 2 can be obtained by (3). For example, the section or bus. For example, if the line section between bus
voltages of bus 2, 3, and 4 are and bus is a three-phase line section, the corresponding branch
current Bi will be a 3×1 vector and the in the BIBC matrix will
V2 = V1 − B1 Z 12 (8a ) be a 3×3 identity matrix. Similarly, if the line section between
bus i and bus j is a three-phase line section, the Zij in the
V3 = V2 − B2 Z 23 (8b) BCBV matrix is a 3×3 impedance matrix as shown in (2).
V4 = V3 − B3 Z 34 (8c) It can also be seen that the building algorithms of the BIBC
and BCBV matrices are similar. In fact, these two matrices
were built in the same subroutine of our test program.
where Vi is the voltage of bus i, and Zij is the line impedance Therefore, the computation resources needed can be saved. In
between bus i and bus j. addition, the building algorithms are developed based on the
Substituting (8a) and (8b) into (8c), (8c) can be rewritten as traditional bus-branch oriented database; thus, the data
International Science Index, Electrical and Computer Engineering Vol:3, No:1, 2009 waset.org/Publication/14357
From (9), it can be seen that the bus voltage can be expressed C. Solution Technique Developments
as a function of branch currents, line parameters, and the The BIBC and BCBV matrices are developed based on the
substation voltage. Similar procedures can be performed on topological structure of distribution systems. The BIBC matrix
other buses; therefore, the relationship between branch represents the relationship between bus current injections and
currents and bus voltages can be expressed as branch currents. The corresponding variations at branch
currents, generated by the variations at bus current injections,
can be calculated directly by the BIBC matrix. The BCBV
⎡V1 ⎤ ⎡V2 ⎤ ⎡Z12 0 0 0 0 ⎤ ⎡ B1 ⎤ matrix represents the relationship between branch currents and
⎢V ⎥ ⎢V ⎥ ⎢Z
⎢ 1 ⎥ ⎢ 3 ⎥ ⎢ 12 Z 23 0 0 0 ⎥⎥ ⎢⎢ B2 ⎥⎥ bus voltages. The corresponding variations at bus voltages,
⎢V1 ⎥ − ⎢V4 ⎥ = ⎢Z12 Z 23 Z 34 0 0 ⎥ ⎢ B3 ⎥ (10a) generated by the variations at branch currents, can be
⎢ ⎥ ⎢ ⎥ ⎢ ⎥⎢ ⎥ calculated directly by the BCBV matrix. Combining (7b) and
⎢V1 ⎥ ⎢V5 ⎥ ⎢Z12 Z 23 Z 34 Z 45 0 ⎥ ⎢ B4 ⎥ (10b), the relationship between bus current injections and bus
⎢⎣V1 ⎥⎦ ⎢⎣V6 ⎥⎦ ⎢⎣Z12 Z 23 0 0 Z 56 ⎥⎦ ⎢⎣ B5 ⎥⎦ voltages can be expressed as
Equation (10a) can be rewritten in general form as: [ΔV ] = [BCBV ][BIBC ][I ] = [DLF ][I ] (11)
[ΔV ] = [BCBV ][B ] (10b) And the solution for distribution power flow can be obtained
by solving (12) iteratively
*
where BCBV is the branch-current to bus-voltage (BCBV) ⎛ P + jQ ⎞
I k
= I (V i ) + jI (V i ) = ⎜⎜ i k i
r k i k
⎟⎟ (12a)
matrix. i i i
⎝ Vi ⎠
[ΔV ] = [DLF ][I ]
k +1 k
(12b)
[V ] = [V ]+ [ΔV ]
B. Building Formulation Development
k +1 0 k +1
Observing (7), a building algorithm for BIBC matrix can be (12c)
developed as follows:
Step 1) For a distribution system with m-branch section and n- According to the research, the arithmetic operation number
bus, the dimension of the BIBC matrix is m×(n-1). of LU factorization is approximately proportional to N3. For a
Step 2) If a line section (Bk ) is located between bus i and bus large value of N, the LU factorization will occupy a large
j, copy the column of the i-th bus of the BIBC matrix to the portion of the computational time. Therefore, if the LU
column of the j-th bus and fill a 1 to the position of the k-th factorization can be avoided, the power flow method can save
row and the j-th bus column. tremendous computational resource. From the solution
Step 3) Repeat procedure (2) until all line sections are techniques described before, the LU decomposition and
included in the BIBC matrix. From (10), a building forward/backward substitution of the Jacobian matrix or the Y
algorithm for BCBV matrix can be developed as follows. admittance matrix are no longer necessary for the proposed
Step 4) For a distribution system with m-branch section and n- method. Only the DLF matrix is necessary in solving power
bus, the dimension of the BCBV matrix is (n-1) ×m. flow problem. Therefore, the proposed method can save
Step 5) If a line section is located between bus i and bus j , considerable computation resources and this feature makes the
copy the row of the i-th bus of the BCBV matrix to the row of proposed method suitable for online operation.
International Scholarly and Scientific Research & Innovation 3(1) 2009 3 scholar.waset.org/1999.5/14357
World Academy of Science, Engineering and Technology
International Journal of Electrical, Computer, Energetic, Electronic and Communication Engineering Vol:3, No:1, 2009
C. Robustness Test
TABLE I
FINAL CONVERGED VOLTAGE SOLUTIONS One of the major reasons, which make the power flow
program diverge, is the ill-condition problem of the Jacobian
matrix or admittance matrix. It usually occurs when the
system contains some very short lines or very long lines. In
order to prove that the proposed method can be utilized in
severe conditions, IEEE 37-bus test feeder is used [14]. The
test feeder is adjusted by changing the length of eight line
sections. Four of them are multiplied by ten, and the other four
are divided by ten. The test result shows the number of
iterations for this case is 4 and the execution time is 0.0181 s.
It means that the proposed method is robust and very suitable
for online use.
International Scholarly and Scientific Research & Innovation 3(1) 2009 4 scholar.waset.org/1999.5/14357
World Academy of Science, Engineering and Technology
International Journal of Electrical, Computer, Energetic, Electronic and Communication Engineering Vol:3, No:1, 2009
REFERENCES
[1] IEEE Tutorial Course on Distribution Automation.
[2] IEEE Tutorial Course on Power Distribution Planning.
[3] W. M. Lin and M. S. Chen, “An overall distribution automation
structure,” Elect. Power Syst. Res., vol. 10, pp. 7–19, 1986.
[4] B. Stott and O. Alsac, “Fast decoupled load flow,” IEEE Trans. Power
Apparat. Syst., vol. 93, pp. 859–869, May/June 1974.
[5] J. H. Teng andW. M. Lin, “Current-based power flowsolutions for
distribution systems,” in Proc. IEEE Int. Conf. Power Syst. Technol.,
Beijing, China, 1994, pp. 414–418.
[6] T. S. Chen, M. S. Chen, T. Inoue, and E. A. Chebli, “Three-phase
cogenerator and transformer models for distribution system analysis,”
IEEE Trans. Power Delivery, vol. 6, pp. 1671–1681.2, Oct. 1991.
[7] T.-H. Chen, M.-S. Chen, K.-J. Hwang, P. Kotas, and E. A. Chebli,
“Distribution system power flow analysis—A rigid approach,” IEEE
Trans. Power Delivery, vol. 6, pp. 1146–1152, July 1991.
[8] T. H. Chen and J. D. Chang, “Open wye-open delta and open delta-open
delta transformer models for rigorous distribution system analysis,” in
Proc. Inst. Elect. Eng., vol. 139, 1992, pp. 227–234.
[9] K. A. Birt, J. J. Graffy, J. D. McDonald, and A. H. El-Abiad, “Three
phase load flow program,” IEEE Trans. Power Apparat. Syst., vol. PAS-
International Science Index, Electrical and Computer Engineering Vol:3, No:1, 2009 waset.org/Publication/14357
International Scholarly and Scientific Research & Innovation 3(1) 2009 5 scholar.waset.org/1999.5/14357