You are on page 1of 6

See discussions, stats, and author profiles for this publication at: https://www.researchgate.

net/publication/262187282

A Simple Algorithm for Distribution System Load Flow with Distributed


Generation

Conference Paper · May 2014


DOI: 10.1109/ICRAIE.2014.6909127

CITATIONS READS

11 3,713

2 authors, including:

Sivkumar Mishra
Biju Patnaik University of Technology
34 PUBLICATIONS   106 CITATIONS   

SEE PROFILE

Some of the authors of this publication are also working on these related projects:

smart solar monitoring system using IoT View project

Multi objective stochastic network reconfiguration View project

All content following this page was uploaded by Sivkumar Mishra on 11 May 2014.

The user has requested enhancement of the downloaded file.


IEEE International Conference on R e c e n t A d v a n c e s a n d I n n o v a t i o n s i n E n g i n e e r i n g ( I C R A I E - 2 0 1 4 ) ,
May 09-11, 2014, Jaipur India

A Simple Algorithm for Distribution System Load


Flow with Distributed Generation
Sivkumar Mishra,Member IEEE Debapriya Das, Member IEEE Subrata Paul
IIIT, Bhubaneswar IIT, Kharagpur Jadavpur University, Kolkata
Odisha, India West Bengal, India West Bengal, India
sivkumar@iiit-bh.ac.in ddas@ee.iitkgp.ernet.in speejupow@yahoo.co.in

Abstract—With increasing penetration of distributed Dugan [8] has enlisted fourteen challenges relevant to the
generators (DG) in power distribution system, the distribution analysis of DG in the distribution systems such as providing
system load flow methods also need to be modified. Hence, the the screening applications, power flow solution, multiphase
selection of suitable model of DG is important for the accurate analysis, circuit model size, dynamics, harmonics, determining
load flow. In this paper, a simple algorithm for distribution the value of DG, modeling sub transmission, assessing
system load flow with DG is proposed considering DGs as distribution reliability, loss analysis, protective device
constant negative loads. The results for three test distribution coordination, transformer connections etc. Thus, DSLF
systems are presented. analysis with DG has attracted researchers to model DGs in the
best possible way for suitable inclusion.
Keywords—distributed generation, load flow, radial distribution
systems, forward backward sweep In the light of above developments, in this paper the DG
modeling issue for DSLF analysis is addressed. Considering a
I. INTRODUCTION FBS based DSLF method with a novel bus identification
scheme and constant negative power model of DGs, the results
Load flow analysis is an important tool for power system
for three test distribution systems are presented.
planning and operation. However, conventional load flow
methods such as Newton-Raphson or Fast Decoupled, which
are typically designed for electrical transmission systems, are II. LOAD FLOW FOR RADIAL DISTRIBUTION NETWORKS
not suitable for power distribution system load flow analysis. Literature review [1] reveals that many methods are
Distribution networks are typically radial in nature and the available to carry out load flow in a RDN. In this paper, a FBS
feeders have high R/X ratio, hence are ill conditioned for such based load flow algorithm [9] is considered.
load flow. For various applications in distribution
automation(DA) , several load flow methods have been A. Modeling for a Balanced RDN
developed in the last two decades [1], which are known as
distribution system load flow (DSLF) methods. These methods Assuming balanced nature of RDN, an equivalent single
exploit the special topological characteristics of the radial phase feeder is shown in Fig.1. where a is the sending end bus,
distribution networks (RDN). Among several DSLF methods, a’ is the receiving end bus, Ia is the feeder branch current and
forward backward sweep (FBS) based methods are proven to Zaa’ is the impedance of the branch feeder. The sending end
be the most simple and fast method to carry out distribution voltage Va and the receiving end voltage Va’ are related as per
system load flow [2]. (1).

The electric distribution system recently gained focus due Va' =Va - zaa.Ia (1)
to increasing penetration of distributed generators (DGs).
Integration of DGs into the distribution systems alters the basic
configuration from a passive system to an active one. This
brings in certain benefits [3-4] as well as challenges [ 5-6]. The
major technical benefits are [7]: Fig.1. Equivalent single phase feeder

• Reduced line losses The loads connected to various buses of a distribution


