Bfs 1 PDF

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

1

Forward/Backward Sweep Method Based on Map Structure for


Power Flow Calculation of Distribution System
Xu Jingzhou, and Chen Xiao

coding of forward/backward sweep method. Tests


Abstract Power flow calculation is very show that this method is timesaving and
important to distribution system management, and insensitive to the system scale, which can get
more and more attention are paid to calculation satisfying results and can be easily applied to
speed and accuracy due to the booming smart grids practice.
which allow interconnection of distributed
generation of different kinds. A new II. Problem Description
forward/backward sweep method based on map
structure is presented, which can calculate power As shown in Figure 1, most distribution systems
flow of all complex radial distribution systems. are radial, which leads to the difference of load
Special coding of nodes, such as hierarchical coding, flow calculation from the other parts of power
is not necessary, and results can be obtained directly system.
through a global search of line map. Test shows that i
the method is timesaving and insensitive to the
system scale, which helps the popularity of smart
grids. 0 1 2 k

IndexTerm Distribution system;


forward/backward sweep method; power flow
calculation
Figure 1 Radial distribution system connected with
distributed generation
Firstly, distribution network matrices are
I. Introduction generally ill-conditioned, that is, bus admittance
Power flow calculation is very important to matrix is very sparse because branches are always
distribution system analysis including its planning, less than nodes in radial distribution system.
operational analysis, state estimation and network Secondly, due to high R/X ratio, fast decoupling
reconfiguration, etc. Because of different method can not be applied.
characteristic features of distribution networks, Thirdly, since power of the line connected with
such as radial structure and high R/X ratio, the endpoint node is just the nodal power, power
distribution system load flow analysis differs loss and voltage loss can be resolved directly if the
significantly from transmission systems. endpoint node voltage is given, so sweep-based
Accordingly, a number of methods are specially method can be adopted to calculate system state
designed for the solution of the power flow variables in sequence.
problem on radial distribution systems, most of Branch current and branch power can be both
which are based on the forward/backward sweep used as iterative variables, according to which
method [1]-[10]. forward/backward sweep method is a little
Although these methods are reliably convergent, deferent [10], and branch power is preferred in
they must comply with some special rules like this paper.
hierarchical coding, and sometimes Jacobian
matrix or additional zero impedance branches are III. Proposed Methodology
needed, which makes programming and applying
Conventional forward/backward sweep methods
very difficult. In this paper, a new system
are not easily applied and popularized due to weak
expression based on map structure is provided,
correlation of data which leads to complex
which simplifies the calculation process and nodal
computational logic. Aiming at this problem, map
structure is adopted in this paper, based on which
Xu Jingzhou works at Nanjing Power Engineering Design coding and calculating becomes very easy for each
Company, Ltd, Nanjing, Jiangsu 210009 China (e-mail:
chefxu@hotmail.com). iterative step just needs to traverse all lines once.
Chen xiao works at Nanjing Power Supply Company,
Nanjing, Jiangsu Nanjing, Jiangsu, 210008, (e-
A Data processing
mail:lettuce81@163.com).
2

Map container allocates each node a unique U li _ f = 1.0


index having no use for hierarchical classification
of network, which endows this storage measure U li _ b = 1.0
with high searching efficiency.
Firstly, let us consider the distribution system as
Pli _ f = 0
Items Parameters included Qli _ b = 0
BB
System System Is parameter normalized 1
reference reference
voltage rate
Step 2. Equation 2 shows the forward sweep for
Lines Lines tail- Resistance Impedance front-end power flow of lines, which is based on
LI front-end end node of line of line line map.
node index
index Pli _ f = Pli _ b + Pli
Access Load real Load reactive power
LP Point of power Qli _ f = Qli _ b + Qli
load or
DG 2
given in Figure 1, and input system elements data
as shown in Table 1. P Q
Where li _ f and li _ f stand for real and
Table 1 Data inputting formula
reactive power from the front-end of line i
Where BB, LI and LP stand for data of bus, line
and load respectively. P Q
respectively, and as the same, li _ b and li _ b
Since conventional calculation methods are stand for real power and reactive power integrated
required to distinguish between main lines and to the tail-end of the line, summing up front-end
branch lines, nodal data need to be pre-processed real and reactive power of all lines connected with
specially in order to get hierachical data structure.
li and P Qli
As shown in Table 1, method proposed in this end-point of line i . Moreover,
paper indexes all nodes without taking stand for real and reactive line loss. So
consideration of the deference of lines. Pli _ b Qli _ b Pli Qli can be written as
Secondly, component connectivity is created , , and
according to inputting data, forming component
map including bus map, line map, load map and Pli _ b = Plj _ f + Pldi
node map. Each element map records all the ip j

