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

Size: px
Start display at page:

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

Transcription

1 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 = bus admittance matri Then: I = Y bus V 6 Power Flow Notes on Power System Analysis 6 Power Flow Notes on Power System Analysis I I = I I I Eample Y = Y I = Y V V V = V Y Y 6 Power Flow Notes on Power System Analysis 3 V V Constructing Ybus Ybus is symmetric unless the circuit has phase shifters or active devices Diagonal term Y ii is the sum of all admittances connected to bus i Off-diagonal term Y ij is the negative of the sum of all admittances directly connecting bus i to bus j 6 Power Flow Notes on Power System Analysis 4 Network Solution Given current injections, find node voltages For small systems, simply invert the Ybus matri: V = Y bus - I = Z bus I For medium, solve the set of linear equations using Gaussian elimination For large systems, the Gaussian elimination is best done by triangular (LU) factorization 6 Power Flow Notes on Power System Analysis 5 Triangular factorization Triangular matrices L and U are obtained so that Y bus = L U The triangular factors L and U are saved to be used on other calculations Note that L is a lower triangular matri and U is an upper triangular matri 6 Power Flow Notes on Power System Analysis 6

2 Triangular factorization Once the factors are known, solve: forward substitution I = L V' back substitution V' = U V Triangular factorization Forward substitution gives V' by solution of set of (lower) triangular equations that can be solved sequentially starting at Back substitution gives V by solution of a set of (upper) triangular equations that are solved sequentially starting at n 6 Power Flow Notes on Power System Analysis 7 6 Power Flow Notes on Power System Analysis 8 Kron Reduction If one bus has current injection of zero, that bus can be eliminated: I Y Y Y3 V = I Y Y Y3 V 0 Y3 Y3 Y33 V3 (new) Yik Ykj Yij = Yij i, j =,, L, n Ykk i, j k 6 Power Flow Notes on Power System Analysis 9 Kron reduction The Kron reduction method is equivalent to performing a general wye-delta conversion to eliminate a node in the network It applies to any node that has a zero current injection It can be generalized to give a partial inverse (see Mathcad worksheet) 6 Power Flow Notes on Power System Analysis 0 Bus Impedance Matri V = Z bus I, so Z bus = Y bus - The bus impedance matri can be formed by inverting the bus admittance matri or by the building it one bus at a time Power Flow Analysis Power Flow Problem Several Iterative Solutions Newton-Raphson and Decoupled Methods Control of Power Flow 6 Power Flow Notes on Power System Analysis 6 Power Flow Notes on Power System Analysis

3 S G Eample S G V V V 3 S D V 4 V 5 S D4 S D5 S G3 S D3 Comple power injection: S i = S Gi S Di = generation load S i = Σ k S ik where k =,, n and i =,, n Current injection (phasor) I i = I Gi I Di = Σ k I ik = Σ k (Y ik V k ) 6 Power Flow Notes on Power System Analysis 3 6 Power Flow Notes on Power System Analysis 4 I i = I Gi I Di = Σ k I ik = Σ k (Y ik V k ) S i = V i I i * = V i Σ k (Y ik * V k *) S i = Σ k V i V k e jδ ik (G ik j B ik ) V k = V k e jδ k δ ik = δ i δ k Y ik = G ik + jb ik 6 Power Flow Notes on Power System Analysis 5 Power flow equations Break the comple power flow equation into real and imaginary parts: S i = P i + j Q i = Σ k V i V k e jδ ik (G ik j B ik ) gives P i = Σ k V i V k [G ik cos(δ ik ) + B ik sin(δ ik )] and Q i = Σ k V i V k [G ik sin(δ ik ) - B ik cos(δ ik )] 6 Power Flow Notes on Power System Analysis 6 Power Flow Problem Assumptions: At most generator buses, the active power P G is controlled (by speed governor) and the voltage magnitude is controlled (by the voltage regulator). Treat these as known. At most load buses, a reasonable approimation is that the load active and reactive power demand P D and Q D are known. At one generator bus, leave the active power as a variable (to make up system losses). Power flow problem: bus type The slack bus: the one generator bus that has a variable P G. Bus number PV buses: those having known P and V (mostly all other generator buses). buses number,..., m PQ buses: those having known P and Q (mostly load buses, but also fied generators). buses number m+,..., n 6 Power Flow Notes on Power System Analysis 7 6 Power Flow Notes on Power System Analysis 8

