Lecture #23 EEE 574 Dr. Dan Tylavsky Decoupled Power Flow Algorithms.

Slides:



Advertisements
Similar presentations
EE 369 POWER SYSTEM ANALYSIS
Advertisements

EE 369 POWER SYSTEM ANALYSIS
Announcements Homework 6 is due on Thursday (Oct 18)
Numerical Solution of Nonlinear Equations
Power Flow Problem Formulation
Triangular Linear Equations Lecture #5 EEE 574 Dr. Dan Tylavsky.
EE 369 POWER SYSTEM ANALYSIS
Announcements Be reading Chapter 6, also Chapter 2.4 (Network Equations). HW 5 is 2.38, 6.9, 6.18, 6.30, 6.34, 6.38; do by October 6 but does not need.
Sparse Matrix Storage Lecture #3 EEE 574 Dr. Dan Tylavsky.
Matrix Factorization Lecture #7 EEE 574 Dr. Dan Tylavsky.
ECE 333 Renewable Energy Systems Lecture 14: Power Flow Prof. Tom Overbye Dept. of Electrical and Computer Engineering University of Illinois at Urbana-Champaign.
ECE 530 – Analysis Techniques for Large-Scale Electrical Systems Prof. Hao Zhu Dept. of Electrical and Computer Engineering University of Illinois at Urbana-Champaign.
Lecture #16 EEE 574 Dr. Dan Tylavsky Branch Modeling.
Sparse Triangular Matrix Equations Lecture #6 EEE 574 Dr. Dan Tylavsky.
Lecture #18 EEE 574 Dr. Dan Tylavsky Nonlinear Problem Solvers.
Lecture #22 EEE 574 Dr. Dan Tylavsky Newton-Raphson Power Flow Implementation.
Newton-Raphson Power Flow Algorithm
Lecture #15 EEE 574 Dr. Dan Tylavsky Breaker to Bus Modeling.
Lecture #12 EEE 574 Dr. Dan Tylavsky Optimal Ordering.
Lecture #21 EEE 574 Dr. Dan Tylavsky Newton-Raphson Power Flow Algorithm II.
Newton's Method for Functions of Several Variables
Complex numbers.
ITERATIVE TECHNIQUES FOR SOLVING NON-LINEAR SYSTEMS (AND LINEAR SYSTEMS)
Newton-Raphson Method Electrical Engineering Majors Authors: Autar Kaw, Jai Paul Transforming Numerical Methods Education.
Newton-Raphson Method
Newton-Raphson Method Chemical Engineering Majors Authors: Autar Kaw, Jai Paul Transforming Numerical Methods Education.
Lecture 6 Numerical Analysis. Solution of Non-Linear Equations Chapter 2.
MATLAB SIMULINK WORKSHOP
ECE 576 – Power System Dynamics and Stability Prof. Tom Overbye Dept. of Electrical and Computer Engineering University of Illinois at Urbana-Champaign.
Lecture 13 Newton-Raphson Power Flow Professor Tom Overbye Department of Electrical and Computer Engineering ECE 476 POWER SYSTEM ANALYSIS.
Circuits Theory Examples Newton-Raphson Method. Formula for one-dimensional case: Series of successive solutions: If the iteration process is converged,
linear  2.3 Newton’s Method ( Newton-Raphson Method ) 1/12 Chapter 2 Solutions of Equations in One Variable – Newton’s Method Idea: Linearize a nonlinear.
Newton-Raphson Method. Figure 1 Geometrical illustration of the Newton-Raphson method. 2.
MECH4450 Introduction to Finite Element Methods Chapter 9 Advanced Topics II - Nonlinear Problems Error and Convergence.
The Power Flow Problem Scott Norr For EE 4501 April, 2015.
Lecture 11 Power Flow Professor Tom Overbye Special Guest Appearance by Professor Sauer! Department of Electrical and Computer Engineering ECE 476 POWER.
ECE 476 Power System Analysis Lecture 12: Power Flow Prof. Tom Overbye Dept. of Electrical and Computer Engineering University of Illinois at Urbana-Champaign.
ECE 476 Power System Analysis Lecture 14: Power Flow Prof. Tom Overbye Dept. of Electrical and Computer Engineering University of Illinois at Urbana-Champaign.
MATLAB SIMULINK WORKSHOP
ECE 530 – Analysis Techniques for Large-Scale Electrical Systems
2.1 – Linear and Quadratic Equations Linear Equations.
ECE 530 – Analysis Techniques for Large-Scale Electrical Systems Prof. Hao Zhu Dept. of Electrical and Computer Engineering University of Illinois at Urbana-Champaign.
MECH593 Introduction to Finite Element Methods
Newton-Raphson Method Computer Engineering Majors Authors: Autar Kaw, Jai Paul Transforming Numerical Methods Education.
ECE 530 – Analysis Techniques for Large-Scale Electrical Systems Prof. Hao Zhu Dept. of Electrical and Computer Engineering University of Illinois at Urbana-Champaign.
Project on Newton’s Iteration Method Presented by Dol Nath Khanal Project Advisor- Professor Dexuan Xie 05/11/2015.
CSE 330: Numerical Methods. Introduction The bisection and false position method require bracketing of the root by two guesses Such methods are called.
Part 3 Chapter 12 Iterative Methods
ECE 476 POWER SYSTEM ANALYSIS
ECE 476 POWER SYSTEM ANALYSIS
ECEN 460 Power System Operation and Control
LECTURE 4 OF SOLUTIONS OF NON-LINEAR EQUATIONS OBJECTIVES
ECE 476 Power System Analysis
Secant Method.
ECE 476 POWER SYSTEM ANALYSIS
ECEN 460 Power System Operation and Control
ECE 476 POWER SYSTEM ANALYSIS
UNIT-II POWER FLOW ANALYSIS
OUTAGE MODELING: PQ BUS NUMERICAL ANALYSIS & RESULTS
The Power Flow Problem Scott Norr For EE 4501 April, 2017.
Secant Method – Derivation
ECE 333 Green Electric Energy
Newton-Raphson Method
Computers in Civil Engineering 53:081 Spring 2003
Newton-Raphson Method
ECEN 460 Power System Operation and Control
Solving simultaneous linear and quadratic equations
3.8 Newton’s Method How do you find a root of the following function without a graphing calculator? This is what Newton did.
Newton-Raphson Method
ECEN 460 Power System Operation and Control
Presentation transcript:

