SlideShare a Scribd company logo
1 of 6
Download to read offline
IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE)
e-ISSN: 2278-1676,p-ISSN: 2320-3331, Volume 10, Issue 6 Ver. II (Nov – Dec. 2015), PP 46-51
www.iosrjournals.org
DOI: 10.9790/1676-10624651 www.iosrjournals.org 46 | Page
A Novel Distribution System Power Flow Algorithm using
Forward Backward Matrix Method
Gadaram Meerimatha1
, Gattu.Kesavarao2
, Nagalamadaka.Sreenivasulu3
1
(Ph.D Scholar, KL University, A.P, India)
2
(Professor, KL University, A.P, India)
3
(Professor, Srinivasa Ramanujan Institute of Technology, A.P, India)
Abstract: This paper recommends a novel method to analyze the load flow in balanced radial distribution
systems. The special topological characteristics of distribution networks have been fully utilized to make the
direct solution possible. A simple matrix multiplication is used in forward backward sweep method to obtain
power flow solutions. The proposed method is an effective than the conventional techniques used for power flow
analysis of radial distribution networks. This method has been tested on IEEE test systems and effective results
are obtained.
Keywords: Distribution network, forward backward, matrix method, power flow, and radial balanced network.
I. Introduction
Load flow studies are performed on power systems to obtain a steady state solution of the power
system network for a given operating condition subject to operational constrains. The distribution networks
because of the some of the following special features fall in the category of ill conditioned networks.
 Radial or weakly meshed networks
 High R/X ratio
 Unbalanced operation
 Distributed generation