4 Power flow problem Statement: Given: ( V, δ ), (P, V ),...,(P m, V m ) (P m+, Q m+ ),..., (P n, Q n ) Find: (P, Q ), (Q, δ ),..., (Q m, δ m ), ( V m+, δ m+ ),..., ( V n, δ n ) Note: P and Q,..., Q m are calculated once all voltages and phase angles are known Remarks: Seek an iterative solution The equations are nonlinear algebraic equations There are n- unknown phase angles (all but the slack bus, which is given as 0) There are n-m unknown voltage magnitudes (all but the PV and slack buses, which total m) 6 Power Flow Notes on Power System Analysis 9 6 Power Flow Notes on Power System Analysis 0 Remarks: Seek an iterative solution The equations are nonlinear algebraic equations Multiple solutions are possible Solutions may fail to eist Numerical method may fail Well-designed system will usually have only one realistic solution 6 Power Flow Notes on Power System Analysis Iterative Solutions Gauss iteration: Solve = h() by using initial guess 0 to compute = h( 0 ), then iterate p+ =h( p ) where p is iteration Vector case, use Gauss-Seidel: p+ =h( p, p, 3p,..., np ) p+ =h( p+, p, 3p,..., np ) p+ 3 =h( p+, p+, 3p,..., np )... 6 Power Flow Notes on Power System Analysis Gauss iteration (scalar case) h( ) h( 0 ) 0 6 Power Flow Notes on Power System Analysis 3 h() Note slow convergence, depending on shape of h() Gauss-Seidel power flow After rearranging, the power flow equation gives a form that can be used for a Gauss or Gauss-Seidel iterative solution * n S V i i = YikVk Y * ii Vi k k = i i =,3, L, n 6 Power Flow Notes on Power System Analysis 4

5 Gauss-Seidel power flow Results of the Gauss-Seidel power flow: acceptable for small systems, but it takes many iterations to converge number of iterations for convergence increases as the number of buses in the system increase not suitable for medium and large sizes of systems 6 Power Flow Notes on Power System Analysis 5 Newton-Raphson Newton s method (scalar): Equations in this form: f() = 0 where 0 is an initial guess Linearize: f( p + ) = f( p )+ f ( p ) 0 Solve for = - f '( p ) - f( p ) 6 Power Flow Notes on Power System Analysis 6 Newton s method (scalar) 6 Power Flow Notes on Power System Analysis 7 Newton-Raphson Newton-Raphson (vector): Vector function of vector: f() = 0 where 0 = [ 0,..., n0 ] T is initial guess Linearize: f( p + ) = f( p )+ J( p ) 0 where J( p ) is the Jacobian matri: a matri of partial derivatives J ij ( p )= f i / j evaluated at p p = iteration number 6 Power Flow Notes on Power System Analysis 8 Newton-Raphson Newton-Raphson (vector): Linearize: f( p + ) = f( p )+ J( p ) 0 Solve for = - J( p ) - f( p ) J( p ) is the Jacobian matri: J ij ( p )= f i / j evaluated at p. Newton Raphson Power Flow Define a vector of unknowns = [δ, δ 3,..., δ n, V m+, V m+,..., V n ] T Net power injections computed P i () = Σ k [ V i V k [G ik cos(δ i -δ k ) +B ik sin(δ i -δ k )] Q i () = Σ k [ V i V k [G ik sin(δ i -δ k ) -B ik cos(δ i -δ k )] 6 Power Flow Notes on Power System Analysis 9 6 Power Flow Notes on Power System Analysis 30