Lecture #23 EEE 574 Dr. Dan Tylavsky Decoupled Power Flow Algorithms

Decoupled P.F. Algorithms © Copyright 1999 Daniel Tylavsky 4 We know that for the full Newton power flow we interleave  P,  P and ,  Vas shown.

Decoupled P.F. Algorithms © Copyright 1999 Daniel Tylavsky –An alternate ordering which will still preserve the quasi-diagonal dominance property is: –Symbolically we can write this as: H N L J VV PP QQ –The draw back to this ordering is the increased fill.

Decoupled P.F. Algorithms © Copyright 1999 Daniel Tylavsky 4 Consider the following 3 bus system: –Conventional Ordering: –No Fill –New Ordering: –Much Fill

Decoupled P.F. Algorithms © Copyright 1999 Daniel Tylavsky 4 Claim: –There exists only weak coupling between: –  P and  V, –  Q and  ; –(Said another way, changes in  P have little effect on  Q and vice versa.) –hence N and J can be ignore. Recall the Jacobian is a linear approximation, ignoring N and J, simply makes the approximation less accurate.

Decoupled P.F. Algorithms © Copyright 1999 Daniel Tylavsky For typical power system branches: – X/R >> 1. –  ik <20 0. Let’s investigate how this allows us to approximate the real and reactive power flow equations. –Let’s show that this approximation is reasonable. –Recall the equations for power flow through a transmission line: R ik +j X ik Vi/iVi/i V/  k i k P ik +j Q ik

Decoupled P.F. Algorithms © Copyright 1999 Daniel Tylavsky –Starting with the real power flow equation: For X/R >> 1: 0 0 For  ik < 20 0 : (  i -  i)

Decoupled P.F. Algorithms © Copyright 1999 Daniel Tylavsky –For the reactive power flow equation: For  ik < 20 0 : 1 For X/R >> 1: 0 (Recall B ik <0)

Decoupled P.F. Algorithms © Copyright 1999 Daniel Tylavsky –These equations imply:

Decoupled P.F. Algorithms © Copyright 1999 Daniel Tylavsky –The decoupled equations become: –Where: –There are various ways of handling the iteration scheme. A popular way is:

Decoupled P.F. Algorithms © Copyright 1999 Daniel Tylavsky Y Begin as with Newton-Raphson q=0 Is q>3? Y Perform bus type switching Did buses Switch Types? N Converged? |  P q max|, |  Q q max |<  ? Y Create Output N N Solve Update Bus Angle  q+1 =  q +   q N Is q>3? Y Perform bus type switching Did buses Switch Types? N Converged? |  P q max|, |  Q q max |<  ? Y Create Output N N Solve Update Bus Angle V q+1 = V q +  V q N q=q+1

Decoupled P.F. Algorithms © Copyright 1999 Daniel Tylavsky –The decoupled algorithm looses quadratic convergence and resorts to linear (geometric convergence. Convergence Tolerance Decoupled Full Newton (-Raphson) Log(max(  P,  )) Iteration Number

Decoupled P.F. Algorithms © Copyright 1999 Daniel Tylavsky –The advantages of the decoupled algorithm: Less calculations: –Full Newton O(N 3 /3) –Decoupled O(2*(N/2) 3 /3)=O(N 3 /12) –Disadvantages: Convergence is unreliable. –Improved Convergence through Fast Decoupled Power Flow Algorithm.

The End