ECE 576 POWER SYSTEM DYNAMICS AND STABILITY

Slides:



Advertisements
Similar presentations
Announcements Homework 6 is due on Thursday (Oct 18)
Advertisements

Lecture 14: Newton’s method for system of two nonlinear equations Function newton2d01 Set initial (x,y) point, maximum number of iterations, and convergence.
What’s Your Guess? Chapter 9: Review of Convergent or Divergent Series.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 7 Roots of Equations Bracketing Methods.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 6 Roots of Equations Bracketing Methods.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 20 Solution of Linear System of Equations - Iterative Methods.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 19 Solution of Linear System of Equations - Iterative Methods.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 9 Roots of Equations Open Methods.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 8 Roots of Equations Open Methods.
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo Solving ODE.
ECE 576 – Power System Dynamics and Stability Prof. Tom Overbye Dept. of Electrical and Computer Engineering University of Illinois at Urbana-Champaign.
ECE 576 – Power System Dynamics and Stability Prof. Tom Overbye Dept. of Electrical and Computer Engineering University of Illinois at Urbana-Champaign.
Two-week ISTE workshop on Effective teaching/learning of computer programming Dr Deepak B Phatak Subrao Nilekani Chair Professor Department of CSE, Kanwal.
Lecture 11 Power Flow Professor Tom Overbye Special Guest Appearance by Professor Sauer! Department of Electrical and Computer Engineering ECE 476 POWER.
ECE 530 – Analysis Techniques for Large-Scale Electrical Systems Prof. Hao Zhu Dept. of Electrical and Computer Engineering University of Illinois at Urbana-Champaign.
Parallel Implementation Of Word Alignment Model: IBM MODEL 1 Professor: Dr.Azimi Fateme Ahmadi-Fakhr Afshin Arefi Saba Jamalian Dept. of Electrical and.
ECE 476 POWER SYSTEM ANALYSIS
ECE 476 POWER SYSTEM ANALYSIS
ECEN 460 Power System Operation and Control
ECE 476 Power System Analysis
ECE 476 Power System Analysis
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
Slide Presentations for ECE 329, Introduction to Electromagnetic Fields, to supplement “Elements of Engineering Electromagnetics, Sixth Edition” by Nannapaneni.
Lecture 41 Selective Eigenvalue Analysis in Power Systems Professor M.A. Pai Department of Electrical and Computer Engineering © 2000 University of Illinois.
ECE 333 Green Electric Energy
أنماط الإدارة المدرسية وتفويض السلطة الدكتور أشرف الصايغ
MATH 2140 Numerical Methods
Manipulator Dynamics 2 Instructor: Jacob Rosen
ECE 476 POWER SYSTEM ANALYSIS
ВОМР Подмярка 19.2 Възможности за финансиране
Споразумение за партньорство
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
ROOTS OF EQUATIONS.
Comparison Functions Islamic University of Gaza Faculty of Engineering
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
3.8 Newton’s Method How do you find a root of the following function without a graphing calculator? This is what Newton did.
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
ECE 576 Power System Dynamics and Stability
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
C Programming Lecture 0 : Introduction
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
ECE 476 POWER SYSTEM ANALYSIS
1 Newton’s Method.
Input-Output Stability
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
Presentation transcript:

ECE 576 POWER SYSTEM DYNAMICS AND STABILITY Lecture 15 Steady-state Professor Pete Sauer Department of Electrical and Computer Engineering © 2000 University of Illinois Board of Trustees, All Rights Reserved

Example

Find: all synchronous machine dynamic states

Check:

(close to .615)

With saturation in d-axis only:

Same as before:

Up from 2.41

(up from 1.05)

With saturation in d and q axes:

Given: Compute Iterate to find

Step 1. Guess Step 2. Compute Step 3. Compute Step 4. Compute using

using Step 5. Update Step 6. Update Step 7. Go to Step 3 This is a fixed-point iteration - could use Newton’s method

Use: Choose:

a) b) (assume this to start)

Continue iteration until convergence.