CHAPTER 2 LOAD FLOW ANALYSIS FOR RADIAL DISTRIBUTION SYSTEM

Size: px
Start display at page:

Download "CHAPTER 2 LOAD FLOW ANALYSIS FOR RADIAL DISTRIBUTION SYSTEM"

Transcription

1 16 CHAPTER 2 LOAD FLOW ANALYSIS FOR RADIAL DISTRIBUTION SYSTEM 2.1 INTRODUCTION Load flow analysis of power system network is used to determine the steady state solution for a given set of bus loading condition. The solution of a load flow study provides the information on voltage magnitude and phase angles, active and reactive power flow in the individual transmission lines and total real and reactive power losses. Load flow study is much important in the planning stages of new power system or additional to existing one. Load flow is essential for the analysis of the distribution system, to investigate the issues related to planning, design and the operation and control. Some applications like placement of distributed generation or capacitor need repeated power flow solution. The development of digital computers and their wide use in power system, made to develop many algorithms in 1950 s. The most popular algorithms such as indirect Gauss- Seidel (bus admittance matrix), direct Gauss-Seidel (bus impedance matrix), Newton-Raphson and its decoupled versions have been designed for transmission systems and these are unsuitable for distribution systems due to its own inherit characterizes like radial in structure, an unbalanced distributed load and unbalanced operation, Large number of nodes and branches, Wide range of resistance and reactance values. Methods like the Newton-Raphson and Gauss- Seidel do not exploit the radial structure of the distribution systems and require the solution of a set of equations whose size is of the order of the number of buses. This then results in long computational time. In addition, Y-bus matrix constructed is very sparse and this implies a waste of computer memory storage. Hence it can be

2 17 seen that the use of conventional power flow methods is not efficient for distribution systems. The high R/X ratio of distribution systems causes the distribution systems to be ill conditioned for conventional power flow methods, especially the fast-decoupled newton method, which diverges in most cases. Due to the characteristics of Radial Distribution System (RDS) the conventional load flow analysis is not suited to solve the RDS. Hence, a network topology based analysis has been used in this work for finding voltage, total power loss of the RDS under balanced operating condition employing a constant power model. 2.2 NETWORK TOPOLOGY BASED LOAD FLOW ANALYSIS This method carries out the load flow analysis for Radial Distribution System under balanced operating condition employing constant power load model. This method has three important steps, listed below: Equivalent current injection Formulation of BIBC matrix Formulation of BCBV matrix Equivalent current injection This method based on the current injection. At bus i, the complex power S i is specified and the corresponding equivalent current injection at the k-th iteration of the solution is computed as i i i S P jq i=1, N (2.1)

3 18 k r k i k Pi jq i Ii Ii ( Vi ) j( Ii)( Vi ) k Vi (2.2) Where, S i is the complex power at i-th bus P i is the real power at i-th bus Q i is the reactive power at i-th bus k Vi is the bus voltage at the k-th iteration for i-th bus k Ii is equivalent current injection at the k-th iteration for i-th bus r I i and i I i are the real and imaginary parts of the equivalent current injection at the k-th iteration for i-th bus Formulation of BIBC matrix BUS 4 BUS 5 B4 BUS 1 BUS 2 BUS 3 B3 SUB-STATION B1 B2 B5 I 4 I 5 BUS 6 I 2 I 3 I 6 Figure 2.1 A sample Radial Distribution System The sample Radial Distribution System (RDS) shown in Figure 2.1 will be used as an example. The power injections can be converted into the equivalent current injections using Equation (2.2). And a set of equations can be written by applying Kirchhoff s Current Law (KCL) to the distribution network. Then, the branch currents can be formulated as a function of the equivalent current injections. For example, the branch currents B5, B3 and B1 can be expressed as,

4 19 B 5 = I 6 B 3 = I 4 +I 5 B 1 = I 2 +I 3 +I 4 +I 5 + I 6 (2.3) Furthermore, the Bus-Injection to Branch-Current (BIBC) can be obtained as, B I 2 B I 3 B 3 = I 4 B I 5 B I 6 B = BIBC I 2.3 ALGORITHM FOR FORMATION OF BIBC MATRIX The power injections can be converted to the equivalent current injection and the relationship between the bus-current injection and branch-current injections are obtained by Kirchhoff s Current Law (KCL) to the distribution network. The branch currents are formulated as equivalent of current injection. Step[1] - Create a null matrix of dimension m * (n-1) Where, m = number of branches. n = number of buses. Step[2]- If a line section (B k ) is located between Bus i and Bus j, copy the column of the i-th bus of the BIBC matrix to the column of the j-th bus and fill a + 1 in the position of the k-th row and the j-th bus column.

5 20 the BIBC matrix. Step [3] - Repeat Procedure (2) until all the line sections are included in The building Procedure for BIBC matrix shown in Figure 2.2, the algorithm can be easily expanded to a multi-phase line section or bus. i th bus j th bus Fill +1 at k th row and j th column Figure 2.2 BIBC matrix 2.4 ALGORITHM FOR FORMATION OF BCBV MATRIX The BCBV matrix is responsible for the relations between the branch currents and bus voltages. The corresponding variation of the bus voltages, which is generated by the variation of the branch currents, can be found directly by using the BCBV V 2 = V 1 B 1 Z 12 (2.4) V 3 = V 2 B 2 Z 23 (2.5) V 4 = V 3 B 3 Z 34 (2.6) rewritten as, By using Equation (2.4) and Equation (2.5), the voltage of Bus 4 can be V 4 = V 1 B 1 Z 12 B 2 Z 23 B 3 Z 34 (2.7)

6 21 From Equation (2.7), it can be seen that the bus voltage can be expressed as a function of the branch currents, line parameters and substation voltage. Similar procedures can be utilized for other buses, and the Branch-Current to Bus Voltage (BCBV) matrix can be derived as, V 1 V 1 V 1 - V 2 V 3 V 4 = Z Z 12 Z Z 12 Z 23 Z B 1 B 2 B 3 V 1 V 5 Z 12 Z 23 Z 34 Z 45 0 B 4 V 1 V 6 Z 12 Z Z 36 B 5 V = BCBV B Step [1] - Create a null matrix of dimension (n-1) * m m =number of branches n = number of buses Step [2] If a line section (B k ) is located between Bus i and Bus j, copy the row of the i-th bus of the BCBV matrix to the row of the j-th bus and fill the line impedance (Z ij ) in the position of the j-th bus row and the k-th column. Step [3] Repeat Procedure (2) until all the line sections are included in the BCBV matrix shown in figure 2.3. Rewriting Equation (2.7) in the general form, we have V BCBV B (2.8) The building Procedure for BCBV matrix shown in Figure 2.3, the algorithm can be easily expanded to a multi-phase line section or bus.