Due to above factors the traditional power flow methods used in transmission systems, such as the
Gauss seidel method and Newton Raphson methods, fail to meet the requirements in both performance and
robustness aspects in the distribution system applications. In particular, the assumptions necessary for the
simplification used in the standard fast decoupled, Newton Raphson method often are not valid in distribution
systems [1],[2]. Several load flow algorithms specially designed for distribution systems have been proposed in
the literature. In the early endeavors, a direct solution approach using the impedance matrix of the unbalanced
network and the Gauss approach using Zbus have been suggested. Subsequently, different other techniques ,
such as the three phase fast decoupled power flow algorithm, the rectangular Newton-Raphson based method
and phase decoupled method have also been developed . D.Das, DP.Kotari and A.Kalam proposed an algorithm
for identification of nodes and branches beyond a particular node to make the method quite fast [3].Many
authors have proposed a power flow algorithm for solving balanced radial distribution network by forward
backward sweep method [4],[5],[6], emerged to be the most efficient and fast for solving the load flow of radial
distribution systems. A.Alsaadi and B.Gholami and M. Tarafdar Hagh, T. Ahamadzadeh, K. M. Muttaqi, D.
Sutanto have proposed direct approach which utilizes two matrices developed from the topological
characteristics of the distribution system [7],[8], and solve the distribution power flow directly by using simple
matrix multiplication. The novel technique proposed in this paper requires the conventional bus branch oriented
data provided by most of the utilities. The main aim of this paper is to develop a formulation, which takes the
topological characteristics of radial distribution system, and solve the system load flow directly by using bus
injection branch current matrix in forward backward sweep technique .The proposed method is robust and
reliable compared to conventional methods. The algorithm is tested with 7 bus, 12 bus and 24 bus systems and
the solution demonstrate the feasibility and validity of the proposed method.
II. Forward Backward Sweep Method
2.1 FORWARD SWEEP
A forward sweep is basically a voltage drop calculation with branch currents. Nodal voltages are
updated in a forward sweep starting from source node to the last node. The purpose of forward propagation is to
calculate the voltages at each node starting from the feeder source node. The feeder substation voltage is set at
its rated value. During the forward sweep the power in each branch is held constant to the value obtained in
backward propagation.
A Novel Distribution System Power Flow Algorithm using Forward Backward Matrix Method
DOI: 10.9790/1676-10624651 www.iosrjournals.org 47 | Page
1.2 Backward sweep
Backward sweep is basically a current or power flow solution with possible voltage updates. It starts
from the branches in the last layer and moving towards the branches connected to the root node. The updated
effective power flows in each branch are obtained in the backward propagation computation by considering the
node voltages of previous iteration. It means voltage values obtained in the forward propagation are held
constant during the backward propagation and updated power flows in each branch are estimated along the
feeder using backward path. This indicates that the backward propagation starts at the extreme end node and
proceeds towards source node.
2.3 Bus injection to branch current matrix
For load flow analysis from bus injection, branch currents are to be calculated. The bus injection
currents can be calculated as:
I=conj ((P-j Q)/V)) (1)
Where
I=bus injection current vector
P=real power injection vector
Q=reactive power injection vector
V=bus voltage vector
Branch currents for the base case of the network are written in matrix form as:
J = BIBC*I (2)
Where
J : branch current matrix
BIBC: bus injection to branch current matrix
I: bus injection current matrix
2.4 Algorithm for BIBC matrix formation
1. Read the system data-line data, number of buses(n), number of branches(b) and source node.
2. Line data arranged in matrix form as LD Matrix.
3. Initialize matrix BIBC to Null Matrix.
4. Set b=size (LD,1).
5. For i=1 to b.
6. If LD (i,2)==1,go to next step otherwise go to step9.
7. Find BIBC(LD(i,3)-1, LD(i,3)-1)=1
8. Go to step 11.
9. Find BIBC(:,LD(i,3)-1)=BIBC(:,LD(i,2)-1).
10. Find BIBC (LD(i,3)-1, LD(i,3)-1)=1.
11. Increment i by one.
12. Is i <=b, b is the number of branches then go to step 6 otherwise go to next step.
13. Print BIBC Matrix.
III. Problem Formulation
Power flow solution includes the calculation of bus voltages and line flows of a network. Associated
with each bus, there are four quantities which are magnitude of voltage, voltage phase angle, real power and
reactive power can be calculated. In backward propagation, forming bus injection to branch current matrix,
finding injected load currents and then branch current can be calculated using equation (2).From the branch
impedance matrix forming diagonal matrix ZD and bus voltages in forward propagation can be calculated as:
TRX= BIBCI
*ZD*BIBC (3)
T = TRX*I (4)
VB = V1-T (5)
Where
VB: bus voltage vector
V1: substation voltage vector
The voltage mismatch can be calculated as:
dvB= abs(VBnew-VBold) for all B=1,2,3……..n (6)
Where n is number of buses
After getting the load flow solution, the real and reactive power loss can be calculated in each branch ij as:
LPij=J2
*Rij (7)
LQij=J2
*Xij (8)
Where Rij : resistance of the branches
A Novel Distribution System Power Flow Algorithm using Forward Backward Matrix Method
DOI: 10.9790/1676-10624651 www.iosrjournals.org 48 | Page
Xij: reactance of the branches
IV. Power Flow Algorithm
The flow chart of the proposed algorithm is given below.
No
Yes
Fig.1.Flow Chart of proposed algorithm
Start
Read the system data, number of buses n, number of
branches b, branch impedance Z and injected complex
power
Initial voltage profile for all buses
Set convergence, Ɛ=0.0001
Set iteration count, k=1
Compute injected load currents using I=conj ((P-j Q)/V))
Form BIBC matrix using algorithm
Compute branch currents using equation (2)
Form diagonal branch impedance matrix, ZD
Find voltage mismatch dv=max (abs(vnew-vold))
Is dv<= Ɛ
Calculate real and reactive power loss
Stop
k=k+1
Compute bus voltages using equations (3),(4) and (5)
A Novel Distribution System Power Flow Algorithm using Forward Backward Matrix Method
DOI: 10.9790/1676-10624651 www.iosrjournals.org 49 | Page
V. Results
The proposed algorithm is tested on IEEE 7 bus, 12 bus and 24 bus radial distribution networks [9 ].
The solution of test systems are tabulated below
Example 1: IEEE 7 bus test system
Table.1 load flow results of 7 bus radial system
The results are shown in Fig.2
Fig.2 load flows of 7 bus radial distribution system.
Example 2: IEEE 12 bus test system
Table.2 load flow results of 12 bus radial distribution system
Br.no. from to voltage magnitude phase angle
real power loss
1.0e-04 *
reactive power loss
1.0e-04 *
1 1 2 0.9999 0.0199 0.3181 0.1343
2 2 3 0.9999 0.0384 0.2546 0.1065
3 3 4 0.9998 0.0687 0.3661 0.1524
4 4 5 0.9997 0.1063 0.3843 0.1607
5 5 6 0.9997 0.1175 0.104 0.0439
6 6 7 0.9997 0.1276 0.0823 0.0337
7 7 8 0.9996 0.1683 0.2049 0.0563
8 8 9 0.9995 0.2046 0.1399 0.0398
9 9 10 0.9995 0.2164 0.0328 0.0093
10 10 11 0.9995 0.2201 0.0063 0.0018
11 11 12 0.9995 0.2212 0.0005 0.0001
The results are shown in Fig.3
Br.no. from to
voltage
magnitude
phase
angle
real power
loss
reactive
power loss
1 1 2 0.996 0.0683 0.0186 0.0373
2 2 3 1.0689 0.2651 0.08 0.2001
3 3 4 1.1005 0.4408 0.0702 0.2457
4 4 5 1.1235 0.5741 0.0562 0.1123
5 5 6 1.1427 0.6064 0.0043 0.0128
6 6 7 1.2083 0.6617 0.0122 0.0439
A Novel Distribution System Power Flow Algorithm using Forward Backward Matrix Method
DOI: 10.9790/1676-10624651 www.iosrjournals.org 50 | Page
1 2 3 4 5 6 7 8 9 10 11 12
0.9994
0.9995
0.9996
0.9997
0.9998
0.9999
1
bus number
busvoltagemagnitude
Fig.3 load flows of 12 bus radial distribution system.
Example 3: IEEE 24 bus test system
Table.3.load flow results of 24 bus radial system.
Br.no. from to voltage magnitude phase angle
real power loss
1.0e-03 *
reactive power loss
1.0e-04 *
1 1 2 0.9965 -0.0005 0.0968 0.6177
2 2 3 0.9918 -0.0013 0.1206 0.7701
3 3 4 0.99 -0.0016 0.0428 0.2724
4 4 5 0.9877 -0.002 0.0411 0.2623
5 5 6 0.9866 -0.0021 0.0193 0.1235
6 6 7 0.9856 -0.0023 0.0153 0.0978
7 7 24 0.9815 -0.0029 0.0057 0.0362
8 24 8 0.9806 -0.003 0.0071 0.0453
9 8 9 0.9796 -0.0031 0.0053 0.0339
10 9 10 0.9783 -0.0032 0.006 0.038
11 10 11 0.9769 -0.0033 0.0064 0.0406
12 11 12 0.9766 -0.0033 0.0011 0.0071
13 12 13 0.9765 -0.0033 0.0001 0.0007
14 13 14 0.9889 -0.0019 0.0002 0.0016
15 4 23 0.9888 -0.0019 0.0002 0.0016
16 23 15 0.9889 -0.002 0.0002 0.0013
17 15 16 0.9888 -0.002 0.0001 0.0008
18 23 17 0.9813 -0.0029 0.004 0.0253
19 17 18 0.98 -0.0031 0.0044 0.0282
20 24 19 0.9798 -0.0032 0.0002 0.0016
21 19 20 0.9766 -0.0033 0 0.0001
22 20 21 0.989 -0.0019 0.0033 0.0208
23 13 22 0.9821 -0.0028 0.0499 0.3184
The results are shown in Fig.4
A Novel Distribution System Power Flow Algorithm using Forward Backward Matrix Method
DOI: 10.9790/1676-10624651 www.iosrjournals.org 51 | Page
Fig.4.load flows of 24 bus radial distribution system.
The number of iterations and execution time required for converge of different systems by proposed
method shown in Table.4
Table.4 load flow details for different systems
system iteration
Total real power
loss
Execution time(sec)
7 bus 7 0.2415 0.1104
12 bus 2 1.8938*1.0e-04 0.0328
24 bus 3 8.54E-06 0.057219
VI. Conclusion
In this paper, a direct approach power flow algorithm for radial distribution system solution is
proposed. BIBC matrix, which is developed from the topological characteristics of distribution systems, is used
to solve power flow problem. The BIBC matrix represents the relationship between bus current injections and
branch currents. This matrix is only used in forward backward sweep method instead of using both BIBC and
BCBV matrices employed in the method [8] to solve power flow problems. The method in [8], in which two
matrices are used for solution of load flow had converged for more number of iterations and by using proposed
method the solution is obtained in less number of iterations and the solution time is reduced.
References
[1] B. Stott and O. Alsac, “Fast Decoupled load-Flow,” IEEE Trans. Power Apparatus and Systems, vol. PAS-93, pp. 859–869, 1974.
[2] W. F. Tinney and C. E. Hart, “Power Flow Solution by Newton’s Method,” IEEE Trans. Power Apparatus and Systems, vol. PAS-
86, pp.1449–1460, 1967.
[3] D.Das, D P.Kotari and A.Kalam, ”simple and efficient method for load flow solution of radial distribution networks”, electrical
power and energy systems, vol 17,no.5, pp.335-346,1995.
[4] D.Shirmohammadi,M.W.Hong,A.Semlyn and G.X.Luo,”a compensation base power flow method for weakly meshed distribution
and trnsmission networks”,IEEE Transaction on power systems,vol 1,no.2,may 1988.
[5] A. Augugliaro, L. Dusonchet,” A backward sweep method for power flow solution in distribution networks” Electrical Power and
Energy Systems 32 (2010) 271–280.
[6] Bompard, E. Carpaneto,” Convergence of the backward/forward sweep method for the load-flow analysis of radial distribution
systems” Electrical Power and Energy Systems 22 (2000) 521–530.
[7] A.Alsaadi and B.Gholami, ”An effective approach for distribution system power flow solution”, International journal of Electrical
and electronics engineering”, 3:12,2009.
[8] M. Tarafdar Hagh, T. Ahamadzadeh, K. M. Muttaqi, D. Sutanto,”Load Flow Analysis of Radial and Weakly Meshed Distribution
Systems including Distributed Generations” Australasian Universities Power Engineering Conference, AUPEC 2014, Curtin
University, Perth, Australia, 28 September – 1 October 2014
[9] M. M. Aman, G. B. Jasmon, K. H. Solangi, A. H. A. Bakar, and H. Mokhlis”Optimum Simultaneous DG and Capacitor
Placement onthe Basis of Minimization of Power Losses”, International Journal of Computer and Electrical Engineering, Vol. 5,
No. 5, October 2013

