Announcements Homework 6 is due on Thursday (Oct 18)

Slides:



Advertisements
Similar presentations
Numbers Treasure Hunt Following each question, click on the answer. If correct, the next page will load with a graphic first – these can be used to check.
Advertisements

1
Copyright © 2003 Pearson Education, Inc. Slide 1 Computer Systems Organization & Architecture Chapters 8-12 John D. Carpinelli.
Copyright © 2011, Elsevier Inc. All rights reserved. Chapter 6 Author: Julia Richards and R. Scott Hawley.
Author: Julia Richards and R. Scott Hawley
Properties Use, share, or modify this drill on mathematic properties. There is too much material for a single class, so you’ll have to select for your.
Objectives: Generate and describe sequences. Vocabulary:
UNITED NATIONS Shipment Details Report – January 2006.
1 RA I Sub-Regional Training Seminar on CLIMAT&CLIMAT TEMP Reporting Casablanca, Morocco, 20 – 22 December 2005 Status of observing programmes in RA I.
Properties of Real Numbers CommutativeAssociativeDistributive Identity + × Inverse + ×
Custom Statutory Programs Chapter 3. Customary Statutory Programs and Titles 3-2 Objectives Add Local Statutory Programs Create Customer Application For.
FACTORING ax2 + bx + c Think “unfoil” Work down, Show all steps.
Solve Multi-step Equations
REVIEW: Arthropod ID. 1. Name the subphylum. 2. Name the subphylum. 3. Name the order.
EE 369 POWER SYSTEM ANALYSIS
EE 369 POWER SYSTEM ANALYSIS
Announcements Be reading Chapter 6.
ECE 530 – Analysis Techniques for Large-Scale Electrical Systems
PP Test Review Sections 6-1 to 6-6
EE369 POWER SYSTEM ANALYSIS
Bellwork Do the following problem on a ½ sheet of paper and turn in.
CS 6143 COMPUTER ARCHITECTURE II SPRING 2014 ACM Principles and Practice of Parallel Programming, PPoPP, 2006 Panel Presentations Parallel Processing is.
Exarte Bezoek aan de Mediacampus Bachelor in de grafische en digitale media April 2014.
Copyright © 2012, Elsevier Inc. All rights Reserved. 1 Chapter 7 Modeling Structure with Blocks.
1 RA III - Regional Training Seminar on CLIMAT&CLIMAT TEMP Reporting Buenos Aires, Argentina, 25 – 27 October 2006 Status of observing programmes in RA.
Basel-ICU-Journal Challenge18/20/ Basel-ICU-Journal Challenge8/20/2014.
1..
CONTROL VISION Set-up. Step 1 Step 2 Step 3 Step 5 Step 4.
Adding Up In Chunks.
Model and Relationships 6 M 1 M M M M M M M M M M M M M M M M
Subtraction: Adding UP
Analyzing Genes and Genomes
©Brooks/Cole, 2001 Chapter 12 Derived Types-- Enumerated, Structure and Union.
Essential Cell Biology
Intracellular Compartments and Transport
PSSA Preparation.
Essential Cell Biology
Immunobiology: The Immune System in Health & Disease Sixth Edition
Energy Generation in Mitochondria and Chlorplasts
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.
EE 369 POWER SYSTEM ANALYSIS
Lecture 2 Complex Power, Reactive Compensation, Three Phase Dr. Youssef A. Mobarak Department of Electrical Engineering EE 351 POWER SYSTEM ANALYSIS.
Announcements Be reading Chapters 9 and 10 HW 8 is due now.
ECE 530 – Analysis Techniques for Large-Scale Electrical Systems Prof. Hao Zhu Dept. of Electrical and Computer Engineering University of Illinois at Urbana-Champaign.
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.
ECE 333 Renewable Energy Systems Lecture 14: Power Flow Prof. Tom Overbye Dept. of Electrical and Computer Engineering University of Illinois at Urbana-Champaign.
Announcements Homework #4 is due now Homework 5 is due on Oct 4
ECE 476 Power System Analysis Lecture 11: Ybus, Power Flow 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.
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.
ECE 476 Power System Analysis Lecture 13: 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.
Announcements Please read Chapter 6
ECE 476 POWER SYSTEM ANALYSIS
ECE 476 POWER SYSTEM ANALYSIS
ECEN 460 Power System Operation and Control
ECE 476 Power System Analysis
ECEN 460 Power System Operation and Control
ECE 476 Power System Analysis
ECE 476 Power System Analysis
ECEN 460 Power System Operation and Control
ECE 476 POWER SYSTEM ANALYSIS
ECEN 460 Power System Operation and Control
ECE 476 POWER SYSTEM ANALYSIS
ECEN 460 Power System Operation and Control
ECEN 460 Power System Operation and Control
Presentation transcript:

ECE 476 POWER SYSTEM ANALYSIS Lecture 13 Newton-Raphson Power Flow Professor Tom Overbye Department of Electrical and Computer Engineering

Announcements Homework 6 is due on Thursday (Oct 18) Be reading Chapter 6 Homework 7 is 6.12, 6.19, 6.22, 6.45 and 6.50. Due date is October 25

Design Project Design Project 2 from the book is assigned today (page 345 to 348). It will be due Nov 29. For a transmission tower configuration assume a symmetrical tower configuration with individual conductor spacings as provided on the handout sheet.

Newton-Raphson Algorithm The second major power flow solution method is the Newton-Raphson algorithm Key idea behind Newton-Raphson is to use sequential linearization

Newton-Raphson Method (scalar)

Newton-Raphson Method, cont’d

Newton-Raphson Example

Newton-Raphson Example, cont’d

Newton-Raphson Comments When close to the solution the error decreases quite quickly -- method has quadratic convergence f(x(v)) is known as the mismatch, which we would like to drive to zero Stopping criteria is when f(x(v))  <  Results are dependent upon the initial guess. What if we had guessed x(0) = 0, or x (0) = -1? A solution’s region of attraction (ROA) is the set of initial guesses that converge to the particular solution. The ROA is often hard to determine

Multi-Variable Newton-Raphson

Multi-Variable Case, cont’d

Multi-Variable Case, cont’d

Jacobian Matrix

Multi-Variable N-R Procedure

Multi-Variable Example

Multi-variable Example, cont’d

Multi-variable Example, cont’d

NR Application to Power Flow

Real Power Balance Equations

Newton-Raphson Power Flow

Power Flow Variables

N-R Power Flow Solution

Power Flow Jacobian Matrix

Power Flow Jacobian Matrix, cont’d

Two Bus Newton-Raphson Example For the two bus power system shown below, use the Newton-Raphson power flow to determine the voltage magnitude and angle at bus two. Assume that bus one is the slack and SBase = 100 MVA.

Two Bus Example, cont’d

Two Bus Example, cont’d

Two Bus Example, First Iteration

Two Bus Example, Next Iterations

Two Bus Solved Values Once the voltage angle and magnitude at bus 2 are known we can calculate all the other system values, such as the line flows and the generator reactive power output

Two Bus Case Low Voltage Solution

Low Voltage Solution, cont'd

Two Bus Region of Convergence Slide shows the region of convergence for different initial guesses of bus 2 angle (x-axis) and magnitude (y-axis) Red region converges to the high voltage solution, while the yellow region to the low solution

PV Buses Since the voltage magnitude at PV buses is fixed there is no need to explicitly include these voltages in x or write the reactive power balance equations the reactive power output of the generator varies to maintain the fixed terminal voltage (within limits) optionally these variations/equations can be included by just writing the explicit voltage constraint for the generator bus |Vi | – Vi setpoint = 0

Three Bus PV Case Example

Modeling Voltage Dependent Load

Voltage Dependent Load Example

Voltage Dependent Load, cont'd

Voltage Dependent Load, cont'd With constant impedance load the MW/Mvar load at bus 2 varies with the square of the bus 2 voltage magnitude. This if the voltage level is less than 1.0, the load is lower than 200/100 MW/Mvar

Solving Large Power Systems The most difficult computational task is inverting the Jacobian matrix inverting a full matrix is an order n3 operation, meaning the amount of computation increases with the cube of the size size this amount of computation can be decreased substantially by recognizing that since the Ybus is a sparse matrix, the Jacobian is also a sparse matrix using sparse matrix methods results in a computational order of about n1.5. this is a substantial savings when solving systems with tens of thousands of buses

Newton-Raphson Power Flow Advantages fast convergence as long as initial guess is close to solution large region of convergence Disadvantages each iteration takes much longer than a Gauss-Seidel iteration more complicated to code, particularly when implementing sparse matrix algorithms Newton-Raphson algorithm is very common in power flow analysis