6 Newton Raphson Power Flow Power mismatches (= specified value computed value) Solution is obtained when mismatches go to zero P() = [P P (),..., P n P n ()] T Q() = [Q m+ Q m+ (),..., Q n Q n ()] T The solution will be achieved when the mismatches are driven to zero Solve the following linear equation for the updates δ and V : J J J δ P = J V Q After each iteration gives δ and V : δ p+ = δ p + δ and V p+ = V p + V mismatch vector is updated for net iteration 6 Power Flow Notes on Power System Analysis 3 6 Power Flow Notes on Power System Analysis 3 J is a matri of P()/ δ : P i / δ j = V i V j [G ij sin(δ i -δ j )-B ij cos(δ i -δ j ) P i / δ i = - Q i -B ii V i J is a matri of P()/ V : P i / V j = V i [G ij cos(δ i -δ j )+ B ij sin(δ i -δ j ) P i / V i = P i / V i + G ii V i J is a matri of Q()/ δ : Q i / δ j =- V i V j [G ij cos(δ i -δ j ) +B ij sin(δ i -δ j )] Q i / δ i = P i -G ii V i J is a matri of Q()/ V : Q i / V j = V i [G ij sin(δ i -δ j ) -B ij cos(δ i -δ j )] Q i / V i = Q i / V i -B ii V i 6 Power Flow Notes on Power System Analysis 33 6 Power Flow Notes on Power System Analysis 34 Jacobian elements Elementsof J are relatively small Elements of J are relatively small Elements of J and J are relatively large Decoupled Power Flow Neglect the relatively small terms in the Jacobian, but calculate the power mismatches eactly J δ = P and J V = Q 6 Power Flow Notes on Power System Analysis 35 6 Power Flow Notes on Power System Analysis 36

7 Decoupled Power Flow Fast decoupled method makes constant Jacobian approimation V i pu and δ i << rad Ybus = G + j B B ij >> G ij Fast Decoupled Method -B δ = P' and -B V = Q' where P i ' = P i / V i and Q i ' = Q i / V i The approimations do not affect the mismatches. If the solution converges, we get the eact solution This may take more iterations but less computation time than the Newton- Raphson. 6 Power Flow Notes on Power System Analysis 37 6 Power Flow Notes on Power System Analysis 38 Control Implications P primarily depends on δ, change active power flow by controlling angles change Pg which drives the local angle ahead or operate phase shifting transformers Control Implications Q primarily depends on V, change reactive power flow by controlling voltage magnitudes change voltage regulator settings or operate tap changers on transformers 6 Power Flow Notes on Power System Analysis 39 6 Power Flow Notes on Power System Analysis 40 Large Systems Large systems typically ehibit a sparse Ybus matri A sparse matri is best stored as a linked list only the non-zero elements of the matri are stored in the linked list pointers are used to indicate the position of the net non-zero entry 6 Power Flow Notes on Power System Analysis 4

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

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

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

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

CHAPTER 2 LOAD FLOW ANALYSIS FOR RADIAL DISTRIBUTION SYSTEM

CHAPTER 2 LOAD FLOW ANALYSIS FOR RADIAL DISTRIBUTION SYSTEM 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

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 flow studies are the cornerstone of power system

POWER flow studies are the cornerstone of power system University of Wisconsin-Madison Department of Electrical and Computer Engineering. Technical Report ECE-2-. A Sufficient Condition for Power Flow Insolvability with Applications to Voltage Stability Margins

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

Understanding Load Flow Studies by using PSAT

Understanding Load Flow Studies by using PSAT Understanding Load Flow Studies by using PSAT Vijay Kumar Shukla 1, Ashutosh Bhadoria 2 1,2 Department of Electrical Engineering, Lovely Professional University, Jalandhar, India Abstract: Load Flow Study

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

, and ignoring all load currents, determine

, and ignoring all load currents, determine ECE43 Test 3 Dec 8, 5 Q. (33 pts.) The Zbus for the above 3-bus network with bus as reference, in per unit, is given to be 3.87 j.798 j.8 j Z.798 j.87 j.8 j bus.8 j.8 j j Assuming that the prefault values

More information

ECEN 615 Methods of Electric Power Systems Analysis Lecture 18: Least Squares, State Estimation

ECEN 615 Methods of Electric Power Systems Analysis Lecture 18: Least Squares, State Estimation ECEN 615 Methods of Electric Power Systems Analysis Lecture 18: Least Squares, State Estimation Prof. om Overbye Dept. of Electrical and Computer Engineering exas A&M University overbye@tamu.edu Announcements

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

Iterative Methods. Splitting Methods

Iterative Methods. Splitting Methods Iterative Methods Splitting Methods 1 Direct Methods Solving Ax = b using direct methods. Gaussian elimination (using LU decomposition) Variants of LU, including Crout and Doolittle Other decomposition

More information

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algebra 1.1 SYSTEMS OF LINEAR EQUATIONS LINEAR EQUATION,, 1 n A linear equation in the variables equation that can be written in the form a a a b 1 1 2 2 n n a a is an where

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

An Accelerated Block-Parallel Newton Method via Overlapped Partitioning

An Accelerated Block-Parallel Newton Method via Overlapped Partitioning An Accelerated Block-Parallel Newton Method via Overlapped Partitioning Yurong Chen Lab. of Parallel Computing, Institute of Software, CAS (http://www.rdcps.ac.cn/~ychen/english.htm) Summary. This paper

More information

Exact and Approximate Numbers:

Exact and Approximate Numbers: Eact and Approimate Numbers: The numbers that arise in technical applications are better described as eact numbers because there is not the sort of uncertainty in their values that was described above.

More information

The N k Problem using AC Power Flows

The N k Problem using AC Power Flows The N k Problem using AC Power Flows Sean Harnett 5-19-2011 Outline Introduction AC power flow model The optimization problem Some results Goal: find a small set of lines whose removal will cause the power

More information

Sparsity. The implication is that we would like to find ways to increase efficiency of LU decomposition.

Sparsity. The implication is that we would like to find ways to increase efficiency of LU decomposition. Sparsity. Introduction We saw in previous notes that the very common problem, to solve for the n vector in A b ( when n is very large, is done without inverting the n n matri A, using LU decomposition.

More information

MA3232 Numerical Analysis Week 9. James Cooley (1926-)

MA3232 Numerical Analysis Week 9. James Cooley (1926-) MA umerical Analysis Week 9 James Cooley (96-) James Cooley is an American mathematician. His most significant contribution to the world of mathematics and digital signal processing is the Fast Fourier

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

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

A Generalized Hamiltonian Model for Power System Dynamics with Relay Action. Raja Timihiri. Project Advisor: Christopher DeMarco

A Generalized Hamiltonian Model for Power System Dynamics with Relay Action. Raja Timihiri. Project Advisor: Christopher DeMarco A Generalized Hamiltonian Model for Power System Dynamics with Relay Action by Raja Timihiri Project Advisor: Christopher DeMarco In partial fulfillment of the degree of Masters In Electrical Engineering

More information

Review of matrices. Let m, n IN. A rectangle of numbers written like A =

Review of matrices. Let m, n IN. A rectangle of numbers written like A = Review of matrices Let m, n IN. A rectangle of numbers written like a 11 a 12... a 1n a 21 a 22... a 2n A =...... a m1 a m2... a mn where each a ij IR is called a matrix with m rows and n columns or an

More information

CURENT Course Power System Coherency and Model Reduction

CURENT Course Power System Coherency and Model Reduction CURENT Course Power System Coherency and Model Reduction Prof. Joe H. Chow Rensselaer Polytechnic Institute ECSE Department November 1, 2017 Slow Coherency A large power system usually consists of tightly

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

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

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

Applied Optimization: Formulation and Algorithms for Engineering Systems Slides

Applied Optimization: Formulation and Algorithms for Engineering Systems Slides Applied Optimization: Formulation and Algorithms for Engineering Systems Slides Ross Baldick Department of Electrical and Computer Engineering The University of Texas at Austin Austin, TX 78712 Copyright

More information

Linear Algebraic Equations

Linear Algebraic Equations Linear Algebraic Equations Linear Equations: a + a + a + a +... + a = c 11 1 12 2 13 3 14 4 1n n 1 a + a + a + a +... + a = c 21 2 2 23 3 24 4 2n n 2 a + a + a + a +... + a = c 31 1 32 2 33 3 34 4 3n n

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

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

Next topics: Solving systems of linear equations

Next topics: Solving systems of linear equations Next topics: Solving systems of linear equations 1 Gaussian elimination (today) 2 Gaussian elimination with partial pivoting (Week 9) 3 The method of LU-decomposition (Week 10) 4 Iterative techniques:

More information

Effect of Various Holomorphic Embeddings on Convergence Rate and Condition Number as Applied to the Power Flow Problem

Effect of Various Holomorphic Embeddings on Convergence Rate and Condition Number as Applied to the Power Flow Problem Effect of Various Holomorphic Embeddings on Convergence Rate and Condition Number as Applied to the Power Flow Problem Yuting Li Committee members: Dr. Daniel J. Tylavsky, Chair Dr. John Undrill Dr. Vijay

More information

State Estimation Introduction 2.0 Exact Pseudo-measurments

State Estimation Introduction 2.0 Exact Pseudo-measurments State Estimation. Introduction In these notes, we eplore two very practical and related issues in regards to state estimation: - use of pseudo-measurements - network observability. Eact Pseudo-measurments

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

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

ECE 422/522 Power System Operations & Planning/Power Systems Analysis II : 7 - Transient Stability

ECE 422/522 Power System Operations & Planning/Power Systems Analysis II : 7 - Transient Stability ECE 4/5 Power System Operations & Planning/Power Systems Analysis II : 7 - Transient Stability Spring 014 Instructor: Kai Sun 1 Transient Stability The ability of the power system to maintain synchronism

More information

2.29 Numerical Fluid Mechanics Spring 2015 Lecture 4

2.29 Numerical Fluid Mechanics Spring 2015 Lecture 4 2.29 Spring 2015 Lecture 4 Review Lecture 3 Truncation Errors, Taylor Series and Error Analysis Taylor series: 2 3 n n i1 i i i i i n f( ) f( ) f '( ) f ''( ) f '''( )... f ( ) R 2! 3! n! n1 ( n1) Rn f

More information

NETWORK MATRICES. voltages through the branch impedance matrix and branch admittance matrix: ELOOP = ZLOOP ILOOP ILOOP = YLOOP ELOOP (11)

NETWORK MATRICES. voltages through the branch impedance matrix and branch admittance matrix: ELOOP = ZLOOP ILOOP ILOOP = YLOOP ELOOP (11) NETWORK MATRICES 2. FORMATION OF Y BUS AND Z BUS The bus admittance matrix, YBUS plays a very important role in computer aided power system analysis. It can be formed in practice by either of the methods

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

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

Comparison between Interval and Fuzzy Load Flow Methods Considering Uncertainty

Comparison between Interval and Fuzzy Load Flow Methods Considering Uncertainty Comparison between Interval and Fuzzy Load Flow Methods Considering Uncertainty T.Srinivasarao, 2 P.Mallikarajunarao Department of Electrical Engineering, College of Engineering (A), Andhra University,

More information

Power Flow Formulation Based on a Mixed-Linear and Nonlinear System of Equations

Power Flow Formulation Based on a Mixed-Linear and Nonlinear System of Equations Power Flow Formulation Based on a Mixed-Linear and onlinear System of Equations Hamed Ahmadi School of Electrical and Computer Engineering University of British Columbia Vancouver, BC Email: hameda@ece.ubc.ca

More information

2 Power System Network Matrices I

2 Power System Network Matrices I Power System Analysis Power System Network Matrices I. INRODUCION he various terms used in Graph heory are presented in this chapter. Formulation of different network matrices are discussed. Primitive

More information

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

Chapter 6. Nonlinear Equations. 6.1 The Problem of Nonlinear Root-finding. 6.2 Rate of Convergence

Chapter 6. Nonlinear Equations. 6.1 The Problem of Nonlinear Root-finding. 6.2 Rate of Convergence Chapter 6 Nonlinear Equations 6. The Problem of Nonlinear Root-finding In this module we consider the problem of using numerical techniques to find the roots of nonlinear equations, f () =. Initially we

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

Chapter 12: Iterative Methods

Chapter 12: Iterative Methods ES 40: Scientific and Engineering Computation. Uchechukwu Ofoegbu Temple University Chapter : Iterative Methods ES 40: Scientific and Engineering Computation. Gauss-Seidel Method The Gauss-Seidel method

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

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

LU Factorization. A m x n matrix A admits an LU factorization if it can be written in the form of A = LU

LU Factorization. A m x n matrix A admits an LU factorization if it can be written in the form of A = LU LU Factorization A m n matri A admits an LU factorization if it can be written in the form of Where, A = LU L : is a m m lower triangular matri with s on the diagonal. The matri L is invertible and is

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

JACOBI S ITERATION METHOD

JACOBI S ITERATION METHOD ITERATION METHODS These are methods which compute a sequence of progressively accurate iterates to approximate the solution of Ax = b. We need such methods for solving many large linear systems. Sometimes

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

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

NETWORK CALCULATIONS updated 11/5/13 1:02 PM

NETWORK CALCULATIONS updated 11/5/13 1:02 PM NETWORK CALCULATIONS updated 11/5/13 1:02 PM 11/5/13 Network Calcula2ons (c) 2013 H. Zmuda 1 Introductory Comments The typical power transmission network span a large geographic area and involve a large

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

Numerical Methods Process Systems Engineering ITERATIVE METHODS. Numerical methods in chemical engineering Edwin Zondervan

Numerical Methods Process Systems Engineering ITERATIVE METHODS. Numerical methods in chemical engineering Edwin Zondervan IERAIVE MEHODS Numerical methods in chemical engineering Edwin Zondervan 1 OVERVIEW Iterative methods for large systems of equations We will solve Laplace s equation for steady state heat conduction LAPLACE

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

Final Exam, Second Semester: 2015/2016 Electrical Engineering Department

Final Exam, Second Semester: 2015/2016 Electrical Engineering Department Philadelphia University Faculty of Engineering Student Name Student No: Serial No Final Exam, Second Semester: 2015/2016 Electrical Engineering Department Course Title: Power II Date: 21 st June 2016 Course

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

3- BASICS. YTransformation. for balanced load. \V ab 120 = \V bc. \V ab 240 = \V ca \I a 120 = \I b \I a 240 = \I c V ab I a

3- BASICS. YTransformation. for balanced load. \V ab 120 = \V bc. \V ab 240 = \V ca \I a 120 = \I b \I a 240 = \I c V ab I a 3- BASICS YTransformation for balanced load Z =3Z Y Balanced 3- Systems \V ab 10 = \V bc \V ab 40 = \V ca \I a 10 = \I b \I a 40 = \I c V ab I a = p 3 V an = p 3 I ab \V ab 30 = \V an \I ab 30 = \I a S

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

Numerical Analysis: Solutions of System of. Linear Equation. Natasha S. Sharma, PhD

Numerical Analysis: Solutions of System of. Linear Equation. Natasha S. Sharma, PhD Mathematical Question we are interested in answering numerically How to solve the following linear system for x Ax = b? where A is an n n invertible matrix and b is vector of length n. Notation: x denote

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

DHANALAKSHMI SRINIVASAN COLLEGE OF ENGINEERING AND TECHNOLOGY Mamalapuram Chennai QUESTION BANK V SEMESTER. EE6501-Power system Analysis

DHANALAKSHMI SRINIVASAN COLLEGE OF ENGINEERING AND TECHNOLOGY Mamalapuram Chennai QUESTION BANK V SEMESTER. EE6501-Power system Analysis DHANALAKSHMI SRINIVASAN COLLEGE OF ENGINEERING AND TECHNOLOGY Mamalapuram Chennai DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK V SEMESTER EE6501-Power system Analysis Regulation 2013

More information

Real power-system economic dispatch using a variable weights linear programming method

Real power-system economic dispatch using a variable weights linear programming method Open Access Journal Journal of Power Technologies 95 (1) (2015) 34 39 journal homepage:papers.itc.pw.edu.pl Real power-system economic dispatch using a variable weights linear programming method M. Rahli,

More information

Contents Economic dispatch of thermal units

Contents Economic dispatch of thermal units Contents 2 Economic dispatch of thermal units 2 2.1 Introduction................................... 2 2.2 Economic dispatch problem (neglecting transmission losses)......... 3 2.2.1 Fuel cost characteristics........................

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

An Efficient Decoupled Power Flow Control Method by use of Phase Shifting Transformers

An Efficient Decoupled Power Flow Control Method by use of Phase Shifting Transformers FACTA UNIVERSITATIS (NIŠ) SER.: ELEC. ENERG. vol. 17, April 2004, 111-119 An Efficient Decoupled Power Flow Control Method by use of Phase Shifting Transformers Dragan P. Popović Abstract: This paper presents

More information

2 NETWORK FORMULATION

2 NETWORK FORMULATION NTWRK FRMUATN NTRDUCTRY RMARKS For performing any power system studies on the digital computer, the first step is to construct a suitable mathematical model of the power system network The mathematical

More information

Single objective optimization using PSO with Interline Power Flow Controller

Single objective optimization using PSO with Interline Power Flow Controller Single objective optimization using PSO with Interline Power Flow Controller Praveen.J, B.Srinivasa Rao jpraveen.90@gmail.com, balususrinu@vrsiddhartha.ac.in Abstract Optimal Power Flow (OPF) problem was

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

Linear Algebra Section 2.6 : LU Decomposition Section 2.7 : Permutations and transposes Wednesday, February 13th Math 301 Week #4

Linear Algebra Section 2.6 : LU Decomposition Section 2.7 : Permutations and transposes Wednesday, February 13th Math 301 Week #4 Linear Algebra Section. : LU Decomposition Section. : Permutations and transposes Wednesday, February 1th Math 01 Week # 1 The LU Decomposition We learned last time that we can factor a invertible matrix

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

The Effects of Mutual Coupling and Transformer Connection Type on Frequency Response of Unbalanced Three Phases Electrical Distribution System

The Effects of Mutual Coupling and Transformer Connection Type on Frequency Response of Unbalanced Three Phases Electrical Distribution System IJSRD - International Journal for Scientific Research & Development Vol. 1, Issue 9, 2013 ISSN (online): 2321-0613 The Effects of Mutual Coupling and Transformer Connection Type on Frequency Response of

More information

Quasi-Newton Power Flow Using Partial Jacobian Updates

Quasi-Newton Power Flow Using Partial Jacobian Updates 332 IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 16, NO. 3, AUGUST 2001 Quasi-Newton Power Flow Using Partial Jacobian Updates Adam Semlyen, Life Fellow, IEEE and Francisco de León Abstract We present a quasi-newton

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

Quiescent Steady State (DC) Analysis The Newton-Raphson Method

Quiescent Steady State (DC) Analysis The Newton-Raphson Method Quiescent Steady State (DC) Analysis The Newton-Raphson Method J. Roychowdhury, University of California at Berkeley Slide 1 Solving the System's DAEs DAEs: many types of solutions useful DC steady state:

More information

Today s class. Linear Algebraic Equations LU Decomposition. Numerical Methods, Fall 2011 Lecture 8. Prof. Jinbo Bi CSE, UConn

Today s class. Linear Algebraic Equations LU Decomposition. Numerical Methods, Fall 2011 Lecture 8. Prof. Jinbo Bi CSE, UConn Today s class Linear Algebraic Equations LU Decomposition 1 Linear Algebraic Equations Gaussian Elimination works well for solving linear systems of the form: AX = B What if you have to solve the linear

More information

Introduction to Compact Dynamical Modeling. II.1 Steady State Simulation. Luca Daniel Massachusetts Institute of Technology. dx dt.

Introduction to Compact Dynamical Modeling. II.1 Steady State Simulation. Luca Daniel Massachusetts Institute of Technology. dx dt. Course Outline NS & NIH Introduction to Compact Dynamical Modeling II. Steady State Simulation uca Daniel Massachusetts Institute o Technology Quic Snea Preview I. ssembling Models rom Physical Problems

More information

A Course Material on EE2351 POWER SYSTEM ANALYSIS

A Course Material on EE2351 POWER SYSTEM ANALYSIS A Course Material on EE2351 POWER SYSTEM ANALYSIS By Mrs. K. Umarani ASSISTANT PROFESSOR DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING SASURIE COLLEGE OF ENGINEERING VIJAYAMANGALAM 638 056 Page

More information

Geometric Modeling Summer Semester 2010 Mathematical Tools (1)

Geometric Modeling Summer Semester 2010 Mathematical Tools (1) Geometric Modeling Summer Semester 2010 Mathematical Tools (1) Recap: Linear Algebra Today... Topics: Mathematical Background Linear algebra Analysis & differential geometry Numerical techniques Geometric

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

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

Kasetsart University Workshop. Multigrid methods: An introduction

Kasetsart University Workshop. Multigrid methods: An introduction Kasetsart University Workshop Multigrid methods: An introduction Dr. Anand Pardhanani Mathematics Department Earlham College Richmond, Indiana USA pardhan@earlham.edu A copy of these slides is available

More information

Application of Monte Carlo Simulation to Multi-Area Reliability Calculations. The NARP Model

Application of Monte Carlo Simulation to Multi-Area Reliability Calculations. The NARP Model Application of Monte Carlo Simulation to Multi-Area Reliability Calculations The NARP Model Any power system reliability model using Monte Carlo simulation consists of at least the following steps: 1.

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

Modelling and Simulation of TCPAR for Power System Flow Studies

Modelling and Simulation of TCPAR for Power System Flow Studies ISSN 1583-033 Issue 1, July-December 01 p. 13-137 Modelling and Simulation of TCPAR for Power System Flow Studies Narimen Lahaçani AOUZELLAG *, Lyes BENKHELLAT, Samir MAHLOUL Department of Electrical Engineering,

More information

Lecture 4.2 Finite Difference Approximation

Lecture 4.2 Finite Difference Approximation Lecture 4. Finite Difference Approimation 1 Discretization As stated in Lecture 1.0, there are three steps in numerically solving the differential equations. They are: 1. Discretization of the domain by

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

Power system modelling under the phasor approximation

Power system modelling under the phasor approximation ELEC0047 - Power system dynamics, control and stability Thierry Van Cutsem t.vancutsem@ulg.ac.be www.montefiore.ulg.ac.be/~vct October 2018 1 / 16 Electromagnetic transient vs. phasor-mode simulations

More information

Assessment and enhancement of voltage stability based on reactive power management using UPFC

Assessment and enhancement of voltage stability based on reactive power management using UPFC Assessment and enhancement of voltage stability based on reactive power management using UPFC Priyawrat Anshuman ME, Department of Electrical Engineering Jabalpur Engineering College, Jabalpur, India Abstract:

More information

Multigrid Methods and their application in CFD

Multigrid Methods and their application in CFD Multigrid Methods and their application in CFD Michael Wurst TU München 16.06.2009 1 Multigrid Methods Definition Multigrid (MG) methods in numerical analysis are a group of algorithms for solving differential

More information

IEEE PES Task Force on Benchmark Systems for Stability Controls

IEEE PES Task Force on Benchmark Systems for Stability Controls IEEE PES Task Force on Benchmark Systems for Stability Controls Ian Hiskens November 9, 3 Abstract This report summarizes a study of an IEEE -generator, 39-bus system. Three types of analysis were performed:

More information

Solving Linear Systems

Solving Linear Systems Solving Linear Systems Iterative Solutions Methods Philippe B. Laval KSU Fall 207 Philippe B. Laval (KSU) Linear Systems Fall 207 / 2 Introduction We continue looking how to solve linear systems of the

More information

Numerical Solution Techniques in Mechanical and Aerospace Engineering

Numerical Solution Techniques in Mechanical and Aerospace Engineering Numerical Solution Techniques in Mechanical and Aerospace Engineering Chunlei Liang LECTURE 3 Solvers of linear algebraic equations 3.1. Outline of Lecture Finite-difference method for a 2D elliptic PDE

More information

A DC Power Flow Extension

A DC Power Flow Extension 2013 4th IEEE PES Innovative Smart Grid Technologies Europe (ISGT Europe), October 6-9, Copenhagen 1 A DC Power Flow Extension Theodoros Kyriakidis, Rachid Cherkaoui, Maher Kayal Electronics Laboratory

More information