system are assumed as constant power loads. To implement the
• Voltage profile improvement load flow the load connected at each bus is represented as
• Reduced emissions of pollutants equivalent current injections (ECI). Consider an arbitrary bus-i
of a RDN (Fig.2) where a constant complex power load
• Increased overall energy efficiency SLi=PLi+jQLi is connected. For bus i , the corresponding load
current injection or equivalent current injection (ECI) ILi is
• Enhanced system reliability and security computed as a function of the bus voltage Vi.
• Improved power quality
ILi = ( Pi − Qi) / Vi* , i = 1, 2............nb (2)
• Relieved T & D congestion
IEEE International Conference on R e c e n t A d v a n c e s a n d I n n o v a t i o n s i n E n g i n e e r i n g ( I C R A I E - 2 0 1 4 ) ,
May 09-11, 2014, Jaipur India
Pi and Qi in this case are equal to the corresponding loads PLi
and QLi at bus-i.

Fig.2. Equivalent current injection at bus-i

B. Bus Identification Scheme


For a fast implementation of FBS based load flow, Mishra
et al [10] have proposed several arrays for bus identification.
These arrays are proven to be extremely useful for its reduced
search time and fast implementation of load flow. For
convenience, a brief review of the various arrays as proposed in
[9-10] is presented here. Fig.4. Storage and pointer operation of mfs, mts, sb and nsb arrays

An array of dimension double the number of branches (nbr) C. FBS based DSLF
of a radial distribution system, namely, adb(2*nbr) is
FBS based DSLF is a well established method. This
proposed, which stores all the adjacent or neighboring buses of
method exploits the various topological specialties of the RDN
each of the buses of the RDN. Two other arrays mf and mt of
and is quite fast as well as simple to implement. This is an
dimension ‘nb’, where nb = number of buses in a RDN, are
iterative method and each iteration consists of two steps. In the
proposed, which act as pointers of the adb array. These arrays
first step, starting from any end bus the RDN branch currents
in turn govern the reservation of allocation of memory
are gradually calculated till the substation bus or the root bus.
locations for each bus, i.e mf and mt point to the starting and
This is termed as a “backward sweep”. In the second step i.e
end addresses in the adb array respectively. Similarly, all the
forward sweep, starting from the substation bus all subsequent
previous buses are identified and stored in an array pb. These
buses up to the end buses are updated using (1). This equation
arrays can be formed from the general system data of a RDN.
uses the previously calculated branch currents in the backward
Two more arrays, namely, nsb and sb are proposed. The sweep. This process continues till voltage magnitudes
array nsb stores the number of subsequent buses corresponding converge. The current in any branch of a RDN can be
to various branches of a RDN and has a dimension equal to calculated using (3).
nbr. The sb array stores all the subsequent buses to each of the
the branches of the system. Two pointer arrays mfs and mts are
also introduced to point to the start and end memory locations
I i = Current of 'i ' th branch= ∑ ILi
i = all subsequent (3)
buses to j
in sb array. The arrays mfs, mts, nsb and sb can be formed
from the input data of a RDN. MATLAB codes to form all the
proposed arrays from the input data are presented in [10]. The A complete flow chart of the FBS based DSLF using the
general storage and pointer operations of these arrays are proposed bus identification scheme is presented in Fig.5.
explained in Fig.3 and Fig.4 with reference to a fictious RDN
of nb buses and nbr branches.
III. MODELING OF DGS FOR DSLF
Distributed Generation (DG) is an electric active power
source connected directly to the distribution network or
customer side of the meter [11]. However, DG is not a new
concept but it is an emerging approach for providing electric
power in the heart of the power system [4]. It encompasses
several technologies which can be broadly categorized as
renewable or nonrenewable. Renewable DG includes small
hydro plants, wind turbines, photo voltaic cells, fuel cells,
geothermal power plants, biomass power plants, tidal power
plants, wave power plants etc., whereas non renewable
category includes conventional fossil fuel based generators,
micro turbines, CHP plants etc. In this context, a broader term
such as Distributed Energy Resources(DER) can be defined,
which refers to the electric power generation resources that are
directly connected to the medium voltage(MV) or low voltage
Fig.3. Storage and pointer operation of mf, mt and adb arrays (LV) distribution systems and it includes both generation units
IEEE International Conference on R e c e n t A d v a n c e s a n d I n n o v a t i o n s i n E n g i n e e r i n g ( I C R A I E - 2 0 1 4 ) ,
May 09-11, 2014, Jaipur India
(DGs) and energy storage technologies like batteries, fly A. PQ Model of DGs
wheels, super conducting magnetic energy storage etc. [12]. Since DGs are normally smaller in size when compared
with the conventional power sources, the constant PQ model is
commonly found to be sufficient for the distribution system
load flow analysis [17]. This model is adequate because DGs
typically not permitted to regulate the voltage. Instead, they
regulate power and power factor, hence modeled as negative
loads [8]. Most of the DGs are equipped with automatic
voltage regulators (AVR) and operate in constant power output
mode. Therefore, voltage output level of the DGs are same as
system voltage. Hence, it is preferable to handle the
interconnection nodes of DGs as the PQ node model rather
than the PV node model as shown in Fig.6 [18].