Qli _ b = Qlj _ f + Qldi


homogeneous elements with a unique index and
data information, and besides, node map is
adopted to stores the connectivity information of ip j ip j
all nodes. In this case, the whole system can be 3
configured through traversing the line map.
During backward sweep, tail-end power of a line, Where i p j stands for all lines connected with
i.e. line i, can be figured up through searching the endpoint of line i.
front-end node of the line, power of tail-end node
can be figured up just through traversing all lines
( Pli _ b + Qli _ b ) * R
2 2
front-end node .
Pli = 2
B Calculation procedure U li _ b
The method proposed in this paper neednt ( Pli _ b + Qli _ b ) * X
2 2
distinguish main lines from branch lines, which Qli = 2
can be demonstrated by the following calculation U li _ b
procedure.
4
Step 1. Parameters need initializing if elements
data havent been referred, and at the same time,
Step 3. Backward sweep for end-point voltage of
bus voltage with voltage and power of lines both
line is shown as equation 5. Because the
ends is assumed as follow.
quadrature component of voltage is too little to
reckon in, direct-axis component is considered
only.
3

P R+Q X
li _ f li _ f
U =U
li _ b li _ f U
li _ f
5

The end-point voltage obtained is assigned to the


front-end voltage of lines which are connected
with the end-point of line i.
Figure 3 69-Bus system
U lj _ f = U li _ b ip j Parts of the calculation results are shown in
Table 2.
Step 4. Convergence criterion is written as Table 2 Calculation results of voltage and line loss
equation 6. Nodal Branch
Voltage Line loss
number number
( k +1) ( k +1) ( k +1)
Max( Pli _ f Pli _ f , Qli _ f Qli _ f , U li _ b U li _ b )<
(k ) (k ) (k )
1 0.99997 1 0.074878
2 0.99993 2 0.074878
6 4 0.99984 4 0.194833
Step 5. Calculation procedure concludes if 8 0.97857 8 6.895699
convergence criterion is satisfied, otherwise, turn
9 0.97744 9 3.375672
to step 2 and keep iterating.
The programming logic is very simple which 11 0.97134 11 1.015048
can be seen from the calculation procedure above, 12 0.96818 12 2.192752
because a whole procedure of sweep just traverse
27 0.95632 27 0.000349
line map once, and during the course of each step
the calculation is the same for all the lines without 28 0.99993 28 0.000349
consideration of the deference between branch 35 0.99895 35 0.000479
lines and main lines.
36 0.99979 36 0.023283
C Calculation Process Flow Chart
The calculation process flow chart is shown as 39 0.99415 39 0.115903
figure 2 according to the calculation procedure 41 0.97853 41 0.000044
listed above. 42 0.97465 42 5.781278
a
t
a
n
p
u
t
il
t
n
g

D I
a
n
d
o
r
m
o
i
z
e
d

54 0.90915 54 0.041217
r
e
a
t
ef
t
h
eo
o
n
ee
n
c
t
i
v
i
t
y

C C
o
m
p
o
n
n
t
s

C
55 0.97128 55 0.002622
Data Initialized

Iteration Count 57 0.96785 57 0.023324


k=0

Backward Sweep
59 0.99992 59 0.001409
for End-point
Power Flow of
Lines 69 0.9984 69 0.000012
The results listed in Table 2 are the same as that
Y