More Related Content

What's hot

A Novel Study on Bipolar High Voltage Direct Current Transmission Lines Prote...
A Novel Study on Bipolar High Voltage Direct Current Transmission Lines Prote...A Novel Study on Bipolar High Voltage Direct Current Transmission Lines Prote...
A Novel Study on Bipolar High Voltage Direct Current Transmission Lines Prote...IJECEIAES
 
Convergence analysis of the triangular-based power flow method for AC distribu...
Convergence analysis of the triangular-based power flow method for AC distribu...Convergence analysis of the triangular-based power flow method for AC distribu...
Convergence analysis of the triangular-based power flow method for AC distribu...IJECEIAES
 
International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) ijceronline
 
A Novel Approach for Allocation of Optimal Capacitor and Distributed Generati...
A Novel Approach for Allocation of Optimal Capacitor and Distributed Generati...A Novel Approach for Allocation of Optimal Capacitor and Distributed Generati...
A Novel Approach for Allocation of Optimal Capacitor and Distributed Generati...paperpublications3
 
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...Onyebuchi nosiri
 
Volt/Var Optimization by Smart Inverters and Capacitor Banks
Volt/Var Optimization by Smart Inverters and Capacitor BanksVolt/Var Optimization by Smart Inverters and Capacitor Banks
Volt/Var Optimization by Smart Inverters and Capacitor BanksPower System Operation
 
Load Balancing of Modern Distribution Networks by Genetic Algorithm
Load Balancing of Modern Distribution Networks by Genetic AlgorithmLoad Balancing of Modern Distribution Networks by Genetic Algorithm
Load Balancing of Modern Distribution Networks by Genetic AlgorithmITIIIndustries
 
Design of High Speed Low Power 15-4 Compressor Using Complementary Energy Pat...
Design of High Speed Low Power 15-4 Compressor Using Complementary Energy Pat...Design of High Speed Low Power 15-4 Compressor Using Complementary Energy Pat...
Design of High Speed Low Power 15-4 Compressor Using Complementary Energy Pat...CSCJournals
 
Chapter 8 switching -computer_network
Chapter 8   switching -computer_networkChapter 8   switching -computer_network
Chapter 8 switching -computer_networkDhairya Joshi
 
Optimal Location of Multi-types of FACTS Devices using Genetic Algorithm
Optimal Location of Multi-types of FACTS Devices using Genetic Algorithm Optimal Location of Multi-types of FACTS Devices using Genetic Algorithm
Optimal Location of Multi-types of FACTS Devices using Genetic Algorithm IJORCS
 
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...IDES Editor
 
Modeling and simulation of single phase transformer inrush current using neur...
Modeling and simulation of single phase transformer inrush current using neur...Modeling and simulation of single phase transformer inrush current using neur...
Modeling and simulation of single phase transformer inrush current using neur...Alexander Decker
 