Fig.6. The models of load and DG as their power factor

B. FBS based Load Flow with DG Units


With DGs modeled as negative loads, the equivalent loads
at bus-i can be expressed as:
Pi = PLi − Pgi (4-a)

Qi = QLi − Qgi (4-b)


PLi and QLi are the constant power loads connected at bus -i
and Pgi and Qgi are the real and reactive powers injected by the
DG connected at bus-i respectively. The ECIs then can be
calculated at all the buses using (2). The backward and forward
sweeps are then followed as per the flow chart in Fig.5 to
execute the load flow.

C. Test Distribution Systems with DG Units


Three test distribution systems are considered to validate
the model and the method described in this paper. Fig.7 shows
a 12 bus radial test system with DGs connected at bus -6 and
Fig.5. Flow chart of DSLF 12 and the system data is presented in Table-I. Fig.8 shows the
One of the challenges [8] considering DG in the analysis second test radial distribution system of 33 bus [19] and DGs
and design of distribution systems, is the power flow solution are connected at bus 5 and 18. Pg and Qg of these DGs (both
taking into account the proper modeling of embedded DGs. test systems) are considered to be 10% and 7% of total active
Teng [13] has proposed three types of mathematical models of power and reactive power load of the corresponding system
DGs for load flow analysis i.e a) constant power factor model respectively. The third test distribution system is a 69 bus
for synchronous generator and power electronics based DGs radial system [20-21] with six DGs connected at bus-11, 22,
b) variable reactive power model for induction generator based 31, 38, 53 and 58 as shown in Fig.9.
DGs and c) constant voltage model for large scale
controllable DGs. Depending on the control, the DG may be set
to output power at either constant power factor for small DG or
constant voltage for large DG. Thus, two types of DG models
need to be developed: constant PQ modeled as negative loads
with currents injecting into the node and PV nodes [14]. The
model of DGs as PV or PQ depends on its operational mode
and control characteristics [15]. In reference [16], three models
DGs i.e a) induction generator model b) synchronous generator
Fig.7. 12 bus test distribution system
model and c) power electronics interfaces, are presented.
IEEE International Conference on R e c e n t A d v a n c e s a n d I n n o v a t i o n s i n E n g i n e e r i n g ( I C R A I E - 2 0 1 4 ) ,
May 09-11, 2014, Jaipur India

Fig.9. 69 bus test distribution system


TABLE II. 12-BUS SYSTEM LOAD FLOW RESULTS
Conv. volt.. mag. (p.u)
Bus no.
Without DG With DGs
2 0.9943 0.9954
3 0.9890 0.9913
4 0.9806 0.9849
5 0.9699 0.9773
6 0.9666 0.9751
7 0.9638 0.9729
8 0.9529 0.9647
9 0.9497 0.9625
10 0.9469 0.9610
11 0.9460 0.9608
12 0.9458 0.9611

Fig.8. 33 bus test distribution system

IV. RESULT AND DISCUSSION


The proposed DSLF algorithm is implemented in
MATLAB (R2010a) and simulated in a 2.4GHz Intel Core i3 Fig.10. Voltage profiles of 12 bus test distribution system
system with 2GB RAM. Convergence tolerance is considered
as .0001p.u. The converged voltage magnitudes for 12 bus
test system is presented in Table-II. The voltage profiles for the
three test distribution systems (with and without DGs) are
shown in Fig. 10, 11 and 12. Number of iterations, execution
times and overall real power losses for the three test
distribution systems are presented in Table-III.