7 22 Fill Z ij at j th row and k th column Figure 2.3 BCBV matrix 2.5 ALGORITHM FOR DISTRIBUTION SYSTEM LOAD FLOW given below, A brief idea of how bus voltages can be obtained for a radial system is 1. Input data. 2. Form the BIBC matrix. 3. Form the BCBV matrix. 4. Form the DLF matrix. 5. Iteration k = Iteration k = k + 1. k * 7. Solve the equations iteratively and update voltages I i =(P i +Q i ) /V i [ V k+1 ] = [DLF] [I k ] k+1 k If I i I i >tolerance, go to step(6) else print result. The detailed control flow for the network based topolgy load flow analysis for 33 bus and 69 bus radial distribution system shown in Figure 2.4. From the figure, it is clear that for every iteration the bus voltages has been updated and

8 23 the power losses have been calculated. The iteration has been continued until the tolerance value has been reached. START Read Input Data Form the BIBC matrix Form the BCBV matrix Calculate DLF matrix and set iteration k = 0 Iteration k = k+1 Update voltages Yes k 1 k ( i i ) I I tolerance No Calculate line flows & losses using final voltages STOP Figure 2.4 Flowchart of network based topology load flow analysis for Radial Distribution System

9 RESULTS AND DISCUSSION Two test systems have been taken to test and validate the proposed algorithm, the 33 bus Radial Distribution System (RDS) [90] and 69 bus Radial Distribution System (RDS) [10]. The line data, load data and the one line diagram of the test systems are given in Appendix-2. The base MVA and base kv have been taken as 100 MVA and kv. The summary of load flow analysis is given in table 2.1. The 33 bus radial distribution system has the real power loss of kw, reactive power loss of kvar and the minimum voltage at the node 18 of p.u. The 69 bus radial distribution system has the real power loss of kw, reactive power loss of kvar and the minimum voltage at the node 65 of p.u. By proper allocation and sizing of Distributed Generation this real power loss is reduced further. The detailed base case load flow solution for 33 bus RDS and 69 bus RDS is given in Appendix-I. Table 2.1 Base case load flow solution for 33 bus RDS and 69 bus RDS Test System 33 bus RDS 69 bus RDS Real Power Loss (kw) Reactive Power Loss (kvar) Minimum Bus Voltage V (p.u) p.u at bus p.u at bus 65 Two matrices, which are developed from the topological characteristics of distribution systems are used to solve power flow problem. The BIBC matrix represents the relationship between bus current injections and branch currents and the BCBV matrix represents the relationship between branch currents and bus voltages. These two matrices are combined to form a direct approach for solving power flow problems. The time-consuming procedures, such as forward/backward substitution of the Jacobian matrix or admittance matrix are not necessary in this

10 25 load flow. The ill-conditioned problem that usually occurs during the other traditional methods will not occur in the network based topology load flow analysis. 2.7 SUMMARY In this chapter the network based topology load flow analysis for 33 bus and 69 bus radial distribution system has been analyzed. The load flow analysis of RDS gives the solution for bus voltages, line flows, total real power and reactive power losses. The real power loss of the distribution system is much higher due to the large value of resistance, low operating voltage and higher current values. Hence, it posses the keen interest to reduce the real power losses further by the placement of DG. The load flow analysis gives the solution for losses with and without DG and it makes to analysis the system with and without placement of DG and also it gives an analysis to find the optimal size and location of DG which reduces the losses at the maximum extend. By the proper allocation of DG, the real power loss is reduced further and the same time improper location of DG may increase the loss. Hence, the optimal location of DG is much important for loss reduction which is discussed in the next chapter.

Power Flow Analysis of Radial Distribution System using Backward/Forward Sweep Method

Power Flow Analysis of Radial Distribution System using Backward/Forward Sweep Method Power Flow Analysis of Radial Distribution System using Backward/Forward Sweep Method Gurpreet Kaur 1, Asst. Prof. Harmeet Singh Gill 2 1,2 Department of Electrical Engineering, Guru Nanak Dev Engineering

More information

Simultaneous placement of Distributed Generation and D-Statcom in a radial distribution system using Loss Sensitivity Factor

Simultaneous placement of Distributed Generation and D-Statcom in a radial distribution system using Loss Sensitivity Factor Simultaneous placement of Distributed Generation and D-Statcom in a radial distribution system using Loss Sensitivity Factor 1 Champa G, 2 Sunita M N University Visvesvaraya college of Engineering Bengaluru,

More information

A LOOP BASED LOAD FLOW METHOD FOR WEAKLY MESHED DISTRIBUTION NETWORK

A LOOP BASED LOAD FLOW METHOD FOR WEAKLY MESHED DISTRIBUTION NETWORK VOL. 3, NO. 4, AUGUST 28 ISSN 89-668 26-28 Asian Research Publishing Network (ARPN). All rights reserved. A LOOP BASED LOAD FLOW METHOD FOR WEAKLY MESHED S. Sivanagaraju, J. Viswanatha Rao 2 and M. Giridhar

More information

KINGS COLLEGE OF ENGINEERING Punalkulam