Forward Sweep
for Front-end
Power Flow of
k
=
k
+
1

Lines in document [11]. The calculation procedure takes


0.028 seconds with 4 times iteration when
Y

E
n
d
P
r
i
n
t
R
e
s
u
l
t
s

Convergence
Criterion Is
Satisfied? calculation convergent precision is set at 1e-10.
N

Nodal voltage results are shown in figure 4.


N

N
o
t
C
o
n
v
e
r
g
e
n
t

Maximun
Iteration Count?

Figure 2 calculation process flow chart 1.02


1
IV. Case Study 0.98
A real 69-bus system in PG&E Power Supply 0.96
Company is quoted here, which is shown in figure 0.94
3. And the test condition for this system is the 0.92
same as that in document [11]. 0.9
1 11 21

Figure 4 Power flow calculation result - nodal voltage


4

V. Conclusion Biographies
The method presented in this paper gets an Xu Jing-zhou 1981.1-received B.S. degree in
advantage of conventional ones with simple logic electrical engineering from Shanghai Institute of
and friendly programming for iteration just Electrical Power, M.S. degree and Ph.D. degree from
Southeast University. He is currently working at
traverses line map once, which is timesaving and
Nanjing Power Supply Company. His work mainly
insensitive to the system scale and can be easily includes power engineering design and power system
put into practice. Based on this model, further plan.
study is easily carried on, such as taking into Chen Xiao 1981.5-received B.S. degree and
consideration of deferent load models and impact M.S. degree from Southeast University. She is currently
assessment of distributed generation (DG) on working at Nanjing Power Supply Company. Her work
distribution system, etc. And in sequence, DG mainly includes power system operation and its dispatch.
optimization can be obtained through choosing
proper DG models, which helps the popularity of
smart grids.

References

[1] Berg R, Hawkins E S, Pleines W W. Mechanized


calculation of unbalanced load flow on radial
distribution circuits[J]. IEEE Trans. On Power
Apparatus and Systems, 1967, 86(4)415-421.
[2] Chen T H, Chen M S, Hwang K J, et al.
Distribution system power flow analysis-a rigid
approach[J]. IEEE Trans. on Power Delivery,
1991,6(3)1146-1152.
[3] Teng Jenhao, Lin Wheimin. Current-based power
flow solutions for distribution systems, ICPST 94
Beijing, China, 1994414-418.
[4] Van Amerongen R A M, A General Purpose
Version of the Fast Decoupled Load Flow, IEEE
Trans. on Power Systems, 1989, 4(2)760-770.
[5] Fang Zhang, Carol S. Cheng. A modified newton
method for radial distribution system power flow
analysis[J]. IEEE Trans. on Power
Systems,February 1997, 12(1)389-397.
[6] Cai Zhongqin, Guo Zhizhong. Newton load flow
for radial distribution network based on upstream
labeling technique [J]. Proceedings of the CSEE,
2002, 20(6)13-16.
[7] Ray D. Zimmerman, Hsiao-Dong Chiang, Fast
decoupled power flow for unbalanced radial
distribution systems, IEEE Trans. on Power
Systems,1995, 10(4)2045-2051.
[8] Shirmohammadi D, Hong HW, Semlyen A,et al. A
Compensation-based power flow method for
weakly meshed distribution and transmission
networks [J]. IEEE Trans. on Power Systems,
1988,3(2)753-761.
[9] Goswami S K, Basu S K, Direct solution of
distribution systems [J]. Proceedings of IEE, Part C,
1991, 138(1)78-88.
[10] Sun jian,Jiang Daozhuo,Liu Zhihua. Modified
power flow algorithm of distribution network
based on forward/backward sweep method [J].
Electric Power Automation Equipment.200424
3:81-84
[11] Mesut E.Baran, Felix F.Wu. Optimal Capacitor
Placement on Radial Distribution System. IEEE
Transactions on Power Delivery, Vol.4, No.1,
January 1989:725-734

You might also like