Power losses reduction of power transmission network using optimal location o...
Power losses reduction of power transmission network using optimal location o...Power losses reduction of power transmission network using optimal location o...
Power losses reduction of power transmission network using optimal location o...IJECEIAES
 
The effect of load modelling on phase balancing in distribution networks usin...
The effect of load modelling on phase balancing in distribution networks usin...The effect of load modelling on phase balancing in distribution networks usin...
The effect of load modelling on phase balancing in distribution networks usin...IJECEIAES
 
IRJET- Load Balancing using Fact Devices
IRJET- Load Balancing using Fact DevicesIRJET- Load Balancing using Fact Devices
IRJET- Load Balancing using Fact DevicesIRJET Journal
 

What's hot (18)

A Novel Study on Bipolar High Voltage Direct Current Transmission Lines Prote...
A Novel Study on Bipolar High Voltage Direct Current Transmission Lines Prote...A Novel Study on Bipolar High Voltage Direct Current Transmission Lines Prote...
A Novel Study on Bipolar High Voltage Direct Current Transmission Lines Prote...
 
Convergence analysis of the triangular-based power flow method for AC distribu...
Convergence analysis of the triangular-based power flow method for AC distribu...Convergence analysis of the triangular-based power flow method for AC distribu...
Convergence analysis of the triangular-based power flow method for AC distribu...
 
International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER)
 
Load flow studies
Load flow studiesLoad flow studies
Load flow studies
 
A Novel Approach for Allocation of Optimal Capacitor and Distributed Generati...
A Novel Approach for Allocation of Optimal Capacitor and Distributed Generati...A Novel Approach for Allocation of Optimal Capacitor and Distributed Generati...
A Novel Approach for Allocation of Optimal Capacitor and Distributed Generati...
 
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
 
Volt/Var Optimization by Smart Inverters and Capacitor Banks
Volt/Var Optimization by Smart Inverters and Capacitor BanksVolt/Var Optimization by Smart Inverters and Capacitor Banks
Volt/Var Optimization by Smart Inverters and Capacitor Banks
 
Load Balancing of Modern Distribution Networks by Genetic Algorithm
Load Balancing of Modern Distribution Networks by Genetic AlgorithmLoad Balancing of Modern Distribution Networks by Genetic Algorithm
Load Balancing of Modern Distribution Networks by Genetic Algorithm
 
Design of High Speed Low Power 15-4 Compressor Using Complementary Energy Pat...
Design of High Speed Low Power 15-4 Compressor Using Complementary Energy Pat...Design of High Speed Low Power 15-4 Compressor Using Complementary Energy Pat...
Design of High Speed Low Power 15-4 Compressor Using Complementary Energy Pat...
 
Ch08
Ch08Ch08
Ch08
 
Chapter 8 switching -computer_network
Chapter 8   switching -computer_networkChapter 8   switching -computer_network
Chapter 8 switching -computer_network
 
Shunt Active Filter Based on Radial Basis Function Neural Network and p-q Pow...
Shunt Active Filter Based on Radial Basis Function Neural Network and p-q Pow...Shunt Active Filter Based on Radial Basis Function Neural Network and p-q Pow...
Shunt Active Filter Based on Radial Basis Function Neural Network and p-q Pow...
 
Optimal Location of Multi-types of FACTS Devices using Genetic Algorithm
Optimal Location of Multi-types of FACTS Devices using Genetic Algorithm Optimal Location of Multi-types of FACTS Devices using Genetic Algorithm
Optimal Location of Multi-types of FACTS Devices using Genetic Algorithm
 
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
 
Modeling and simulation of single phase transformer inrush current using neur...
Modeling and simulation of single phase transformer inrush current using neur...Modeling and simulation of single phase transformer inrush current using neur...
Modeling and simulation of single phase transformer inrush current using neur...
 
Power losses reduction of power transmission network using optimal location o...
Power losses reduction of power transmission network using optimal location o...Power losses reduction of power transmission network using optimal location o...
Power losses reduction of power transmission network using optimal location o...
 
The effect of load modelling on phase balancing in distribution networks usin...
The effect of load modelling on phase balancing in distribution networks usin...The effect of load modelling on phase balancing in distribution networks usin...
The effect of load modelling on phase balancing in distribution networks usin...
 
IRJET- Load Balancing using Fact Devices
IRJET- Load Balancing using Fact DevicesIRJET- Load Balancing using Fact Devices
IRJET- Load Balancing using Fact Devices
 

Viewers also liked

2011 CTM Session 1: Terminology for Construction
2011 CTM Session 1: Terminology for Construction2011 CTM Session 1: Terminology for Construction
2011 CTM Session 1: Terminology for Constructionnovacsi
 
Administering & scoring tabe 9 10
Administering & scoring tabe 9 10Administering & scoring tabe 9 10
Administering & scoring tabe 9 10SABES
 
Title, abstract, introduction, literature review
Title, abstract, introduction, literature review Title, abstract, introduction, literature review
Title, abstract, introduction, literature review Janardan Mishra
 
How to write research proposal(1)
How to write research proposal(1)How to write research proposal(1)
How to write research proposal(1)Hamid Ur-Rahman
 

Viewers also liked (6)

Quality policy
Quality policyQuality policy
Quality policy
 
2011 CTM Session 1: Terminology for Construction
2011 CTM Session 1: Terminology for Construction2011 CTM Session 1: Terminology for Construction
2011 CTM Session 1: Terminology for Construction
 
Administering & scoring tabe 9 10
Administering & scoring tabe 9 10Administering & scoring tabe 9 10
Administering & scoring tabe 9 10
 
Title, abstract, introduction, literature review
Title, abstract, introduction, literature review Title, abstract, introduction, literature review
Title, abstract, introduction, literature review
 