TABLE I. 12-BUS SYSTEM DATA


Fig.11. Voltage profiles of 33 bus test distribution system
SE RE Br. r x P Q
Bus Bus No. (Ω) (Ω) (kW) (kVAR)
1 2 1 1.0890 0.4598 60 60
2 3 2 1.1858 0.4961 40 30
3 4 3 2.0933 0.8712 55 55
4 5 4 3.1823 1.3310 30 30
5 6 5 1.0890 0.4598 20 15
6 7 6 1.0043 0.4114 55 55
7 8 7 5.6386 1.5972 45 45
8 9 8 2.0933 0.8712 40 40
9 10 9 2.8919 0.8228 35 30
10 11 10 1.5125 0.4235 40 30
11 12 11 1.2342 0.3509 15 15 Fig.12. Voltage profiles of 69 bus test distribution system
IEEE International Conference on R e c e n t A d v a n c e s a n d I n n o v a t i o n s i n E n g i n e e r i n g ( I C R A I E - 2 0 1 4 ) ,
May 09-11, 2014, Jaipur India
TABLE III. COMPARISON OF LOAD FLOW RESULTS [4] W. El-Khattam, and M.M.A Salama, “ Distributed generation
technologies, definitions and benefits,” Elect. Pow. Sys. Res., vol. 71,
12 bus RDN 33 bus RDN 69 bus RDN pp. 119-128, 2004.
without With without With without With [5] P.Dondi, D.Bayoumi, C.Haederli, D.Julian, and M.Suter, “ Network
DG DG DG DG DG DG integration of distributed power generation,” J. Pow. Sourc., vol. 106,
no.1-2, pp. 1-9, 2002.
No.
[6] J. A. Pecaslopes, N. Hatziargyrious, J. Mutale, P.Djapic, and N.Jenkins,
of 4 3 4 4 4 4
“Integrating distributed generation into electric power systems: a review
iter.s
of drivers, challenges and oppurtunities,” Elect. Pow. Sys. Res., vol. 77,
Exec. pp. 1189-1203, 2007.
Time 2 2 3.9 3.9 7.6 7.6
(ms) [7] P.Chiradeja and R.Ramakumar, “An approach to quantify the technical
benefits of distributed generations,” IEEE Trans. Ener. Conv., vol.19,
Total no.4, pp. 764-773,2004.
PLoss 20.309 11.89 202.65 130.78 224.15 157.9 [8] R.C.Dugan, “Challenges in considering distributed generation in the
(kW) analysis and design of distribution systems,” Proc. IEEE PES Gen.
Meet., pp 1-8, July 2008.
Total [9] S. Mishra, “ A simple algorithm for unbalanced radial distribution
QLoss 8.0432 4.72 135.13 89.38 102.15 70.98 system load flow,” Proc. IEEE TENCON, pp 1-6, Oct. 2008.
(kVAR)
[10] S Mishra, D.Das, and S.Paul, “ A simple algorithm to implement active
power loss allocation schemes in radial distribution systems,” J. Inst .
The number of iterations and execution times for all the Eng. India Ser. B, vol. 93, no.3, pp. 223-232, 2012.
three test distribution system shows that incorporation of DGs [11] T.Ackermann, G. Anderson and L. Soder, “ Distributed Generation: a
definition,” Elect. Pow. Sys. Res., vol. 57, pp. 195-204, 2001.
into the systems as constant negative power loads does not
affect at all. It is also observed that connection of DGs at [12] M.F.Akorede, H.Nizam, and E. Pouresmaeil, “ Distributed energy
resources and benefits to the enviorment,” Sustainable Energy Reviews ,
various buses substantially reduces the active and reactive vol.14, pp. 724-734, 2010.
power losses in all the three test distribution systems. Voltage [13] J.H. Teng, “Modeling distributed generations in three phase distribution
profiles of all the three test distribution systems are also load flow,” IET Gen. Trans. Distrib., vol.2, no.3, pp. 330-340, 2008.
improved. For the 12 bus system, the minimum voltage [14] S.Khusalani, J.K.Solanki, and N.N.Schulz, “ Development of three
magnitude is 0.9458 p.u of the bus-12 (without DGs), whereas phase unbalanced power flow using PV and PQ models for distributed
it is improved to 0.9608 p.u for the bus-11. Similarly, for the generation and study of the impact of DG models,” IEEE Trans. Pow.
33-bus and 69-bus RDNs, the minimum voltage magnitudes Deliv. , vol.22, no.3, pp. 1019-1025, 2007.
are improved from 0.9131 p.u at bus-18 and 0.9092 p.u at bus- [15] H.E.Farag, E.F.El-Saadany, R. El-Shatshat and A. Zidan, “A generalised
power flow analysis for distribution systems with high penetration of
65 to 0.9284 p.u at bus-33 and 0.9224 p.u at bus-65 distributed generation,” Elect. Pow. Sys. Res., vol. 81, pp. 1499-1506,
respectively. 2011.
[16] S.M. Moghaddas-Tafreshi, and E. Mashhour, “ Distributed generation
V. CONCLUSION modeling for power flow studies and three phase unbalanced power flow
solution for radial distribution systems considering distributed
In this paper, a simple algorithm for DSLF with DG has generation,” Elect. Pow. Sys. Res., vol. 79, pp. 680-686, 2009.
been proposed. Although, the basic FBS based method has [17] U. Eminoglu, T. Gozel and M. H. Hocaoglu, “ DSPFAP: distribution
been followed but the proposed bus identification scheme has systems power flow analysis package using MATLAB graphical user
been used for a faster implementation. The DGs have been interface(GUI),” Comp. Appl. Engg. Edu., vol. 18. no.1, pp. 1-13, 2010.
modeled as constant negative power loads. Results for three [18] J-H. Choi, and J-C Kim, “ Advanced voltage regulation method at the
radial test distribution systems have been presented. Authors power distribution systems interconnected with dispersed storage and
have used the proposed bus identification scheme successfully generation systems” IEEE Trans. Pow. Deliv. , vol. 15, no.2, pp. 691-
696, 2000.
for implementing various applications of DSLF such as active
[19] G.B. Jasmon, and L.H.C. Lee, “Distribution network reduction for
power loss allocation [10,22-23], network reconfiguration etc. voltage stability analysis and load flow calculations,” Elect. Pow. Eng.
and the adaptability of this algorithm for DSLF with DGs Syst., vol. 13, no.1, pp. 9-13, 1991.
modeled as PV buses is included in future research. [20] J.S. Savier and D.Das, “ Impact of network reconfiguration on loss
allocation of radial distribution systems,” IEEE Trans. Pow. Deliv.,
vol.22, no.4, pp. 2473-2480, 2007.
REFERENCES
[21] Z. Ghofrani-Jahromi, Z. Mahmoodzadeh, and M. Ehsan, “ Distribution
[1] S. Mishra, and D. Das, “Evolution of distribution system load flow loss allocation for radial systems including DGs” IEEE Trans. Pow.
methods-a bibliographic review,” J Inst.Eng. India EE Div, vol. 91, Deliv. , vol.28, 2013 ( Future Issue).
no.3, pp. 42-48, 2010.
[22] S Mishra, and D.Das, “ A novel active power loss allocation scheme for
[2] U. Eminoglu, and M. H. Hocaoglu, “ Distribution systems unbalanced power radial distribution systems,” Int. Rev. Electr.
forward/backward sweep-based power flow algorithms: a review and Eng.,vol.4,no.4,pp.260-267,2008.
comparision study,” Elect. Pow. Comp. and Sys., vol. 37, pp.91-110,
[23] S Mishra, D.Das, and S.Paul, “ Active loss allocation schemes in radial
2009.
distribution systems,” Cogener. Distributed. Gener. J, vol. 25, no.3, pp.
[3] G.Pepermans, J.Driesen, D.Haeseldanckx,R.Belmans, and W. 26-43, 2010.
D’haeseleer, “ Distributed generation: definition, benefits and issues,”
Energy Policy, vol. 33, no.6, pp. 787-798,2005.

View publication stats

You might also like