KINGS COLLEGE OF ENGINEERING Punalkulam KINGS COLLEGE OF ENGINEERING Punalkulam 613 303 DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING POWER SYSTEM ANALYSIS QUESTION BANK UNIT I THE POWER SYSTEM AN OVERVIEW AND MODELLING PART A (TWO MARK

More information

EE 581 Power Systems. Admittance Matrix: Development, Direct and Iterative solutions

EE 581 Power Systems. Admittance Matrix: Development, Direct and Iterative solutions EE 581 Power Systems Admittance Matrix: Development, Direct and Iterative solutions Overview and HW # 8 Chapter 2.4 Chapter 6.4 Chapter 6.1-6.3 Homework: Special Problem 1 and 2 (see handout) Overview

More information

ELEC4612 Power System Analysis Power Flow Analysis

ELEC4612 Power System Analysis Power Flow Analysis ELEC462 Power Sstem Analsis Power Flow Analsis Dr Jaashri Ravishankar jaashri.ravishankar@unsw.edu.au Busbars The meeting point of various components of a PS is called bus. The bus or busbar is a conductor

More information

A PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION FEEDERS

A PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION FEEDERS A PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION FEEDERS 1 P.DIVYA, 2 PROF. G.V.SIVA KRISHNA RAO A.U.College of Engineering, Andhra University, Visakhapatnam Abstract: Capacitors in

More information

Optimal Placement & sizing of Distributed Generator (DG)

Optimal Placement & sizing of Distributed Generator (DG) Chapter - 5 Optimal Placement & sizing of Distributed Generator (DG) - A Single Objective Approach CHAPTER - 5 Distributed Generation (DG) for Power Loss Minimization 5. Introduction Distributed generators

More information

Optimal DG allocation and sizing in a Radial Distribution System using Analytical Approach

Optimal DG allocation and sizing in a Radial Distribution System using Analytical Approach Optimal allocation and sizing in a Radial Distribution System using Analytical Approach N.Ramya PG Student GITAM University, T.Padmavathi, Asst.Prof, GITAM University Abstract This paper proposes a comprehensive

More information

= V I = Bus Admittance Matrix. Chapter 6: Power Flow. Constructing Ybus. Example. Network Solution. Triangular factorization. Let

= V I = Bus Admittance Matrix. Chapter 6: Power Flow. Constructing Ybus. Example. Network Solution. Triangular factorization. Let Chapter 6: Power Flow Network Matrices Network Solutions Newton-Raphson Method Fast Decoupled Method Bus Admittance Matri Let I = vector of currents injected into nodes V = vector of node voltages Y bus

More information

PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION FEEDERS

PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION FEEDERS IMPACT: International ournal of Research in Engineering & Technology (IMPACT: IRET) ISSN 2321-8843 Vol. 1, Issue 3, Aug 2013, 85-92 Impact ournals PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION

More information

B.E. / B.Tech. Degree Examination, April / May 2010 Sixth Semester. Electrical and Electronics Engineering. EE 1352 Power System Analysis

B.E. / B.Tech. Degree Examination, April / May 2010 Sixth Semester. Electrical and Electronics Engineering. EE 1352 Power System Analysis B.E. / B.Tech. Degree Examination, April / May 2010 Sixth Semester Electrical and Electronics Engineering EE 1352 Power System Analysis (Regulation 2008) Time: Three hours Answer all questions Part A (10

More information

Power System Analysis Prof. A. K. Sinha Department of Electrical Engineering Indian Institute of Technology, Kharagpur. Lecture - 21 Power Flow VI

Power System Analysis Prof. A. K. Sinha Department of Electrical Engineering Indian Institute of Technology, Kharagpur. Lecture - 21 Power Flow VI Power System Analysis Prof. A. K. Sinha Department of Electrical Engineering Indian Institute of Technology, Kharagpur Lecture - 21 Power Flow VI (Refer Slide Time: 00:57) Welcome to lesson 21. In this

More information

Performance analysis and comparison of load flow methods in a practical distribution system

Performance analysis and comparison of load flow methods in a practical distribution system Performance analysis and comparison of load flow methods in a practical distribution system B.Muruganantham Dept. of Electrical and Electronics Engineering Pondicherry Engineering College Puducherry -

More information

EE2351 POWER SYSTEM ANALYSIS UNIT I: INTRODUCTION

EE2351 POWER SYSTEM ANALYSIS UNIT I: INTRODUCTION EE2351 POWER SYSTEM ANALYSIS UNIT I: INTRODUCTION PART: A 1. Define per unit value of an electrical quantity. Write equation for base impedance with respect to 3-phase system. 2. What is bus admittance

More information

Distributed vs Bulk Power in Distribution Systems Considering Distributed Generation

Distributed vs Bulk Power in Distribution Systems Considering Distributed Generation Distributed vs Bulk Power in Distribution Systems Considering Distributed Generation Abdullah A. Alghamdi 1 and Prof. Yusuf A. Al-Turki 2 1 Ministry Of Education, Jeddah, Saudi Arabia. 2 King Abdulaziz

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous)

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 043 ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK Course Name : Computer Methods in Power Systems Course Code : A60222

More information

J. Electrical Systems x-x (2010): x-xx. Regular paper

J. Electrical Systems x-x (2010): x-xx. Regular paper JBV Subrahmanyam Radhakrishna.C J. Electrical Systems x-x (2010): x-xx Regular paper A novel approach for Optimal Capacitor location and sizing in Unbalanced Radial Distribution Network for loss minimization

More information

Network Topology Based Back/Forward Sweeping for Load Flow of Radial Distribution Systems

Network Topology Based Back/Forward Sweeping for Load Flow of Radial Distribution Systems Network Topology Based Back/Forward Sweeping for Load Flow of Radial Distribution Systems Soumitri Jena 1, Abhisek Mishra 2, Vivek Rastogi 3 P.G Scholar [Power System], Dept. of EE, National Institute

More information

OPTIMAL CAPACITOR PLACEMENT USING FUZZY LOGIC

OPTIMAL CAPACITOR PLACEMENT USING FUZZY LOGIC CHAPTER - 5 OPTIMAL CAPACITOR PLACEMENT USING FUZZY LOGIC 5.1 INTRODUCTION The power supplied from electrical distribution system is composed of both active and reactive components. Overhead lines, transformers

More information

Incorporation of Asynchronous Generators as PQ Model in Load Flow Analysis for Power Systems with Wind Generation

Incorporation of Asynchronous Generators as PQ Model in Load Flow Analysis for Power Systems with Wind Generation Incorporation of Asynchronous Generators as PQ Model in Load Flow Analysis for Power Systems with Wind Generation James Ranjith Kumar. R, Member, IEEE, Amit Jain, Member, IEEE, Power Systems Division,

More information

Enhanced Newton Method Based Radial Distribution System Load Flow Analysis with Extrapolation Techniques

Enhanced Newton Method Based Radial Distribution System Load Flow Analysis with Extrapolation Techniques Enhanced Newton Method Based Radial Distribution System Load Flow Analysis with Extrapolation Techniques Asst. Prof. Dr. Hassan Kuhba Electrical Engineering Department, Engineering College/Baghdad University,

More information

Comparison of Power Flow Algorithms for inclusion in On-line Power Systems Operation Tools

Comparison of Power Flow Algorithms for inclusion in On-line Power Systems Operation Tools University of New Orleans ScholarWorks@UNO University of New Orleans Theses and Dissertations Dissertations and Theses 12-17-2010 Comparison of Power Flow Algorithms for inclusion in On-line Power Systems

More information

Load Flow Analysis of Unbalanced Radial Distribution Systems. Biswajit Naik(110EE0211) Nikhil Mudgal (110EE0210) Somanath Behera(110EE0190)

Load Flow Analysis of Unbalanced Radial Distribution Systems. Biswajit Naik(110EE0211) Nikhil Mudgal (110EE0210) Somanath Behera(110EE0190) Load Flow Analysis of Unbalanced Radial Distribution Systems Biswajit Naik(110EE0211) Nikhil Mudgal (110EE0210) Somanath Behera(110EE0190) Department of Electrical Engineering National Institute of Technology

More information

A COMPUTER PROGRAM FOR SHORT CIRCUIT ANALYSIS OF ELECTRIC POWER SYSTEMS

A COMPUTER PROGRAM FOR SHORT CIRCUIT ANALYSIS OF ELECTRIC POWER SYSTEMS NIJOTECH VOL. 5 NO. 1 MARCH 1981 EJEBE 46 A COMPUTER PROGRAM FOR SHORT CIRCUIT ANALYSIS OF ELECTRIC POWER SYSTEMS BY G.C. EJEBE DEPARTMENT OF ELECTRICAL/ELECTRONIC ENGINEERING UNIVERSITY OF NIGERIA, NSUKKA.

More information

A Simplified Approach for Load Flow Analysis of Radial Distribution Network

A Simplified Approach for Load Flow Analysis of Radial Distribution Network A Simplified Approach for Load Flow Analysis of Radial Distribution Network K. Vinoth Kumar, M.P. Selvan Abstract This paper presents a simple approach for load flow analysis of a radial distribution network.

More information

State Estimation and Power Flow Analysis of Power Systems

State Estimation and Power Flow Analysis of Power Systems JOURNAL OF COMPUTERS, VOL. 7, NO. 3, MARCH 01 685 State Estimation and Power Flow Analysis of Power Systems Jiaxiong Chen University of Kentucky, Lexington, Kentucky 40508 U.S.A. Email: jch@g.uky.edu Yuan

More information

PowerApps Optimal Power Flow Formulation

PowerApps Optimal Power Flow Formulation PowerApps Optimal Power Flow Formulation Page1 Table of Contents 1 OPF Problem Statement... 3 1.1 Vector u... 3 1.1.1 Costs Associated with Vector [u] for Economic Dispatch... 4 1.1.2 Costs Associated

More information

APPLICATION OF FORWARD BACKWARD PROPAGATION ALGORITHM FOR THREE PHASE POWER FLOW ANALYSIS IN RADIAL DISTRIBUTION SYSTEM

APPLICATION OF FORWARD BACKWARD PROPAGATION ALGORITHM FOR THREE PHASE POWER FLOW ANALYSIS IN RADIAL DISTRIBUTION SYSTEM Simposium Nasional RAP V 2009 SSN : 1412-9612 APPLCATON OF FORWARD BACKWARD PROPAGATON ALGORTHM FOR THREE PHASE POWER FLOW ANALYSS N RADAL DSTRBUTON SYSTEM Agus Ulinuha Department of Electrical Engineering,

More information

METHODS FOR ANALYSIS AND PLANNING OF MODERN DISTRIBUTION SYSTEMS. Salem Elsaiah

METHODS FOR ANALYSIS AND PLANNING OF MODERN DISTRIBUTION SYSTEMS. Salem Elsaiah METHODS FOR ANALYSIS AND PLANNING OF MODERN DISTRIBUTION SYSTEMS By Salem Elsaiah A DISSERTATION Submitted to Michigan State University in partial fulfillment of the requirements for the degree of Electrical

More information

EE 6501 POWER SYSTEMS UNIT I INTRODUCTION

EE 6501 POWER SYSTEMS UNIT I INTRODUCTION EE 6501 POWER SYSTEMS UNIT I INTRODUCTION PART A (2 MARKS) 1. What is single line diagram? A Single line diagram is diagrammatic representation of power system in which the components are represented by

More information

OPTIMAL LOCATION AND SIZING OF DISTRIBUTED GENERATOR IN RADIAL DISTRIBUTION SYSTEM USING OPTIMIZATION TECHNIQUE FOR MINIMIZATION OF LOSSES

OPTIMAL LOCATION AND SIZING OF DISTRIBUTED GENERATOR IN RADIAL DISTRIBUTION SYSTEM USING OPTIMIZATION TECHNIQUE FOR MINIMIZATION OF LOSSES 780 OPTIMAL LOCATIO AD SIZIG OF DISTRIBUTED GEERATOR I RADIAL DISTRIBUTIO SYSTEM USIG OPTIMIZATIO TECHIQUE FOR MIIMIZATIO OF LOSSES A. Vishwanadh 1, G. Sasi Kumar 2, Dr. D. Ravi Kumar 3 1 (Department of

More information

Chapter 8 VOLTAGE STABILITY

Chapter 8 VOLTAGE STABILITY Chapter 8 VOTAGE STABIITY The small signal and transient angle stability was discussed in Chapter 6 and 7. Another stability issue which is important, other than angle stability, is voltage stability.

More information

Performance Improvement of the Radial Distribution System by using Switched Capacitor Banks

Performance Improvement of the Radial Distribution System by using Switched Capacitor Banks Int. J. on Recent Trends in Engineering and Technology, Vol. 10, No. 2, Jan 2014 Performance Improvement of the Radial Distribution System by using Switched Capacitor Banks M. Arjun Yadav 1, D. Srikanth

More information

Weighted Least Squares Topology Error Detection And Identification

Weighted Least Squares Topology Error Detection And Identification Weighted Least Squares Topology Error Detection And Identification A THESIS SUBMITTED TO THE FACULTY OF THE GRADUATE SCHOOL OF THE UNIVERSITY OF MINNESOTA BY Jason Glen Lindquist IN PARTIAL FULFILLMENT

More information

Elevated Neutral to Earth Voltages Due to Harmonics A T&D Update

Elevated Neutral to Earth Voltages Due to Harmonics A T&D Update Elevated Neutral to Earth Voltages Due to Harmonics A T&D Update E. R. (Randy) Collins, PhD, PE Dept. of Electrical and Computer Engineering Clemson University Clemson, South Carolina Stray Voltage Panel

More information

Journal of Artificial Intelligence in Electrical Engineering, Vol. 1, No. 2, September 2012

Journal of Artificial Intelligence in Electrical Engineering, Vol. 1, No. 2, September 2012 Multi-objective Based Optimization Using Tap Setting Transformer, DG and Capacitor Placement in Distribution Networks Abdolreza Sadighmanesh 1, Mehran Sabahi 2, Kazem Zare 2, and Babak Taghavi 3 1 Department

More information

Optimal Placement of Capacitor in Radial Distribution System Using Real Coded Genetic Algorithm

Optimal Placement of Capacitor in Radial Distribution System Using Real Coded Genetic Algorithm I J E E E C International Journal of Electrical, Electronics ISSN No. (Online): 2277-2626 and Computer Engineering 2(2): 23-29(2013) Optimal Placement of Capacitor in Radial Distribution System Using Real

More information

DIRECTED GRAPH BASED POWER-FLOW ALGORITHM FOR 1-PHASE RDN

DIRECTED GRAPH BASED POWER-FLOW ALGORITHM FOR 1-PHASE RDN method is used to formulate element-currents during the Forward-Sweep and the inclusion of power variable in the algorithm during Backward Sweep leads to more accurate results. The proposed TT based power-flow

More information

Fast Decoupled Power Flow for Unbalanced Radial Distribution Systems

Fast Decoupled Power Flow for Unbalanced Radial Distribution Systems Fast Decoupled Power Flow for Unbalanced Radial Distribution Systems Ray D. Zimmerman Hsiao-Dong Chiang School of Electrical Engineering Cornell University, Ithaca, NY 4853 USA 95 WM 29-6 PWRS Abstract

More information

SECTION 5: POWER FLOW. ESE 470 Energy Distribution Systems

SECTION 5: POWER FLOW. ESE 470 Energy Distribution Systems SECTION 5: POWER FLOW ESE 470 Energy Distribution Systems 2 Introduction Nodal Analysis 3 Consider the following circuit Three voltage sources VV sss, VV sss, VV sss Generic branch impedances Could be

More information

Module 3 : Sequence Components and Fault Analysis

Module 3 : Sequence Components and Fault Analysis Module 3 : Sequence Components and Fault Analysis Lecture 12 : Sequence Modeling of Power Apparatus Objectives In this lecture we will discuss Per unit calculation and its advantages. Modeling aspects

More information

A Novel Technique to Improve the Online Calculation Performance of Nonlinear Problems in DC Power Systems

A Novel Technique to Improve the Online Calculation Performance of Nonlinear Problems in DC Power Systems electronics Article A Novel Technique to Improve the Online Calculation Performance of Nonlinear Problems in DC Power Systems Qingshan Xu 1, Yuqi Wang 1, * ID, Minjian Cao 1 and Jiaqi Zheng 2 1 School

More information

IGEE 402 Power System Analysis. FINAL EXAMINATION - SAMPLE Fall 2004

IGEE 402 Power System Analysis. FINAL EXAMINATION - SAMPLE Fall 2004 IGEE 402 Power System Analysis FINAL EXAMINATION - SAMPLE Fall 2004 Special instructions: - Duration: 80 minutes. - Material allowed: a crib sheet (double sided 8.5 x ), calculator. - Attempt 5 out of

More information

Congestion Alleviation using Reactive Power Compensation in Radial Distribution Systems

Congestion Alleviation using Reactive Power Compensation in Radial Distribution Systems IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 6 Ver. III (Nov. Dec. 2016), PP 39-45 www.iosrjournals.org Congestion Alleviation

More information

UNIVERSITY OF NAIROBI DE-COUPLED LOAD FLOW STUDY METHOD

UNIVERSITY OF NAIROBI DE-COUPLED LOAD FLOW STUDY METHOD UNIVERSITY OF NAIROBI SCHOOL OF ENGINEERING DEPARTMENT OF ELECTRICAL AND INFORMATION ENGINEERING DE-COUPLED LOAD FLOW STUDY METHOD PROJECT INDEX: PRJ (71) BY KETER SAMSON KIPKIRUI F17/30052/2009 SUPERVISOR:

More information

Farzaneh Ostovar, Mahdi Mozaffari Legha

Farzaneh Ostovar, Mahdi Mozaffari Legha Quantify the Loss Reduction due Optimization of Capacitor Placement Using DPSO Algorithm Case Study on the Electrical Distribution Network of north Kerman Province Farzaneh Ostovar, Mahdi Mozaffari Legha

More information

EE5250 TERM PROJECT. Report by: Akarsh Sheilendranath

EE5250 TERM PROJECT. Report by: Akarsh Sheilendranath EE5250 TERM PROJECT Analytical Approaches for Optimal Placement of Distributed Generation Sources in Power System Caisheng Wang, student member, IEEE, and M. Hashem Nehrir, senior member, IEEE Report by:

More information

Optimal Placement and Sizing of Distributed Generation for Power Loss Reduction using Particle Swarm Optimization

Optimal Placement and Sizing of Distributed Generation for Power Loss Reduction using Particle Swarm Optimization Available online at www.sciencedirect.com Energy Procedia 34 (2013 ) 307 317 10th Eco-Energy and Materials Science and Engineering (EMSES2012) Optimal Placement and Sizing of Distributed Generation for

More information

Analytical Study Based Optimal Placement of Energy Storage Devices in Distribution Systems to Support Voltage and Angle Stability

Analytical Study Based Optimal Placement of Energy Storage Devices in Distribution Systems to Support Voltage and Angle Stability University of Wisconsin Milwaukee UWM Digital Commons Theses and Dissertations June 2017 Analytical Study Based Optimal Placement of Energy Storage Devices in Distribution Systems to Support Voltage and

More information

CHAPTER 2 CAPACITANCE REQUIREMENTS OF SIX-PHASE SELF-EXCITED INDUCTION GENERATORS

CHAPTER 2 CAPACITANCE REQUIREMENTS OF SIX-PHASE SELF-EXCITED INDUCTION GENERATORS 9 CHAPTER 2 CAPACITANCE REQUIREMENTS OF SIX-PHASE SELF-EXCITED INDUCTION GENERATORS 2.. INTRODUCTION Rapidly depleting rate of conventional energy sources, has led the scientists to explore the possibility

More information

Optimal Capacitor Placement in Distribution System with Random Variations in Load

Optimal Capacitor Placement in Distribution System with Random Variations in Load I J C T A, 10(5) 2017, pp. 651-657 International Science Press Optimal Capacitor Placement in Distribution System with Random Variations in Load Ajay Babu B *, M. Ramalinga Raju ** and K.V.S.R. Murthy

More information

EE2351 POWER SYSTEM ANALYSIS

EE2351 POWER SYSTEM ANALYSIS EE351 POWER SYSTEM ANALYSIS A.Ahamed Riazudeen EEE DEPARTMENT 1 UNIT I INTRODUCTION Power system network 3 SINGLE LINE DIAGRAM It is a diagrammatic representation of a power system in which the components

More information

1 Unified Power Flow Controller (UPFC)

1 Unified Power Flow Controller (UPFC) Power flow control with UPFC Rusejla Sadikovic Internal report 1 Unified Power Flow Controller (UPFC) The UPFC can provide simultaneous control of all basic power system parameters ( transmission voltage,

More information

Chapter 8: Unsymmetrical Faults

Chapter 8: Unsymmetrical Faults Chapter 8: Unsymmetrical Faults Introduction The sequence circuits and the sequence networks developed in the previous chapter will now be used for finding out fault current during unsymmetrical faults.

More information

STATE ESTIMATION IN DISTRIBUTION SYSTEMS

STATE ESTIMATION IN DISTRIBUTION SYSTEMS SAE ESIMAION IN DISRIBUION SYSEMS 2015 CIGRE Grid of the Future Symposium Chicago (IL), October 13, 2015 L. Garcia-Garcia, D. Apostolopoulou Laura.GarciaGarcia@ComEd.com Dimitra.Apostolopoulou@ComEd.com

More information

Two-Layer Network Equivalent for Electromagnetic Transients

Two-Layer Network Equivalent for Electromagnetic Transients 1328 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 18, NO. 4, OCTOBER 2003 Two-Layer Network Equivalent for Electromagnetic Transients Mohamed Abdel-Rahman, Member, IEEE, Adam Semlyen, Life Fellow, IEEE, and

More information

Optimal Placement of Multi DG Unit in Distribution Systems Using Evolutionary Algorithms

Optimal Placement of Multi DG Unit in Distribution Systems Using Evolutionary Algorithms IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume, Issue 6 Ver. IV (Nov Dec. 2014), PP 47-52 www.iosrjournals.org Optimal Placement of Multi

More information

Placement of Distributed Generator, Capacitor and DG and Capacitor in Distribution System for Loss reduction and Reliability Improvement

Placement of Distributed Generator, Capacitor and DG and Capacitor in Distribution System for Loss reduction and Reliability Improvement Placement of Distributed Generator, and DG and in Distribution System for Loss reduction and Reliability Improvement S.Chandrashekhar Reddy P.V.N.Prasad A.Jaya Laxmi Associate Professor Professor Associate

More information

Modelling and Analysis of Electric Power Systems

Modelling and Analysis of Electric Power Systems Modelling and Analysis of Electric Power Systems Power Flow Analysis Fault Analysis Power Systems Dynamics and Stability Lecture 227-0526-00, ITET ETH Zürich Göran Andersson EEH - Power Systems Laboratory

More information

Real Time Voltage Control using Genetic Algorithm

Real Time Voltage Control using Genetic Algorithm Real Time Voltage Control using Genetic Algorithm P. Thirusenthil kumaran, C. Kamalakannan Department of EEE, Rajalakshmi Engineering College, Chennai, India Abstract An algorithm for control action selection

More information

Optimal Capacitor Placement in Radial Distribution System to minimize the loss using Fuzzy Logic Control and Hybrid Particle Swarm Optimization

Optimal Capacitor Placement in Radial Distribution System to minimize the loss using Fuzzy Logic Control and Hybrid Particle Swarm Optimization Optimal Capacitor Placement in Radial Distribution System to minimize the loss using Fuzzy Logic Control and Hybrid Particle Swarm Optimization 1 S.Joyal Isac, 2 K.Suresh Kumar Department of EEE, Saveetha

More information

Chapter 9 Balanced Faults, Part II. 9.4 Systematic Fault Analysis Using Bus Impedance Matrix

Chapter 9 Balanced Faults, Part II. 9.4 Systematic Fault Analysis Using Bus Impedance Matrix Chapter 9 Balanced Faults, Part II 9.4 Systematic Fault Analysis Using Bus Impedance Matrix In the previous analysis we employed the Thevenin model and ound the Thevenin voltage and impedance by means

More information

Optimal Compensation of Reactive Power in Transmission Networks using PSO, Cultural and Firefly Algorithms

Optimal Compensation of Reactive Power in Transmission Networks using PSO, Cultural and Firefly Algorithms Volume 114 No. 9 2017, 367-388 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Optimal Compensation of Reactive Power in Transmission Networks using

More information

LINE FLOW ANALYSIS OF IEEE BUS SYSTEM WITH THE LOAD SENSITIVITY FACTOR

LINE FLOW ANALYSIS OF IEEE BUS SYSTEM WITH THE LOAD SENSITIVITY FACTOR LINE FLOW ANALYSIS OF IEEE BUS SYSTEM WITH THE LOAD SENSITIVITY FACTOR Puneet Sharma 1, Jyotsna Mehra 2, Virendra Kumar 3 1,2,3 M.Tech Research scholar, Galgotias University, Greater Noida, India Abstract

More information

MODIFIED DIRECT-ZBR METHOD PSO POWER FLOW DEVELOPMENT FOR WEAKLY MESHED ACTIVE UNBALANCED DISTRIBUTION SYSTEMS

MODIFIED DIRECT-ZBR METHOD PSO POWER FLOW DEVELOPMENT FOR WEAKLY MESHED ACTIVE UNBALANCED DISTRIBUTION SYSTEMS MODIFIED DIRECT-ZBR METHOD PSO POWER FLOW DEVELOPMENT FOR WEAKLY MESHED ACTIVE UNBALANCED DISTRIBUTION SYSTEMS Suyanto, Indri Suryawati, Ontoseno Penangsang, Adi Soeprijanto, Rony Seto Wibowo and DF Uman

More information

OPTIMAL DG UNIT PLACEMENT FOR LOSS REDUCTION IN RADIAL DISTRIBUTION SYSTEM-A CASE STUDY

OPTIMAL DG UNIT PLACEMENT FOR LOSS REDUCTION IN RADIAL DISTRIBUTION SYSTEM-A CASE STUDY 2006-2007 Asian Research Pulishing Network (ARPN). All rights reserved. OPTIMAL DG UNIT PLACEMENT FOR LOSS REDUCTION IN RADIAL DISTRIBUTION SYSTEM-A CASE STUDY A. Lakshmi Devi 1 and B. Suramanyam 2 1 Department

More information

Modelling and Analysis of Electric Power Systems

Modelling and Analysis of Electric Power Systems Modelling and Analysis of Electric Power Systems Power Flow Analysis Fault Analysis Power Systems Dynamics and Stability Lectures 35 526, ITET ETH Zürich Göran Andersson EEH - Power Systems Laboratory

More information

Load Capability for Smart Distribution Systems. A Thesis. Submitted to the Faculty. Drexel University. Nicholas Stephen Coleman

Load Capability for Smart Distribution Systems. A Thesis. Submitted to the Faculty. Drexel University. Nicholas Stephen Coleman Load Capability for Smart Distribution Systems A Thesis Submitted to the Faculty of Drexel University by Nicholas Stephen Coleman in partial fulfillment of the requirements for the degree of Master of

More information

SHORT QUESTIONS AND ANSWERS. Year/ Semester/ Class : III/ V/ EEE Academic Year: Subject Code/ Name: EE6501/ Power System Analysis

SHORT QUESTIONS AND ANSWERS. Year/ Semester/ Class : III/ V/ EEE Academic Year: Subject Code/ Name: EE6501/ Power System Analysis Srividya colllege of Engg & Tech,Virudhunagar Sri Vidya College of Engineering And Technology Virudhunagar 626 005 Department of Electrical and Electronics Engineering QUESTION BANK SHORT QUESTIONS AND

More information

An effective Golden Section Search Approach based Distribution Load Flow

An effective Golden Section Search Approach based Distribution Load Flow An effective Golden Section Search Approach based Distribution Load Flow Naveen Jain and Jai Kumar Maherchandani Abstract This paper presents an effective Golden Section Search approach based Distribution

More information

Power Flow Analysis. The voltage at a typical bus i of the system is given in polar coordinates by

Power Flow Analysis. The voltage at a typical bus i of the system is given in polar coordinates by Power Flow Analysis 4.1 introduction: Power-flow studies are of great importance in planning and designing the future expansion of power systems as well as in determining the best operation of existing

More information

Meta Heuristic Harmony Search Algorithm for Network Reconfiguration and Distributed Generation Allocation

Meta Heuristic Harmony Search Algorithm for Network Reconfiguration and Distributed Generation Allocation Department of CSE, JayShriram Group of Institutions, Tirupur, Tamilnadu, India on 6 th & 7 th March 2014 Meta Heuristic Harmony Search Algorithm for Network Reconfiguration and Distributed Generation Allocation

More information

IJSER. V R Siddhartha Engineering College

IJSER. V R Siddhartha Engineering College International Journal of cientific & Engineering Research, Volume 5, Issue 5, May-014 86 Hybrid Differential Evolution Particle warm Optimization Algorithm K. Naresh CH. Punya ekhar Giridhar Balakrishna

More information

The Power Flow & Optimal Power Flow Problems

The Power Flow & Optimal Power Flow Problems The Power Flow & Optimal Power Flow Problems Smith College, EGR 325 February 1, 2018 1 Overview Quick recap of power flow equations Begin using the PowerWorld simulator Practice problems in class Homework

More information

Optimal Unified Power Quality Conditioner Allocation in Distribution Systems for Loss Minimization using Grey Wolf Optimization

Optimal Unified Power Quality Conditioner Allocation in Distribution Systems for Loss Minimization using Grey Wolf Optimization RESEARCH ARTICLE OPEN ACCESS Optimal Unified Power Quality Conditioner Allocation in Distribution Systems for Loss Minimization using Grey Wolf Optimization M. Laxmidevi Ramanaiah*, Dr. M. Damodar Reddy**

More information

Optimal capacitor placement and sizing via artificial bee colony

Optimal capacitor placement and sizing via artificial bee colony International Journal of Smart Grid and Clean Energy Optimal capacitor placement and sizing via artificial bee colony Mohd Nabil Muhtazaruddin a*, Jasrul Jamani Jamian b, Danvu Nguyen a Nur Aisyah Jalalludin

More information

Power Grid Partitioning: Static and Dynamic Approaches

Power Grid Partitioning: Static and Dynamic Approaches Power Grid Partitioning: Static and Dynamic Approaches Miao Zhang, Zhixin Miao, Lingling Fan Department of Electrical Engineering University of South Florida Tampa FL 3320 miaozhang@mail.usf.edu zmiao,

More information

Optimal Power Flow Formulations in Modern Distribution Grids

Optimal Power Flow Formulations in Modern Distribution Grids P L Power Systems Laboratory Optimal Power Flow Formulations in Modern Distribution Grids Student Etta Shyti Supervisors Stavros Karagiannopoulos Dmitry Shchetinin Examiner Prof. Dr. Gabriela Hug Project

More information

Himanshu Jain. Robert P Broadwater, Chair Saifur Rahman, Co-Chair Alexander Elgart Steve C Southward Virgilio A Centeno

Himanshu Jain. Robert P Broadwater, Chair Saifur Rahman, Co-Chair Alexander Elgart Steve C Southward Virgilio A Centeno Dynamic Simulation of Power Systems using Three Phase Integrated Transmission and Distribution System Models: Case Study Comparisons with Traditional Analysis Methods Himanshu Jain Dissertation submitted

More information

Appendix A Solving Systems of Nonlinear Equations

Appendix A Solving Systems of Nonlinear Equations Appendix A Solving Systems of Nonlinear Equations Chapter 4 of this book describes and analyzes the power flow problem. In its ac version, this problem is a system of nonlinear equations. This appendix

More information

LOAD FLOW SOLUTION FOR UNBALANCED RADIAL DISTRIBUTION SYSTEMS

LOAD FLOW SOLUTION FOR UNBALANCED RADIAL DISTRIBUTION SYSTEMS International Journal of Electrical and Electronics Engineering Research (IJEEER) ISSN 2250155X Vol.2, Issue 3 Sep 2012 3755 TJPRC Pvt. Ltd., LOAD FLOW SOLUTION FOR UNBALANCED RADIAL DISTRIBUTION SYSTEMS

More information

Power system model. Olof Samuelsson. EIEN15 Electric Power Systems L2

Power system model. Olof Samuelsson. EIEN15 Electric Power Systems L2 Power system model Olof Samuelsson EIEN15 Electric Power Systems L2 1 Outline Previously: Models for lines, generator, power electronic converter, transformer Single line diagram Per unit Bus admittance

More information

Chapter-2 Literature Review

Chapter-2 Literature Review Chapter-2 Literature Review ii CHAPTER - 2 LITERATURE REVIEW Literature review is divided into two parts; Literature review of load flow analysis and capacitor allocation techniques. 2.1 LITERATURE REVIEW

More information

CAPACITOR PLACEMENT IN UNBALANCED POWER SYSTEMS

CAPACITOR PLACEMENT IN UNBALANCED POWER SYSTEMS CAPACITOR PLACEMET I UBALACED POWER SSTEMS P. Varilone and G. Carpinelli A. Abur Dipartimento di Ingegneria Industriale Department of Electrical Engineering Universita degli Studi di Cassino Texas A&M

More information

Lossy DC Power Flow. John W. Simpson-Porco. Universidad de Chile Santiago, Chile. March 2, 2017

Lossy DC Power Flow. John W. Simpson-Porco. Universidad de Chile Santiago, Chile. March 2, 2017 Lossy DC Power Flow John W. Simpson-Porco Universidad de Chile Santiago, Chile March 2, 2017 Our 20th Century Bulk Power System A large-scale, nonlinear, hybrid, stochastic, distributed, cyber-physical...

More information

The AR OPF: an Exact Convex Formulation for the Optimal Power Flow in Radial Distribution Networks

The AR OPF: an Exact Convex Formulation for the Optimal Power Flow in Radial Distribution Networks Photo credit: Infineon The AR OPF: an Exact Convex Formulation for the Optimal Power Flow in Radial Distribution Networks Jean Yves Le Boudec and Mario Paolone EPFL LCA and DESL (joint work with Dr. Mostafa

More information

Power System Analysis

Power System Analysis Power System Analysis BY A. P U R N A C H A N D E R A S S I S T A N T P R O F E S S O R D E P A R T M E N T O F E E E A C E E N G I N E E R I N G C O L L E G E Course Objectives: 1. To understand and develop

More information

Power System Analysis

Power System Analysis Power System Analysis Power Flow Analysis Fault Analysis Power System Dynamics and Stability Lecture 227-0526-00, ITET ETH Zürich Göran Andersson EEH - Power Systems Laboratory ETH Zürich September 2012

More information

CHAPTER 6 STEADY-STATE ANALYSIS OF SINGLE-PHASE SELF-EXCITED INDUCTION GENERATORS

CHAPTER 6 STEADY-STATE ANALYSIS OF SINGLE-PHASE SELF-EXCITED INDUCTION GENERATORS 79 CHAPTER 6 STEADY-STATE ANALYSIS OF SINGLE-PHASE SELF-EXCITED INDUCTION GENERATORS 6.. INTRODUCTION The steady-state analysis of six-phase and three-phase self-excited induction generators has been presented

More information

An Equivalent Circuit Formulation of the Power Flow Problem with Current and Voltage State Variables

An Equivalent Circuit Formulation of the Power Flow Problem with Current and Voltage State Variables An Equivalent Circuit Formulation of the Power Flow Problem with Current and Voltage State Variables David M. Bromberg, Marko Jereminov, Xin Li, Gabriela Hug, Larry Pileggi Dept. of Electrical and Computer

More information

STEADY STATE NETWORK EQUIVALENTS FOR LARGE ELECTRICAL POWER SYSTEMS THESIS. Submitted in Partial Fulfillment. of the REQUIREMENTS for the.

STEADY STATE NETWORK EQUIVALENTS FOR LARGE ELECTRICAL POWER SYSTEMS THESIS. Submitted in Partial Fulfillment. of the REQUIREMENTS for the. STEADY STATE NETWORK EQUIVALENTS FOR LARGE ELECTRICAL POWER SYSTEMS THESIS Submitted in Partial Fulfillment of the REQUIREMENTS for the Degree of MASTER OF SCIENCE (Electrical Engineering) at the POLYTECHNIC

More information

Comparison of Loss Sensitivity Factor & Index Vector methods in Determining Optimal Capacitor Locations in Agricultural Distribution

Comparison of Loss Sensitivity Factor & Index Vector methods in Determining Optimal Capacitor Locations in Agricultural Distribution 6th NATIONAL POWER SYSTEMS CONFERENCE, 5th-7th DECEMBER, 200 26 Comparison of Loss Sensitivity Factor & Index Vector s in Determining Optimal Capacitor Locations in Agricultural Distribution K.V.S. Ramachandra

More information

Smart Grid State Estimation by Weighted Least Square Estimation

Smart Grid State Estimation by Weighted Least Square Estimation International Journal of Engineering and Advanced Technology (IJEAT) ISSN: 2249 8958, Volume-5, Issue-6, August 2016 Smart Grid State Estimation by Weighted Least Square Estimation Nithin V G, Libish T

More information

Analytical approaches for Optimal Placement and sizing of Distributed generation in Power System

Analytical approaches for Optimal Placement and sizing of Distributed generation in Power System IOSR Journal of Electrical and Electronics Engineering (IOSRJEEE) ISSN : 2278-1676 Volume 1, Issue 1 (May-June 2012), PP 20- Analytical approaches for Optimal Placement and sizing of Distributed generation

More information

FLEXIBLE ac transmission system (FACTS) devices give

FLEXIBLE ac transmission system (FACTS) devices give 694 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 19, NO. 2, APRIL 2004 A Newton-Type Current Injection Model of UPFC for Studying Low-Frequency Oscillations Kwang M. Son, Member, IEEE, and Robert H. Lasseter,

More information

Power System Security Analysis. B. Rajanarayan Prusty, Bhagabati Prasad Pattnaik, Prakash Kumar Pandey, A. Sai Santosh

Power System Security Analysis. B. Rajanarayan Prusty, Bhagabati Prasad Pattnaik, Prakash Kumar Pandey, A. Sai Santosh 849 Power System Security Analysis B. Rajanarayan Prusty, Bhagabati Prasad Pattnaik, Prakash Kumar Pandey, A. Sai Santosh Abstract: In this paper real time security analysis is carried out. First contingency

More information

Voltage Instability Analysis Using P-V or Q-V Analysis. Weili Yi

Voltage Instability Analysis Using P-V or Q-V Analysis. Weili Yi Voltage Instability Analysis Using P-V or Q-V Analysis by Weili Yi A Thesis Presented in Partial Fulfillment of the Requirements for the Degree Master of Science Approved April 2017 by the Graduate Supervisory

More information

Supplementary Information for Enhancing synchronization stability in a multi-area power grid

Supplementary Information for Enhancing synchronization stability in a multi-area power grid Supplementary Information for Enhancing synchronization stability in a multi-area power grid Bing Wang, 1, 2, Hideyuki Suzuki, 3 and Kazuyuki Aihara 2 1 School of Computer Engineering and Science, Shanghai

More information

Module 3 : Sequence Components and Fault Analysis

Module 3 : Sequence Components and Fault Analysis Module 3 : Sequence Components and Fault Analysis Lecture 13 : Sequence Modeling (Tutorial) Objectives In this lecture we will solve tutorial problems on fault analysis in sequence domain Per unit values

More information