Various elements of building
Various elements of buildingVarious elements of building
Various elements of building
 
How to write research proposal(1)
How to write research proposal(1)How to write research proposal(1)
How to write research proposal(1)
 

Similar to F010624651

Power Flow Analysis for Four Buses System by NR Method
Power Flow Analysis for Four Buses System by NR MethodPower Flow Analysis for Four Buses System by NR Method
Power Flow Analysis for Four Buses System by NR Methodijtsrd
 
Performance Improvement of the Radial Distribution System by using Switched C...
Performance Improvement of the Radial Distribution System by using Switched C...Performance Improvement of the Radial Distribution System by using Switched C...
Performance Improvement of the Radial Distribution System by using Switched C...idescitation
 
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...Onyebuchi nosiri
 
Volt/Var Optimization by Smart Inverters and Capacitor Banks
Volt/Var Optimization by Smart Inverters and Capacitor BanksVolt/Var Optimization by Smart Inverters and Capacitor Banks
Volt/Var Optimization by Smart Inverters and Capacitor BanksPower System Operation
 
Power flow solution
Power flow solutionPower flow solution
Power flow solutionBalaram Das
 
A modified backward/forward sweep-based method for reconfiguration of unbalan...
A modified backward/forward sweep-based method for reconfiguration of unbalan...A modified backward/forward sweep-based method for reconfiguration of unbalan...
A modified backward/forward sweep-based method for reconfiguration of unbalan...IJECEIAES
 
Distribution Network Reconfiguration Using Binary Particle Swarm Optimization...
Distribution Network Reconfiguration Using Binary Particle Swarm Optimization...Distribution Network Reconfiguration Using Binary Particle Swarm Optimization...
Distribution Network Reconfiguration Using Binary Particle Swarm Optimization...journalBEEI
 
Differential Evolution Based Optimization Approach for Power Factor Correction
Differential Evolution Based Optimization Approach for Power Factor CorrectionDifferential Evolution Based Optimization Approach for Power Factor Correction
Differential Evolution Based Optimization Approach for Power Factor CorrectionIDES Editor
 
IRJET- Comparative Analysis of Load Flow Methods on Standard Bus System
IRJET- Comparative Analysis of Load Flow Methods on Standard Bus SystemIRJET- Comparative Analysis of Load Flow Methods on Standard Bus System
IRJET- Comparative Analysis of Load Flow Methods on Standard Bus SystemIRJET Journal
 
Optimal Placement of Dynamic Voltage Restorer in Distribution Systems for Vol...
Optimal Placement of Dynamic Voltage Restorer in Distribution Systems for Vol...Optimal Placement of Dynamic Voltage Restorer in Distribution Systems for Vol...
Optimal Placement of Dynamic Voltage Restorer in Distribution Systems for Vol...IJERA Editor
 
Permanent Fault Location in Distribution System Using Phasor Measurement Unit...
Permanent Fault Location in Distribution System Using Phasor Measurement Unit...Permanent Fault Location in Distribution System Using Phasor Measurement Unit...
Permanent Fault Location in Distribution System Using Phasor Measurement Unit...IJECEIAES
 
Three-phase four-wire shunt hybrid active power filter model with model pred...
Three-phase four-wire shunt hybrid active power filter model  with model pred...Three-phase four-wire shunt hybrid active power filter model  with model pred...
Three-phase four-wire shunt hybrid active power filter model with model pred...IJECEIAES
 
interconnected powersystem
interconnected powersysteminterconnected powersystem
interconnected powersystemDivyang soni
 
Calculating Voltage Instability Using Index Analysis in Radial Distribution ...
Calculating Voltage Instability Using Index Analysis in Radial  Distribution ...Calculating Voltage Instability Using Index Analysis in Radial  Distribution ...
Calculating Voltage Instability Using Index Analysis in Radial Distribution ...IJMER
 
Impact of Electric Vehicle Integration on Grid
Impact of Electric Vehicle Integration on GridImpact of Electric Vehicle Integration on Grid
Impact of Electric Vehicle Integration on Gridvivatechijri
 
High Performance of Matrix Converter Fed Induction Motor for IPF Compensation...
High Performance of Matrix Converter Fed Induction Motor for IPF Compensation...High Performance of Matrix Converter Fed Induction Motor for IPF Compensation...
High Performance of Matrix Converter Fed Induction Motor for IPF Compensation...IOSR Journals
 

Similar to F010624651 (20)

Power Flow Analysis for Four Buses System by NR Method
Power Flow Analysis for Four Buses System by NR MethodPower Flow Analysis for Four Buses System by NR Method
Power Flow Analysis for Four Buses System by NR Method
 
Load flow analysis of 10 bus loop distribution network excited by a generator...
Load flow analysis of 10 bus loop distribution network excited by a generator...Load flow analysis of 10 bus loop distribution network excited by a generator...
Load flow analysis of 10 bus loop distribution network excited by a generator...
 
Performance Improvement of the Radial Distribution System by using Switched C...
Performance Improvement of the Radial Distribution System by using Switched C...Performance Improvement of the Radial Distribution System by using Switched C...
Performance Improvement of the Radial Distribution System by using Switched C...
 
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
 
Volt/Var Optimization by Smart Inverters and Capacitor Banks
Volt/Var Optimization by Smart Inverters and Capacitor BanksVolt/Var Optimization by Smart Inverters and Capacitor Banks
Volt/Var Optimization by Smart Inverters and Capacitor Banks
 
Power flow solution
Power flow solutionPower flow solution
Power flow solution
 
A modified backward/forward sweep-based method for reconfiguration of unbalan...
A modified backward/forward sweep-based method for reconfiguration of unbalan...A modified backward/forward sweep-based method for reconfiguration of unbalan...
A modified backward/forward sweep-based method for reconfiguration of unbalan...
 
