Backward - Forward Sweep Based Distribution Load Flow Method
Backward - Forward Sweep Based Distribution Load Flow Method
[email protected], [email protected]
suppose that fault occurs at any point F of section SLM of the performance of a power system and for analyzing the
feeder. Then section SLM of the feeder can be isolated for effectiveness of alternative plans for system expansion to
repairs and at the same time continuity of supply is maintained meet increased load demand. These analyses require the
to all the consumers via the feeder SRQPONM. calculation of numerous load flows for both normal and
emergency operating conditions.
The load flow problem consists of the calculation of
power flows, and voltages of a network for specified terminal
or bus conditions. A single phase representation is adequate
since power systems are usually balanced. Associated with
each bus are four quantities: the real and reactive power, the
voltage magnitude and the phase angle. Three types of buses
are represented in the load flow calculation and at a bus, two
of the four quantities are specified. It is necessary to select one
bus, called the slack bus, to provide the additional real and
reactive power to supply the transmission losses. At this bus
the voltage magnitude and phase angle are specified. The
remaining buses of the system are designated either as voltage
Fig.1.2 Ring main System
controlled buses or load buses. The real power and voltage
(iii) Interconnected system: When the feeder ring is magnitudes are specified at a voltage controlled bus. The real
energized by two or more than two generating stations or and reactive powers are specified at a load bus.
substations, it is called inter-connected system. Fig. 1.3 The static load flow equations are given by
shows the single line diagram of interconnected system n
where the closed feeder ring ABCD is supplied by two Pp Ep Eq Ypq cos( pq q p)
substations S1 and S2 at points D and C respectively. q 1
Distributors are connected to points O, P, Q and R of the n
feeder ring through distribution transformers. Qp - Ep Eq Ypq sin( pq q p)
q 1
The above equations are said to be non linear in
nature because of involvement of trigonometric terms. Direct
solution is not possible, we need to apply iterative Techniques
to solve the equations.
Those are
i. Gauss -Seidal Method
ii. Newton- Raphson Method
iii. Newtons Decoupled Method
iv. Fast Decoupled Method.
distribution load flow method to the distribution networks and branches connected to the root node, the current in branch
few practical considerations concludes the Paper. L, JL is calculated as
In our algorithm, regardless of its original topology, the
distribution network is first converted to a radial network. JL(k)= - IL2(k) + (currents in branches
Hence, an efficient algorithm for the solution of radial emanating from node L2) L=b, b-1 ,.,1
networks is crucial to the viability of the overall solution
method. The solution method used for radial distribution Where IL2(k) is the current injection at node L2. This
networks is based on the direct application of the KVL and is the direct application of the KCL.
KCL. For our implementation, we developed a node and
branch oriented approaches using an efficient numbering
scheme to enhance the numerical performance of the solution
method. We first describe this node numbering scheme.
Fig. 5.1 single line diagram of IEEE 15 bus system using BFS and Branch
numbering scheme
For IEEE 15-Bus system the branch currents from the Fig. 5.1
Fig. 4.1 Example of breadth first search method
are calculated as given below
BFS is a uniformed search method that aims to
J[14]= -I[15];
expand and examine all nodes of a graph systematically in
search of a solution. In other words, it exhaustively searches J[13]= -I[14]+(J[14]);
the entire graph without considering the goal until it finds it. It J[12]= -I[13];
does not use a heuristic. J[11]= -I[12];
J[10]= -I[11];
V. SOLUTION METHODOLOGY J[9]= -I[10];
Given the voltage at the root node and assuming a J[8]= -I[9]+(J[13]);
flat profile for the initial voltages at all other nodes, the J[7]= -I[8]+(J[10]+J[11]+J[12]);
iterative solution algorithm consists of three steps J[6]= -I[7];
J[5]= -I[6];
1. Nodal current calculation: At iteration k, the nodal
current injection, Ii(k), at network node i is calculated as, J[4]= -I[5]+(J[9]);
J[3]= -I[4]+(J[7]+J[8]);
Ii(k) = (Si / Vi(k-1))* - YiVi(k-1) i=1,2,.,n J[2]= -I[3]+(J[5]+J[6]);
J[1]= -I[2]+(J[2]+J[3]+J[4]);
where ,Vi(k-l) is the voltage at node i calculated
during the (k-l)th iteration and Si is the specified power 3. Forward sweep: Nodal voltages are updated in a forward
injection at node i. Yi is the sum of all the shunt elements at sweep starting from branches in the first layer toward
the node i. those in the last. For each branch, L, the voltage at node
L2 is calculated using the updated voltage at node L1 and
2. Backward sweep: At iteration k, starting from the the branch current calculated in the preceding backward
branches in the last layer and moving towards the sweep.
1541
S. Sunisith et. al., Backward/Forward Sweep Based Distribution Load Flow Method
International Electrical Engineering Journal (IEEJ)
Vol. 5 (2014) No.9, pp. 1539-1544
ISSN 2078-2365
http://www.ieejournal.com/
For IEEE 15 bus system the nodal voltages from Fig. 5.1 are
calculated as given below
v[2]=v[1]-(z[1]*J[1]);
v[3]=v[2]-(z[2]*J[2]);
v[4]=v[2]-(z[3]*J[3]);
v[5]=v[2]-(z[4]*J[4]);
v[6]=v[3]-(z[5]*J[5]);
v[7]=v[3]-(z[6]*J[6]);
v[8]=v[4]-(z[7]*J[7]);
v[9]=v[4]-(z[8]*J[8]);
v[10]=v[5]-(z[9]*J[9]);
v[11]=v[8]-(z[10]*J[10]);
v[12]=v[8]-(z[11]*J[11]);
v[13]=v[8]-(z[12]*J[12]);
v[14]=v[9]-(z[13]*J[13]);
v[15]=v[14]-(z[14]*J[14]);
Steps 1, 2 and 3 are repeated until convergence is achieved.
1542
S. Sunisith et. al., Backward/Forward Sweep Based Distribution Load Flow Method
International Electrical Engineering Journal (IEEJ)
Vol. 5 (2014) No.9, pp. 1539-1544
ISSN 2078-2365
http://www.ieejournal.com/
No. of buses = 15
No. of lines = 14
Sub station bus = 1
Base kV = 11
Base kVA = 100
Fig. 9.2 single line diagram of IEEE 31 bus system using BFS and Branch
numbering scheme
1543
S. Sunisith et. al., Backward/Forward Sweep Based Distribution Load Flow Method
International Electrical Engineering Journal (IEEJ)
Vol. 5 (2014) No.9, pp. 1539-1544
ISSN 2078-2365
http://www.ieejournal.com/
Test results of backward/forward sweep based distribution [1] Jatin Singh Saini, M.P.Sharma, S.N.Singh, Voltage
load flow method profile improvement of rural distribution network by
1. The no. of iterations taken for convergence = 5 conductor replacement, International Electrical Engineering
2. Convergence criteria = 0.001 Journal (IEEJ), Vol. 5 (2014) No.7, pp. 1490-1494, ISSN
2078-2365.
(iii) IEEE 69-BUS DISTRIBUTION SYSTEM [2] Shirmohammadi D, Hong HW, Semlyen A, et al. A
compensation based power flow method for weakly meshed
No. of buses = 69 distribution and transmission networks. IEEE Trans Power
No. of lines = 68 Syst 1988;3 (2):753-61.
Sub station bus = 1 [3] Zhang Fang, Cheng Carol S. A modified Newton method
Base kV = 12.66 for radial distribution system power flow analysis. IEEE
Base kVA = 1000 Trans Power Syst 1997;12 (1): 389-97.
[4] Van Amerongen RAM. A general purpose version of the
Test results of backward/forward sweep based distribution fast decoupled load flow. IEEE Trans Power Syst 1989;4
load flow method (2):760-70.
1. The no. of iterations taken for convergence = 3 [5] Zhang BM, Wu WC. A three phase power flow algorithm
2. Convergence criteria = 0.001 for distribution system power flow based on loop analysis
method. Electrical Power and Energy Systems 30 (2007)
(iv) IEEE 85-BUS DISTRIBUTION SYSTEM 8-15.
[6] Berg R. Hawkins ES, Pleines WW. Mechanized
No. of buses = 85 calculation of unbalanced load flow on radial distribution
No. of lines = 84 circuits. IEEE Trans Power Appar Syst 1967;86 (4):415-21.
Sub station bus = 1 [7] Computer Methods in Power System Analysis by Glenn
Base kV = 11 W. Stagg and Ahmed H. EL-Abiad.
Base kVA = 100 [8] Principles of Power System by V.K.MEHTA and
ROHIT MEHTA.
Test results of backward/forward sweep based distribution [9] Electric Power Distribution by A S PABLA.
load flow method
1. The no. of iterations taken for convergence = 3
2. Convergence criteria = 0.001
X. CONCLUSION
REFERENCES
1544
S. Sunisith et. al., Backward/Forward Sweep Based Distribution Load Flow Method