Distribution Network Reconfiguration Using Binary Particle Swarm Optimization...
Distribution Network Reconfiguration Using Binary Particle Swarm Optimization...Distribution Network Reconfiguration Using Binary Particle Swarm Optimization...
Distribution Network Reconfiguration Using Binary Particle Swarm Optimization...
 
Differential Evolution Based Optimization Approach for Power Factor Correction
Differential Evolution Based Optimization Approach for Power Factor CorrectionDifferential Evolution Based Optimization Approach for Power Factor Correction
Differential Evolution Based Optimization Approach for Power Factor Correction
 
IRJET- Comparative Analysis of Load Flow Methods on Standard Bus System
IRJET- Comparative Analysis of Load Flow Methods on Standard Bus SystemIRJET- Comparative Analysis of Load Flow Methods on Standard Bus System
IRJET- Comparative Analysis of Load Flow Methods on Standard Bus System
 
Optimal Placement of Dynamic Voltage Restorer in Distribution Systems for Vol...
Optimal Placement of Dynamic Voltage Restorer in Distribution Systems for Vol...Optimal Placement of Dynamic Voltage Restorer in Distribution Systems for Vol...
Optimal Placement of Dynamic Voltage Restorer in Distribution Systems for Vol...
 
Al36228233
Al36228233Al36228233
Al36228233
 
Permanent Fault Location in Distribution System Using Phasor Measurement Unit...
Permanent Fault Location in Distribution System Using Phasor Measurement Unit...Permanent Fault Location in Distribution System Using Phasor Measurement Unit...
Permanent Fault Location in Distribution System Using Phasor Measurement Unit...
 
Three-phase four-wire shunt hybrid active power filter model with model pred...
Three-phase four-wire shunt hybrid active power filter model  with model pred...Three-phase four-wire shunt hybrid active power filter model  with model pred...
Three-phase four-wire shunt hybrid active power filter model with model pred...
 
interconnected powersystem
interconnected powersysteminterconnected powersystem
interconnected powersystem
 
Calculating Voltage Instability Using Index Analysis in Radial Distribution ...
Calculating Voltage Instability Using Index Analysis in Radial  Distribution ...Calculating Voltage Instability Using Index Analysis in Radial  Distribution ...
Calculating Voltage Instability Using Index Analysis in Radial Distribution ...
 
Impact of Electric Vehicle Integration on Grid
Impact of Electric Vehicle Integration on GridImpact of Electric Vehicle Integration on Grid
Impact of Electric Vehicle Integration on Grid
 
My mind.dot
My mind.dotMy mind.dot
My mind.dot
 
High Performance of Matrix Converter Fed Induction Motor for IPF Compensation...
High Performance of Matrix Converter Fed Induction Motor for IPF Compensation...High Performance of Matrix Converter Fed Induction Motor for IPF Compensation...
High Performance of Matrix Converter Fed Induction Motor for IPF Compensation...
 
Predictive Approach for Power Quality Improvement Based Direct Power Control
Predictive Approach for Power Quality Improvement Based Direct Power ControlPredictive Approach for Power Quality Improvement Based Direct Power Control
Predictive Approach for Power Quality Improvement Based Direct Power Control
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 

Recently uploaded (20)

Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 

F010624651

  • 1. IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-ISSN: 2278-1676,p-ISSN: 2320-3331, Volume 10, Issue 6 Ver. II (Nov – Dec. 2015), PP 46-51 www.iosrjournals.org DOI: 10.9790/1676-10624651 www.iosrjournals.org 46 | Page A Novel Distribution System Power Flow Algorithm using Forward Backward Matrix Method Gadaram Meerimatha1 , Gattu.Kesavarao2 , Nagalamadaka.Sreenivasulu3 1 (Ph.D Scholar, KL University, A.P, India) 2 (Professor, KL University, A.P, India) 3 (Professor, Srinivasa Ramanujan Institute of Technology, A.P, India) Abstract: This paper recommends a novel method to analyze the load flow in balanced radial distribution systems. The special topological characteristics of distribution networks have been fully utilized to make the direct solution possible. A simple matrix multiplication is used in forward backward sweep method to obtain power flow solutions. The proposed method is an effective than the conventional techniques used for power flow analysis of radial distribution networks. This method has been tested on IEEE test systems and effective results are obtained. Keywords: Distribution network, forward backward, matrix method, power flow, and radial balanced network. I. Introduction Load flow studies are performed on power systems to obtain a steady state solution of the power system network for a given operating condition subject to operational constrains. The distribution networks because of the some of the following special features fall in the category of ill conditioned networks.  Radial or weakly meshed networks  High R/X ratio  Unbalanced operation  Distributed generation Due to above factors the traditional power flow methods used in transmission systems, such as the Gauss seidel method and Newton Raphson methods, fail to meet the requirements in both performance and robustness aspects in the distribution system applications. In particular, the assumptions necessary for the simplification used in the standard fast decoupled, Newton Raphson method often are not valid in distribution systems [1],[2]. Several load flow algorithms specially designed for distribution systems have been proposed in the literature. In the early endeavors, a direct solution approach using the impedance matrix of the unbalanced network and the Gauss approach using Zbus have been suggested. Subsequently, different other techniques , such as the three phase fast decoupled power flow algorithm, the rectangular Newton-Raphson based method and phase decoupled method have also been developed . D.Das, DP.Kotari and A.Kalam proposed an algorithm for identification of nodes and branches beyond a particular node to make the method quite fast [3].Many authors have proposed a power flow algorithm for solving balanced radial distribution network by forward backward sweep method [4],[5],[6], emerged to be the most efficient and fast for solving the load flow of radial distribution systems. A.Alsaadi and B.Gholami and M. Tarafdar Hagh, T. Ahamadzadeh, K. M. Muttaqi, D. Sutanto have proposed direct approach which utilizes two matrices developed from the topological characteristics of the distribution system [7],[8], and solve the distribution power flow directly by using simple matrix multiplication. The novel technique proposed in this paper requires the conventional bus branch oriented data provided by most of the utilities. The main aim of this paper is to develop a formulation, which takes the topological characteristics of radial distribution system, and solve the system load flow directly by using bus injection branch current matrix in forward backward sweep technique .The proposed method is robust and reliable compared to conventional methods. The algorithm is tested with 7 bus, 12 bus and 24 bus systems and the solution demonstrate the feasibility and validity of the proposed method. II. Forward Backward Sweep Method 2.1 FORWARD SWEEP A forward sweep is basically a voltage drop calculation with branch currents. Nodal voltages are updated in a forward sweep starting from source node to the last node. The purpose of forward propagation is to calculate the voltages at each node starting from the feeder source node. The feeder substation voltage is set at its rated value. During the forward sweep the power in each branch is held constant to the value obtained in backward propagation.
  • 2. A Novel Distribution System Power Flow Algorithm using Forward Backward Matrix Method DOI: 10.9790/1676-10624651 www.iosrjournals.org 47 | Page 1.2 Backward sweep Backward sweep is basically a current or power flow solution with possible voltage updates. It starts from the branches in the last layer and moving towards the branches connected to the root node. The updated effective power flows in each branch are obtained in the backward propagation computation by considering the node voltages of previous iteration. It means voltage values obtained in the forward propagation are held constant during the backward propagation and updated power flows in each branch are estimated along the feeder using backward path. This indicates that the backward propagation starts at the extreme end node and proceeds towards source node. 2.3 Bus injection to branch current matrix For load flow analysis from bus injection, branch currents are to be calculated. The bus injection currents can be calculated as: I=conj ((P-j Q)/V)) (1) Where I=bus injection current vector P=real power injection vector Q=reactive power injection vector V=bus voltage vector Branch currents for the base case of the network are written in matrix form as: J = BIBC*I (2) Where J : branch current matrix BIBC: bus injection to branch current matrix I: bus injection current matrix 2.4 Algorithm for BIBC matrix formation 1. Read the system data-line data, number of buses(n), number of branches(b) and source node. 2. Line data arranged in matrix form as LD Matrix. 3. Initialize matrix BIBC to Null Matrix. 4. Set b=size (LD,1). 5. For i=1 to b. 6. If LD (i,2)==1,go to next step otherwise go to step9. 7. Find BIBC(LD(i,3)-1, LD(i,3)-1)=1 8. Go to step 11. 9. Find BIBC(:,LD(i,3)-1)=BIBC(:,LD(i,2)-1). 10. Find BIBC (LD(i,3)-1, LD(i,3)-1)=1. 11. Increment i by one. 12. Is i <=b, b is the number of branches then go to step 6 otherwise go to next step. 13. Print BIBC Matrix. III. Problem Formulation Power flow solution includes the calculation of bus voltages and line flows of a network. Associated with each bus, there are four quantities which are magnitude of voltage, voltage phase angle, real power and reactive power can be calculated. In backward propagation, forming bus injection to branch current matrix, finding injected load currents and then branch current can be calculated using equation (2).From the branch impedance matrix forming diagonal matrix ZD and bus voltages in forward propagation can be calculated as: TRX= BIBCI *ZD*BIBC (3) T = TRX*I (4) VB = V1-T (5) Where VB: bus voltage vector V1: substation voltage vector The voltage mismatch can be calculated as: dvB= abs(VBnew-VBold) for all B=1,2,3……..n (6) Where n is number of buses After getting the load flow solution, the real and reactive power loss can be calculated in each branch ij as: LPij=J2 *Rij (7) LQij=J2 *Xij (8) Where Rij : resistance of the branches
  • 3. A Novel Distribution System Power Flow Algorithm using Forward Backward Matrix Method DOI: 10.9790/1676-10624651 www.iosrjournals.org 48 | Page Xij: reactance of the branches IV. Power Flow Algorithm The flow chart of the proposed algorithm is given below. No Yes Fig.1.Flow Chart of proposed algorithm Start Read the system data, number of buses n, number of branches b, branch impedance Z and injected complex power Initial voltage profile for all buses Set convergence, Ɛ=0.0001 Set iteration count, k=1 Compute injected load currents using I=conj ((P-j Q)/V)) Form BIBC matrix using algorithm Compute branch currents using equation (2) Form diagonal branch impedance matrix, ZD Find voltage mismatch dv=max (abs(vnew-vold)) Is dv<= Ɛ Calculate real and reactive power loss Stop k=k+1 Compute bus voltages using equations (3),(4) and (5)
  • 4. A Novel Distribution System Power Flow Algorithm using Forward Backward Matrix Method DOI: 10.9790/1676-10624651 www.iosrjournals.org 49 | Page V. Results The proposed algorithm is tested on IEEE 7 bus, 12 bus and 24 bus radial distribution networks [9 ]. The solution of test systems are tabulated below Example 1: IEEE 7 bus test system Table.1 load flow results of 7 bus radial system The results are shown in Fig.2 Fig.2 load flows of 7 bus radial distribution system. Example 2: IEEE 12 bus test system Table.2 load flow results of 12 bus radial distribution system Br.no. from to voltage magnitude phase angle real power loss 1.0e-04 * reactive power loss 1.0e-04 * 1 1 2 0.9999 0.0199 0.3181 0.1343 2 2 3 0.9999 0.0384 0.2546 0.1065 3 3 4 0.9998 0.0687 0.3661 0.1524 4 4 5 0.9997 0.1063 0.3843 0.1607 5 5 6 0.9997 0.1175 0.104 0.0439 6 6 7 0.9997 0.1276 0.0823 0.0337 7 7 8 0.9996 0.1683 0.2049 0.0563 8 8 9 0.9995 0.2046 0.1399 0.0398 9 9 10 0.9995 0.2164 0.0328 0.0093 10 10 11 0.9995 0.2201 0.0063 0.0018 11 11 12 0.9995 0.2212 0.0005 0.0001 The results are shown in Fig.3 Br.no. from to voltage magnitude phase angle real power loss reactive power loss 1 1 2 0.996 0.0683 0.0186 0.0373 2 2 3 1.0689 0.2651 0.08 0.2001 3 3 4 1.1005 0.4408 0.0702 0.2457 4 4 5 1.1235 0.5741 0.0562 0.1123 5 5 6 1.1427 0.6064 0.0043 0.0128 6 6 7 1.2083 0.6617 0.0122 0.0439
  • 5. A Novel Distribution System Power Flow Algorithm using Forward Backward Matrix Method DOI: 10.9790/1676-10624651 www.iosrjournals.org 50 | Page 1 2 3 4 5 6 7 8 9 10 11 12 0.9994 0.9995 0.9996 0.9997 0.9998 0.9999 1 bus number busvoltagemagnitude Fig.3 load flows of 12 bus radial distribution system. Example 3: IEEE 24 bus test system Table.3.load flow results of 24 bus radial system. Br.no. from to voltage magnitude phase angle real power loss 1.0e-03 * reactive power loss 1.0e-04 * 1 1 2 0.9965 -0.0005 0.0968 0.6177 2 2 3 0.9918 -0.0013 0.1206 0.7701 3 3 4 0.99 -0.0016 0.0428 0.2724 4 4 5 0.9877 -0.002 0.0411 0.2623 5 5 6 0.9866 -0.0021 0.0193 0.1235 6 6 7 0.9856 -0.0023 0.0153 0.0978 7 7 24 0.9815 -0.0029 0.0057 0.0362 8 24 8 0.9806 -0.003 0.0071 0.0453 9 8 9 0.9796 -0.0031 0.0053 0.0339 10 9 10 0.9783 -0.0032 0.006 0.038 11 10 11 0.9769 -0.0033 0.0064 0.0406 12 11 12 0.9766 -0.0033 0.0011 0.0071 13 12 13 0.9765 -0.0033 0.0001 0.0007 14 13 14 0.9889 -0.0019 0.0002 0.0016 15 4 23 0.9888 -0.0019 0.0002 0.0016 16 23 15 0.9889 -0.002 0.0002 0.0013 17 15 16 0.9888 -0.002 0.0001 0.0008 18 23 17 0.9813 -0.0029 0.004 0.0253 19 17 18 0.98 -0.0031 0.0044 0.0282 20 24 19 0.9798 -0.0032 0.0002 0.0016 21 19 20 0.9766 -0.0033 0 0.0001 22 20 21 0.989 -0.0019 0.0033 0.0208 23 13 22 0.9821 -0.0028 0.0499 0.3184 The results are shown in Fig.4
  • 6. A Novel Distribution System Power Flow Algorithm using Forward Backward Matrix Method DOI: 10.9790/1676-10624651 www.iosrjournals.org 51 | Page Fig.4.load flows of 24 bus radial distribution system. The number of iterations and execution time required for converge of different systems by proposed method shown in Table.4 Table.4 load flow details for different systems system iteration Total real power loss Execution time(sec) 7 bus 7 0.2415 0.1104 12 bus 2 1.8938*1.0e-04 0.0328 24 bus 3 8.54E-06 0.057219 VI. Conclusion In this paper, a direct approach power flow algorithm for radial distribution system solution is proposed. BIBC matrix, which is developed from the topological characteristics of distribution systems, is used to solve power flow problem. The BIBC matrix represents the relationship between bus current injections and branch currents. This matrix is only used in forward backward sweep method instead of using both BIBC and BCBV matrices employed in the method [8] to solve power flow problems. The method in [8], in which two matrices are used for solution of load flow had converged for more number of iterations and by using proposed method the solution is obtained in less number of iterations and the solution time is reduced. References [1] B. Stott and O. Alsac, “Fast Decoupled load-Flow,” IEEE Trans. Power Apparatus and Systems, vol. PAS-93, pp. 859–869, 1974. [2] W. F. Tinney and C. E. Hart, “Power Flow Solution by Newton’s Method,” IEEE Trans. Power Apparatus and Systems, vol. PAS- 86, pp.1449–1460, 1967. [3] D.Das, D P.Kotari and A.Kalam, ”simple and efficient method for load flow solution of radial distribution networks”, electrical power and energy systems, vol 17,no.5, pp.335-346,1995. [4] D.Shirmohammadi,M.W.Hong,A.Semlyn and G.X.Luo,”a compensation base power flow method for weakly meshed distribution and trnsmission networks”,IEEE Transaction on power systems,vol 1,no.2,may 1988. [5] A. Augugliaro, L. Dusonchet,” A backward sweep method for power flow solution in distribution networks” Electrical Power and Energy Systems 32 (2010) 271–280. [6] Bompard, E. Carpaneto,” Convergence of the backward/forward sweep method for the load-flow analysis of radial distribution systems” Electrical Power and Energy Systems 22 (2000) 521–530. [7] A.Alsaadi and B.Gholami, ”An effective approach for distribution system power flow solution”, International journal of Electrical and electronics engineering”, 3:12,2009. [8] M. Tarafdar Hagh, T. Ahamadzadeh, K. M. Muttaqi, D. Sutanto,”Load Flow Analysis of Radial and Weakly Meshed Distribution Systems including Distributed Generations” Australasian Universities Power Engineering Conference, AUPEC 2014, Curtin University, Perth, Australia, 28 September – 1 October 2014 [9] M. M. Aman, G. B. Jasmon, K. H. Solangi, A. H. A. Bakar, and H. Mokhlis”Optimum Simultaneous DG and Capacitor Placement onthe Basis of Minimization of Power Losses”, International Journal of Computer and Electrical Engineering, Vol. 5, No. 5, October 2013