ECEN 667 Power System Stability Lecture 17: Transient Stability Solutions, Load Models

Size: px
Start display at page:

Download "ECEN 667 Power System Stability Lecture 17: Transient Stability Solutions, Load Models"

Transcription

1 ECEN 667 Power System Stability Lecture 17: Transient Stability Solutions, Load Models Prof. Tom Overbye Dept. of Electrical and Computer Engineering Texas A&M University, 1

2 Announcements Read Chapter 7 Homework 5 is due today Homework 6 is assigned today, due on Nov 9 Final is as per TAMU schedule. That is, Friday Dec 8 from 3 to 5pm 2

3 Nonlinear Network Equations With constant impedance loads the network equations can usually be written with I independent of V, then they can be solved directly (as we've been doing) 1 V Y Ιx ( ) In general this is not the case, with constant power loads one common example Hence a nonlinear solution with Newton's method is used We'll generalize the dependence on the algebraic variables, replacing V by y since they may include other values beyond just the bus voltages 3

4 Nonlinear Network Equations Just like in the power flow, the complex equations are rewritten, here as a real current and a reactive current YV I(x,y) = 0 The values for bus i are n g ( x,y) G V B V I 0 Di ik Dk ik QK NDi k1 n g ( x,y) G V B V I 0 Qi ik Qk ik DK NQi k1 This is a rectangular formulation; we also could have written the equations in polar form For each bus we add two new variables and two new equations If an infinite bus is modeled then its variables and equations are omitted since its voltage is fixed 4

5 Nonlinear Network Equations The network variables and equations are then n In general there G1 kvdk B1 kvqk I ND1( x,y) 0 are no slack buses k1 n VD1 GikVQk BikVDK INQ1( x,y) 0 k 1 V Q1 n V D2 G2kVDk B2kVQK I ND2( x,y) 0 y g( x, y) k1 V Dn n V Qn Gnk VDk BnkVQK I NDn( x,y) 0 k1 n GnkVQk BnkVDK I NQn( x,y) 0 k1 5

6 Nonlinear Network Equation Newton Solution The network equations are solved using a similar procedure to that of the Netwon-Raphson power flow Set v 0; make an initial guess of y, y ( v) While gy ( ) Do ( v1) ( v) ( v) 1 ( v) y y J( y ) g( y ) v v1 End While ( v) 6

7 Network Equation Jacobian Matrix The most computationally intensive part of the algorithm is determining and factoring the Jacobian matrix, J(y) Jy ( ) gd1( x, y) gd1( x, y) gd1( x, y) VD1 VQ1 V Qn gq1( x, y) gq1( x, y) gq1( x, y) V V V D1 Q1 Qn gqn( x, y) gqn( x, y) gqn( x, y) VD1 VQ1 V Qn 7

8 Network Jacobian Matrix The Jacobian matrix can be stored and computed using a 2 by 2 block matrix structure The portion of the 2 by 2 entries just from the Y bus are gˆdi ( x, y) gˆdi ( x, y) VDj V Qj Gij Bij gˆqi ( x, y) gˆqi ( x, y) Bij Gij VDj VQj The "hat" was added to the g functions to indicate it is just the portion from the Y bus The major source of the current vector voltage sensitivity comes from non-constant impedance loads; also dc transmission lines 8

9 Example: Constant Current and Constant Power Load As an example, assume the load at bus k is represented with a ZIP model P P P V P V P 2 Load, k BaseLoad, k z, k k i, k k p, k Q Q Q V Q V Q 2 Load, k BaseLoad, k z, k k i, k k p, k The constant impedance portion is embedded in the Y bus Pˆ P P V P P V P Load, k BaseLoad, k i, k k p, k BL, i, k k BL, p, k Qˆ Q Q V Q Q V Q Load, k BaseLoad, k i, k k p, k BL, i, k k BL, p, k Usually solved in per unit on network MVA base The base load values are set from the power flow 9

10 Example: Constant Current and The current is then Constant Power Load P ˆ ˆLoad, k jq Load, k I Load, k I D, Load, k jiq, Load, k V k PBL, i, k VDK VQK PBL, p, k j QBL, i, k VDK VQK QBL, p, k V Dk jv Multiply the numerator and denominator by V DK +jv QK to write as the real current and the reactive current Qk * 10

11 I I Example: Constant Current and Constant Power Load V P V Q V P V Q Dk BL, p, k QK BL, p, k Dk BL, i, k QK BL, i, k D, Load, k 2 2 V 2 2 DK VQK VDK VQK V P V Q V P V Q Qk BL, p, k DK BL, p, k Qk BL, i, k DK BL, i, k Q, Load, k 2 2 V 2 2 DK VQK VDK VQK The Jacobian entries are then found by differentiating with respect to V DK and V QK Only affect the 2 by 2 block diagonal values Usually constant current and constant power models are replaced by a constant impedance model if the voltage goes too low, like during a fault 11

12 Example: 7.4.ZIP Case Example 7.4 is modified so the loads are represented by a model with 30% constant power, 30% constant current and 40% constant impedance In PowerWorld load models can be entered in a number of different ways; a tedious but simple approach is to specify a model for each individual load Right click on the load symbol to display the Load Options dialog, select Stability, and select WSCC to enter a ZIP model, in which p1&q1 are the normalized about of constant impedance load, p2&q2 the amount of constant current load, and p3&q3 the amount of constant power load Case is Example_7_4_ZIP 12

13 Example 7.4.ZIP One-line Bus 2 Bus 7 Bus 8 Bus 9 Bus MW 7 Mvar pu pu pu pu pu 85 MW -11 Mvar Bus pu 100 MW 35 Mvar Bus pu 125 MW 50 Mvar Bus pu 90 MW 30 Mvar Bus pu slack 72 MW 27 Mvar 13

14 Example 7.4.ZIP Bus 8 Load Values As an example the values for bus 8 are given (per unit, 100 MVA base) BaseLoad, 8 BaseLoad, 8 BaseLoad, 8 BaseLoad, P P Q Q j0. 35 I D, Load, 8 jiq, Load, j j * 14

15 Example: 7.4.ZIP Case For this case the 2 by 2 block between buses 8 and 7 is And between 8 and 9 is These entries are easily checked with the Y bus The 2 by 2 block for the bus 8 diagonal is The check here is left for the student 15

16 Additional Comments When coding Jacobian values, a good way to check that the entries are correct is to make sure that for a small perturbation about the solution the Newton's method has quadratic convergence When running the simulation the Jacobian is actually seldom rebuilt and refactored If the Jacobian is not too bad it will still converge To converge Newton's method needs a good initial guess, which is usually the last time step solution Convergence can be an issue following large system disturbances, such as a fault 16

17 Simultaneous Implicit The other major solution approach is the simultaneous implicit in which the algebraic and differential equations are solved simultaneously This method has the advantage of being numerically stable 17

18 Simultaneous Implicit Recalling the second lecture, we covered two common implicit integration approaches for solving x f ( x) Backward Euler x( t t) x( t) tf x( t t) For a linear system we have x( t t) I t A x( t) 1 Trapezoidal t x( t t) x( t) ( t) ( t t) 2 f x f x For a linear system we have 1 t x( t t) I t A I A ( t) 2 x We'll just consider trapezoidal, but for nonlinear cases 18

19 Nonlinear Trapezoidal We can use Newton's method to solve the trapezoidal t x( t t) x( t) f x( t t) f x( t) 0 2 We are solving for x(t+t); x(t) is known The Jacobian matrix is f1 f1 x1 x n t J x( t t) I 2 fn f1 x1 x n x f ( x) with Right now we are just considering the differential equations; we'll introduce the algebraic equations shortly The I comes from differentiating -x(t+t) 19

20 Nonlinear Trapezoidal using Newton's Method The full solution would be at each time step Set the initial guess for x(t+t) as x(t), and initialize the iteration counter k = 0 Determine the mismatch at each iteration k as t h x x x f x f x 2 ( ) ( ) ( ) ( t t) k ( t t) k ( t) ( t t) k ( t) Determine the Jacobian matrix Solve Iterate until done ( k 1) ( k ) ( k ) 1 ( k ) x ( t t) x ( t t) J ( x ( t t) h x ( t t) 20

21 Infinite Bus GENCLS Example Use the previous two bus system with gen 4 again modeled with a classical model with X d '=0.3, H=3 and D=0 GENCLS Bus 1 X=0.22 Bus 2 Infinite Bus slack Deg pu 0.00 Deg pu In this example Xth = ( ), with the internal voltage തE 1 = giving E' 1 =1.281 and d 1 =

22 Infinite Bus GENCLS Implicit Solution Assume a solid three phase fault is applied at the bus 1 generator terminal, reducing P E1 to zero during the fault, and then the fault is self-cleared at time T clear, resulting in the post-fault system being identical to the pre-fault system During the fault-on time the equations reduce to dd1 1, pus dt d1, pu 1 dt That is, with a solid fault on the terminal of the generator, during the fault P E1 = 0 22

23 Infinite Bus GENCLS Implicit Solution The initial conditions are x( 0) d ( 0) ( ) pu 0 0 Let t = 0.02 seconds During the fault the Jacobian is s J x( t t) I 0 1 Set the initial guess for x(0.02) as x(0), and f x

24 Infinite Bus GENCLS Implicit Solution Then calculate the initial mismatch h x x x f x f x 2 ( 0. 02) ( 0) ( 0. 02) ( 0) ( 0) ( 0. 02) ( 0) ( 0) With x(0.02) (0) = x(0) this becomes ( 0) hx( 0. 02) Then ( 1) x( 0. 02)

25 Infinite Bus GENCLS Implicit Solution Repeating for the next iteration f x ( ). ( 1) hx( 0. 02) Hence we have converged with x( 0. 02)

26 Infinite Bus GENCLS Implicit Solution Iteration continues until t = T clear, assumed to be 0.1 seconds in this example x( 0. 10) At this point, when the fault is self-cleared, the equations change, requiring a re-evaluation of f(x(t clear )) dd pus dt d pu sind dt f x

27 Infinite Bus GENCLS Implicit Solution With the change in f(x) the Jacobian also changes ( 0) s J x( ) I Iteration for x(0.12) is as before, except using the new function and the new Jacobian h x x x f x f x 2 (. ) ( 0) (. ) ( 0) (. ) (. ) ( 0) ( ) ( 1) x( 0. 12) This also converges quickly, with one or two iterations 27

28 Computational Considerations As presented for a large system most of the computation is associated with updating and factoring the Jacobian. But the Jacobian actually changes little and hence seldom needs to be rebuilt/factored Rather than using x(t) as the initial guess for x(t+t), prediction can be used when previous values are available x x x x ( ) ( t t) 0 ( t) ( t) ( t t) 28

29 Two Bus Results The below graph shows the generator angle for varying values of t; recall the implicit method is numerically stable 29

30 Adding the Algebraic Constraints Since the classical model can be formulated with all the values on the network reference frame, initially we just need to add the network equations We'll again formulate the network equations using the form Ι( x, y) Y V or Y V Ι( x, y) 0 As before the complex equations will be expressed using two real equations, with voltages and currents expressed in rectangular coordinates 30

31 Adding the Algebraic Constraints The network equations are as before n G1 kvdk B1 kvqk I ND1( x,y) 0 k1 n VD1 GikVQk BikVDK INQ1( x,y) 0 k 1 V Q1 n V D2 G2kVDk B2kVQK I ND2( x,y) 0 y g( x, y) k1 V Dn n V Qn Gnk VDk BnkVQK I NDn( x,y) 0 k1 n GnkVQk BnkVDK I NQn( x,y) 0 k1 31

32 Classical Model Coupling of x and y In the simultaneous implicit method x and y are determined simultaneously; hence in the Jacobian we need to determine the dependence of the network equations on x, and the state equations on y With the classical model the Norton current depends on x as Ei di 1 I, G jb Ni i i Rs, i jx d, i Rs, i jx d, i E je E cosd j cosd sind sind I I ji E j G jb Ni DNi QNi i i i i i Di Qi i i i I E G E B DNi Di i Qi i I E B E G QNi Di i Qi i Recall with the classical model E i is constant 32

33 Classical Model Coupling of x and y In the state equations the coupling with y is recognized by noting P P P E I E I Ei Di Di Qi Qi I ji E V j E V G jb Di Qi Di Di Qi Qi i i I E V G E V B Di Di Di i Qi Qi i I E V B E V G Qi Di Di i Qi Qi i E E V G E V B E E V B E V G Ei Di Di Di i Qi Qi i Qi Di Di i Qi Qi i 2 2 E E V G E E V G E V E V B Ei Di Di Di i Qi Qi Qi i Di Qi Qi Di i 33

34 Variables and Mismatch Equations In solving the Newton algorithm the variables now include x and y (recalling that here y is just the vector of the real and imaginary bus voltages The mismatch equations now include the state integration equations ( k ) h x( t t) t x x f x y f x y 2 And the algebraic equations ( k ) ( k ) ( k ) ( t t) ( t) ( t t), ( t t) ( t), ( t) g x( t t), y( t t) ( k ) ( k) 34

35 Jacobian Matrix Since the h(x,y) and g(x,y) are coupled, the Jacobian is J x( t t), y( t t) ( k) ( k) ( k ) ( k ) ( k ) ( k ) ( t t), ( t t) ( t t), ( t t) h x y h x y x y g x y g x y x y ( k ) ( k ) ( k ) ( k ) ( t t), ( t t) ( t t), ( t t) With the classical model the coupling is the Norton current at bus i depends on d i (i.e., x) and the electrical power (P Ei ) in the swing equation depends on V Di and V Qi (i.e., y) 35

36 Jacobian Matrix Entries The dependence of the Norton current injections on d is I EcosdG Esind B DNi i i i i i i I Ecosd B EsindG QNi i i i i i i I d I DNi i QNi d i EsindG Ecosd B i i i i i i Esind B EcosdG i i i i i i In the Jacobian the sign is flipped because we defined g x, y = Y V Ι(x, yሻ 36

37 Jacobian Matrix Entries The dependence of the swing equation on the generator terminal voltage is d P i i. pu s 1 P P D i, pu Mi Ei i i, pu 2Hi 2 2 Ei Di Di Di i Qi Qi Qi i Di Qi Qi Di i V V E E V G E E V G E V E V B i, pu Di i, pu Qi 1 2H 1 2H i i E G E B Di i Qi i E G E B Qi i Di i 37

38 Two Bus, Two Gen GENCLS Example We'll reconsider the two bus, two generator case from Lecture 16; fault at Bus 1, cleared after 0.06 seconds Initial conditions and Y bus are as covered in Lecture 16 GENCLS Bus 1 X=0.22 Bus 2 GENCLS slack Deg pu 0.00 Deg pu PowerWorld Case B2_CLS_2Gen 38

39 Two Bus, Two Gen GENCLS Example Initial terminal voltages are V jv j0. 22, V jv 1. 0 D1 Q1 D2 Q2 E , E j0. 52 I N j j j0. 2 I N2 1 j j j j j Y YN 1 j j j

40 Two Bus, Two Gen Initial Jacobian d1 1 d2 1 VD1 VQ1 VD2 VQ2 d d I D IQ I D IQ

41 Results Comparison The below graph compares the angle for the generator at bus 1 using t=0.02 between RK2 and the Implicit Trapezoidal; also Implicit with t=

42 Four Bus Comparison GENCLS Bus 4 X=0.1 Bus 1 Bus 2 GENCLS slack 7.72 Deg pu X=0.1 Bus 3 X= Deg pu 100 MW 50 Mvar Deg pu 0.00 Deg pu 42

43 Four Bus Comparison Fault at Bus 3 for 0.12 seconds; self-cleared 43

44 Done with Transient Stability Solutions: On to Load Modeling Load modeling is certainly challenging! For large system models an aggregate load can consist of many thousands of individual devices The load is constantly changing, with key diurnal and temperature variations For example, a higher percentage of lighting load at night, more air conditioner load on hot days Load model behavior can be quite complex during the low voltages that may occur in transient stability Testing aggregate load models for extreme conditions is not feasible we need to wait for disturbances! 44

45 Load Modeling Traditionally load models have been divided into two groups Static: load is a algebraic function of bus voltage and sometimes frequency Dynamic: load is represented with a dynamic model, with induction motor models the most common The simplest load model is a static constant impedance Has been widely used Allowed the Y bus to be reduced, eliminating essentially all non-generator buses Presents no issues as voltage falls to zero Is rapidly falling out of favor 45

46 Load Modeling References Many papers and reports are available! A classic reference on load modeling is by the IEEE Task Force on Load Representation for Dynamic Performance, "Load Representation for Dynamic Performance Analysis," IEEE Trans. on Power Systems, May 1993, pp A more recent report that provides a good overview is "Final Project Report Loading Modeling Transmission Research" from Lawrence Berkeley National Lab, March

47 ZIP Load Model Another common static load model is the ZIP, in which the load is represented as P P P V P V P Load, k BaseLoad, k z, k k i, k k p, k Q Q Q V Q V Q Load, k BaseLoad, k z, k k i, k k p, k 2 2 Some models allow more general voltage dependence n1 n2 n3 P P a V a V a V Load, k BaseLoad, k 1, k k 2, k k 3, k k n4 n5 n6 Q Q a V a V a V Load, k BaseLoad, k 4, k k 5, k k 6, k k The voltage exponent for reactive power is often > 2 47

48 ZIP Model Coefficients An interesting paper on the experimental determination of the ZIP parameters is A. Bokhari, et. al., "Experimental Determination of the ZIP Coefficients for Modern Residential and Commercial Loads, and Industrial Loads," IEEE Trans. Power Delivery, 2014 Presents test results for loads as voltage is varied; also highlights that load behavior changes with newer technologies Below figure (part of fig 4 of paper), compares real and reactive behavior of light ballast 48

49 ZIP Model Coefficients The Z,I,P coefficients sum to zero; note that for some models the absolute values of the parameters are quite large, indicating a difficult fit A portion of Table VII from Bokhari 2014 paper 49

50 Discharge Lighting Models Discharge lighting (such as fluorescent lamps) is a major portion of the load (10-15%) Discharge lighting has been modeled for sufficiently high voltage with a real power as constant current and reactive power with a high voltage dependence Linear reduction for voltage between 0.65 and 0.75 pu Extinguished (i.e., no load) for voltages below P P V Discharg elighting Base k Q Q V Discharg elighting Base k 45. May need to change with newer electronic ballasts e.g., reactive power increasing as the voltage drops! 50

51 Static Load Model Frequency Dependence Frequency dependence is sometimes included, to recognize that the load could change with the frequency 2 P P P V P V P 1 P f 1 Load, k BaseLoad, k z, k k i, k k p, k f, k k 2 Q Q Q V Q V Q 1 Q f 1 Load, k BaseLoad, k z, k k i, k k p, k f, k k Here f k is the per unit bus frequency, which is calculated as k s 1 st f k A typical value for T is about 0.02 seconds. Some models just have frequency dependence on the constant power load Typical values for P f and Q f are 1 and -1 respectively 51

52 Aside: Voltage Stability Next few slides are an aside on static voltage stability Voltage Stability: The ability to maintain system voltage so that both power and voltage are controllable. System voltage responds as expected (i.e., an increase in load causes proportional decrease in voltage). Voltage Instability: Inability to maintain system voltage. System voltage and/or power become uncontrollable. System voltage does not respond as expected. Voltage Collapse: Process by which voltage instability leads to unacceptably low voltages in a significant portion of the system. Typically results in loss of system load. 52

53 Voltage Stability Two good references are P. Kundur, et. al., Definitions and Classification of Power System Stability, IEEE Trans. on Power Systems, pp , August T. Van Cutsem, Voltage Instability: Phenomena, Countermeasures, and Analysis Methods, Proc. IEEE, February 2000, pp Classified by either size of disturbance or duration Small or large disturbance: small disturbance is just perturbations about an equilibrium point (power flow) Short-term (several seconds) or long-term (many seconds to minutes) 53

ECEN 667 Power System Stability Lecture 20: Oscillations, Small Signal Stability Analysis

ECEN 667 Power System Stability Lecture 20: Oscillations, Small Signal Stability Analysis ECEN 667 Power System Stability Lecture 20: Oscillations, Small Signal Stability Analysis Prof. Tom Overbye Dept. of Electrical and Computer Engineering Texas A&M University, overbye@tamu.edu 1 Announcements

More information

ECEN 667 Power System Stability Lecture 18: Voltage Stability, Load Models

ECEN 667 Power System Stability Lecture 18: Voltage Stability, Load Models ECEN 667 Power System Stability Lecture 18: Voltage Stability, Load Models Prof. Tom Overbye Dept. of Electrical and Computer Engineering Texas A&M University, overbye@tamu.edu 1 Announcements Read Chapter

More information

ECEN 667 Power System Stability Lecture 15: PIDs, Governors, Transient Stability Solutions

ECEN 667 Power System Stability Lecture 15: PIDs, Governors, Transient Stability Solutions ECEN 667 Power System Stability Lecture 15: PIDs, Governors, Transient Stability Solutions Prof. Tom Overbye Dept. of Electrical and Computer Engineering Texas A&M University, overbye@tamu.edu 1 Announcements

More information

ECEN 667 Power System Stability Lecture 25: FFT, Energy Methods

ECEN 667 Power System Stability Lecture 25: FFT, Energy Methods ECEN 667 Power System Stability Lecture 5: FFT, Energy Methods Prof. Tom Overbye Dept. of Electrical and Computer Engineering Texas A&M University, overbye@tamu.edu 1 Announcements Read Chapter 9 Final

More information

ECEN 615 Methods of Electric Power Systems Analysis Lecture 19: State Estimation

ECEN 615 Methods of Electric Power Systems Analysis Lecture 19: State Estimation ECEN 615 Methods of Electric Power Systems Analysis Lecture 19: State Estimation Prof. Tom Overbye Dept. of Electrical and Computer Engineering Texas A&M University overbye@tamu.edu Announcements Homework

More information

ECEN 667 Power System Stability Lecture 23:Measurement Based Modal Analysis, FFT

ECEN 667 Power System Stability Lecture 23:Measurement Based Modal Analysis, FFT ECEN 667 Power System Stability Lecture 23:Measurement Based Modal Analysis, FFT Prof. Tom Overbye Dept. of Electrical and Computer Engineering Texas A&M University, overbye@tamu.edu 1 Announcements Read

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

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

Power System Stability and Control. Dr. B. Kalyan Kumar, Department of Electrical Engineering, Indian Institute of Technology Madras, Chennai, India

Power System Stability and Control. Dr. B. Kalyan Kumar, Department of Electrical Engineering, Indian Institute of Technology Madras, Chennai, India Power System Stability and Control Dr. B. Kalyan Kumar, Department of Electrical Engineering, Indian Institute of Technology Madras, Chennai, India Contents Chapter 1 Introduction to Power System Stability

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

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

= 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

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

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

ECE 476. Exam #2. Tuesday, November 15, Minutes

ECE 476. Exam #2. Tuesday, November 15, Minutes Name: Answers ECE 476 Exam #2 Tuesday, November 15, 2016 75 Minutes Closed book, closed notes One new note sheet allowed, one old note sheet allowed 1. / 20 2. / 20 3. / 20 4. / 20 5. / 20 Total / 100

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

ECEN 615 Methods of Electric Power Systems Analysis Lecture 23: Geomagnetic Disturbances, Optimal Power Flow

ECEN 615 Methods of Electric Power Systems Analysis Lecture 23: Geomagnetic Disturbances, Optimal Power Flow ECEN 615 Methods of Electric Power Systems Analysis Lecture 23: Geomagnetic Disturbances, Optimal Power Flow Prof. Tom Overbye Dept. of Electrical and Computer Engineering Texas A&M University overbye@tamu.edu

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

ECE 422/522 Power System Operations & Planning/ Power Systems Analysis II 3 Load Modeling

ECE 422/522 Power System Operations & Planning/ Power Systems Analysis II 3 Load Modeling ECE 422/522 Power System Operations & Planning/ Power Systems Analysis II 3 Load Modeling Spring 2014 Instructor: Kai Sun 1 References 1. Load Performance for Dynamic Performance Analysis, IEEE Committee

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

Simulating a Power System

Simulating a Power System Simulating a Power System Presented by Prof. Tyrone Fernando School of Electrical and Electronic Engineering (EECE), University of Western Australia (UWA) 1. Motivations In an actual power system, it is

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

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

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

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

Model of Induction Machine to Transient Stability Programs

Model of Induction Machine to Transient Stability Programs Model of Induction Machine to Transient Stability Programs Pascal Garcia Esteves Instituto Superior Técnico Lisbon, Portugal Abstract- this paper reports the work performed on the MSc dissertation Model

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

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

Trajectory Sensitivity Analysis as a Means of Performing Dynamic Load Sensitivity Studies in Power System Planning

Trajectory Sensitivity Analysis as a Means of Performing Dynamic Load Sensitivity Studies in Power System Planning 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http : //www.cigre.org 2014 Grid of the Future Symposium Trajectory Sensitivity Analysis as a Means of Performing Dynamic Load Sensitivity Studies

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

New criteria for Voltage Stability evaluation in interconnected power system

New criteria for Voltage Stability evaluation in interconnected power system New criteria for Stability evaluation in interconnected power system Lavanya Neerugattu Dr.G.S Raju MTech Student, Dept.Of EEE Former Director IT, BHU Email: nlr37@gmail.com Visiting Professor VNR Vignana

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

EE 451 Power System Stability

EE 451 Power System Stability EE 451 Power System Stability Power system operates in synchronous mode Power system is subjected to a wide range of disturbances (small and large) - Loads and generation changes - Network changes - Faults

More information

ECE 422/522 Power System Operations & Planning/Power Systems Analysis II : 8 - Voltage Stability

ECE 422/522 Power System Operations & Planning/Power Systems Analysis II : 8 - Voltage Stability ECE 422/522 Power System Operations & Planning/Power Systems Analysis II : 8 - Voltage Stability Spring 2014 Instructor: Kai Sun 1 Voltage Stability Voltage stability is concerned with the ability of a

More information

Reading a GE PSLF *.epc into PWS. Tracy Rolstad Avista System Planning WECC PWSUG, 14 March 2012

Reading a GE PSLF *.epc into PWS. Tracy Rolstad Avista System Planning WECC PWSUG, 14 March 2012 Reading a GE PSLF *.epc into PWS Tracy Rolstad Avista System Planning WECC PWSUG, 14 March 2012 Open Case, Select What Options (these are defaults)? Start with GE Nothing

More information

Transient Stability Analysis with PowerWorld Simulator

Transient Stability Analysis with PowerWorld Simulator Transient Stability Analysis with PowerWorld Simulator T1: Transient Stability Overview, Models and Relationships 2001 South First Street Champaign, Illinois 61820 +1 (217) 384.6330 support@powerworld.com

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

CHAPTER 2 DYNAMIC STABILITY MODEL OF THE POWER SYSTEM

CHAPTER 2 DYNAMIC STABILITY MODEL OF THE POWER SYSTEM 20 CHAPTER 2 DYNAMIC STABILITY MODEL OF THE POWER SYSTEM 2. GENERAL Dynamic stability of a power system is concerned with the dynamic behavior of the system under small perturbations around an operating

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

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

Transient Stability Assessment of Synchronous Generator in Power System with High-Penetration Photovoltaics (Part 2)

Transient Stability Assessment of Synchronous Generator in Power System with High-Penetration Photovoltaics (Part 2) Journal of Mechanics Engineering and Automation 5 (2015) 401-406 doi: 10.17265/2159-5275/2015.07.003 D DAVID PUBLISHING Transient Stability Assessment of Synchronous Generator in Power System with High-Penetration

More information

ECE 585 Power System Stability

ECE 585 Power System Stability Homework 1, Due on January 29 ECE 585 Power System Stability Consider the power system below. The network frequency is 60 Hz. At the pre-fault steady state (a) the power generated by the machine is 400

More information

Notes on Power System Voltage Stability

Notes on Power System Voltage Stability Notes on Power System Voltage Stability By S. Chakrabarti, Dept. of EE, IIT, Kanpur. Power System Voltage Stability At any point of time, a power system operating condition should be stable, meeting various

More information

Phase Boundary Computation for Fault Induced Delayed Voltage Recovery

Phase Boundary Computation for Fault Induced Delayed Voltage Recovery IEEE th Annual Conference on Decision and Control (CDC) December -,. Osaka, Japan Phase Boundary Computation for Fault Induced Delayed Voltage Recovery Michael W. Fisher Ian A. Hiskens Abstract Distribution

More information

Module 6 : Preventive, Emergency and Restorative Control. Lecture 27 : Normal and Alert State in a Power System. Objectives

Module 6 : Preventive, Emergency and Restorative Control. Lecture 27 : Normal and Alert State in a Power System. Objectives Module 6 : Preventive, Emergency and Restorative Control Lecture 27 : Normal and Alert State in a Power System Objectives In this lecture you will learn the following Different states in a power system

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

Hybrid Time Domain Simulation: Application to Fault Induced Delayed Voltage Recovery (FIDVR)

Hybrid Time Domain Simulation: Application to Fault Induced Delayed Voltage Recovery (FIDVR) Hybrid Time Domain Simulation: Application to Fault Induced Delayed Voltage Recovery (FIDVR) Vijay Vittal Arizona State University PSERC Webinar Jan. 2, 25 Presentation background The work presented in

More information

11.1 Power System Stability Overview

11.1 Power System Stability Overview 11.1 Power System Stability Overview This introductory section provides a general description of the power system stability phenomena including fundamental concepts, classification, and definition of associated

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

POWER SYSTEM DYNAMIC SECURITY ASSESSMENT CLASSICAL TO MODERN APPROACH

POWER SYSTEM DYNAMIC SECURITY ASSESSMENT CLASSICAL TO MODERN APPROACH Abstract POWER SYSTEM DYNAMIC SECURITY ASSESSMENT CLASSICAL TO MODERN APPROACH A.H.M.A.Rahim S.K.Chakravarthy Department of Electrical Engineering K.F. University of Petroleum and Minerals Dhahran. Dynamic

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

Summary The paper considers the problem of nding points of maximum loadability which are closest (in a local

Summary The paper considers the problem of nding points of maximum loadability which are closest (in a local Calculation of Power System Critical Loading Conditions Ian A. Hiskens Yuri V. Makarov Department of Electrical and Computer Engineering The University of Newcastle, Callaghan, NSW, 8, Australia Summary

More information

Reliability of Bulk Power Systems (cont d)

Reliability of Bulk Power Systems (cont d) Reliability of Bulk Power Systems (cont d) Important requirements of a reliable electric power service Voltage and frequency must be held within close tolerances Synchronous generators must be kept running

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

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

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

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

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

Power System Voltage Stability Analysis

Power System Voltage Stability Analysis Power System Voltage Stability Analysis Chemikala Madhava Reddy A Thesis Submitted to Indian Institute of Technology Hyderabad In Partial Fulfillment of the Requirements for The Degree of Master of Technology

More information

Long-term voltage stability : load aspects

Long-term voltage stability : load aspects ELEC0047 - Power system dynamics, control and stability Thierry Van Cutsem t.vancutsem@ulg.ac.be www.montefiore.ulg.ac.be/~vct December 2018 1 / 15 Table of contents Voltage instability results from the

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

Power System Transient Stability Simulation

Power System Transient Stability Simulation Power System Transient Stability Simulation Ashley Cliff Mentors: Srdjan Simunovic Aleksandar Dimitrovski Kwai Wong Goal Overall Goal: Determine how to stabilize the system before it collapses by running

More information

VOLTAGE stability has become a major concern for the

VOLTAGE stability has become a major concern for the IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 21, NO. 1, FEBRUARY 2006 171 Continuation-Based Quasi-Steady-State Analysis Qin Wang, Member, IEEE, Hwachang Song, Member, IEEE, and Venkataramana Ajjarapu, Senior

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

ECE 522 Power Systems Analysis II 3.3 Voltage Stability

ECE 522 Power Systems Analysis II 3.3 Voltage Stability ECE 522 Power Systems Analysis II 3.3 Voltage Stability Spring 2018 Instructor: Kai Sun 1 Content Basic concepts Voltage collapse, Saddle node bifurcation, P V curve and V Q curve Voltage Stability Analysis

More information

SCHOOL OF ELECTRICAL, MECHANICAL AND MECHATRONIC SYSTEMS. Transient Stability LECTURE NOTES SPRING SEMESTER, 2008

SCHOOL OF ELECTRICAL, MECHANICAL AND MECHATRONIC SYSTEMS. Transient Stability LECTURE NOTES SPRING SEMESTER, 2008 SCHOOL OF ELECTRICAL, MECHANICAL AND MECHATRONIC SYSTEMS LECTURE NOTES Transient Stability SPRING SEMESTER, 008 October 7, 008 Transient Stability Transient stability refers to the ability of a synchronous

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

POWER SYSTEM STABILITY

POWER SYSTEM STABILITY LESSON SUMMARY-1:- POWER SYSTEM STABILITY 1. Introduction 2. Classification of Power System Stability 3. Dynamic Equation of Synchronous Machine Power system stability involves the study of the dynamics

More information

Performance Of Power System Stabilizerusing Fuzzy Logic Controller

Performance Of Power System Stabilizerusing Fuzzy Logic Controller IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 3 Ver. I (May Jun. 2014), PP 42-49 Performance Of Power System Stabilizerusing Fuzzy

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

Dynamic Voltage Stability Enhancement of a Microgrid with Static and Dynamic Loads Using Microgrid Voltage Stabilizer

Dynamic Voltage Stability Enhancement of a Microgrid with Static and Dynamic Loads Using Microgrid Voltage Stabilizer Dynamic Voltage Stability Enhancement of a Microgrid with Static and Dynamic Loads Using Microgrid Voltage Stabilizer Kenan Hatipoglu 1, Ismail Fidan 2, Ghadir Radman 3 1 Electrical and Computer Engineering

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

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

Dynamic Behavior of Three phase Inductions Motors as Loads in an Electric Power System with Distributed Generation, a Case of Study.

Dynamic Behavior of Three phase Inductions Motors as Loads in an Electric Power System with Distributed Generation, a Case of Study. Dynamic Behavior of Three phase Inductions Motors as Loads in an Electric Power System with Distributed Generation, a Case of Study. Marcelo Rodrigo García Saquicela, Ernesto Ruppert Filho, José Luis Azcue

More information

A Power System Dynamic Simulation Program Using MATLAB/ Simulink

A Power System Dynamic Simulation Program Using MATLAB/ Simulink A Power System Dynamic Simulation Program Using MATLAB/ Simulink Linash P. Kunjumuhammed Post doctoral fellow, Department of Electrical and Electronic Engineering, Imperial College London, United Kingdom

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

Predicting, controlling and damping inter-area mode oscillations in Power Systems including Wind Parks

Predicting, controlling and damping inter-area mode oscillations in Power Systems including Wind Parks 3rd IASME/WSEAS Int. Conf. on Energy & Environment, University of Cambridge, UK, February 3-5, 008 Predicting, controlling and damping inter-area mode oscillations in Power Systems including Wind Parks

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

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

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

Adaptive under frequency load shedding using synchrophasor measurement

Adaptive under frequency load shedding using synchrophasor measurement Adaptive under load shedding using synchrophasor measurement Abstract - The imbalance between the generation and the demand is the major factor that causes instability in a power system. Conventional Under

More information

ECEN 667 Power System Stability Lecture 11: Exciter Models

ECEN 667 Power System Stability Lecture 11: Exciter Models CN 667 Power System Stability Lecture : xciter Models Prof. Tom Overbye Dept. of lectrical and Computer ngineering Texas A&M University, overbye@tamu.edu Announcements Read Chapter 4 Homework 3 is due

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

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

Prediction of Instability Points Using System Identification

Prediction of Instability Points Using System Identification Prediction of Instability Points Using System Identification Hassan Ghasemi laudio A. añizares John Reeve hassan@thunderbox.uwaterloo.ca ccanizar@engmail.uwaterloo.ca J.Reeve@ece.uwaterloo.ca Department

More information

An improved voltage-collapse protection algorithm based on local phasors

An improved voltage-collapse protection algorithm based on local phasors An improved voltage-collapse protection algorithm based on local phasors Ivan Šmon *, Miloš Pantoš, Ferdinand Gubina * Ministry of the Economy, Directorate for Energy * Kotnikova 5, SI-1000 Ljubljana,

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

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

CDS 110b: Lecture 2-1 Linear Quadratic Regulators

CDS 110b: Lecture 2-1 Linear Quadratic Regulators CDS 110b: Lecture 2-1 Linear Quadratic Regulators Richard M. Murray 11 January 2006 Goals: Derive the linear quadratic regulator and demonstrate its use Reading: Friedland, Chapter 9 (different derivation,

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

Power System Security. S. Chakrabarti

Power System Security. S. Chakrabarti Power System Security S. Chakrabarti Outline Introduction Major components of security assessment On-line security assessment Tools for contingency analysis DC power flow Linear sensitivity factors Line

More information

Aldi Mucka Tonin Dodani Marjela Qemali Rajmonda Bualoti Polytechnic University of Tirana, Faculty of Electric Engineering, Republic of Albania

Aldi Mucka Tonin Dodani Marjela Qemali Rajmonda Bualoti Polytechnic University of Tirana, Faculty of Electric Engineering, Republic of Albania 8. СОВЕТУВАЊЕ Охрид, 22 24 септември Aldi Mucka Tonin Dodani Marjela Qemali Rajmonda Bualoti Polytechnic University of Tirana, Faculty of Electric Engineering, Republic of Albania REHABILITATIONS OF EXCITATION

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

Architectures and Algorithms for Distributed Generation Control of Inertia-Less AC Microgrids

Architectures and Algorithms for Distributed Generation Control of Inertia-Less AC Microgrids Architectures and Algorithms for Distributed Generation Control of Inertia-Less AC Microgrids Alejandro D. Domínguez-García Coordinated Science Laboratory Department of Electrical and Computer Engineering

More information

Dynamic simulation of a five-bus system

Dynamic simulation of a five-bus system ELEC0047 - Power system dynamics, control and stability Dynamic simulation of a five-bus system Thierry Van Cutsem t.vancutsem@ulg.ac.be www.montefiore.ulg.ac.be/~vct November 2017 1 / 16 System modelling

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

Power System Model Reduction. Fall 2014 CURENT Course

Power System Model Reduction. Fall 2014 CURENT Course Power System Model Reduction Fall 04 CURENT Course October 9, 04 Joe H. Chow Rensselaer Polytechnic Institute, Troy, New York, USA www.ecse.rpi.edu/homepages/chowj Model Reduction of Large Power Systems.

More information

APPLICATION OF AN INTERLINE POWER FLOW CONTROLLER AS AGC

APPLICATION OF AN INTERLINE POWER FLOW CONTROLLER AS AGC APPLICATION OF AN INTERLINE POWER FLOW CONTROLLER AS AGC 1 G. RADHA KRISHNAN, 2 Dr. V. GOPALAKRISHNAN 1 Assistant Professor, Dept. of EEE, RVS College of Engineering and Technology, Coimbatore, Tamilnadu,

More information

Fault Calculation Methods

Fault Calculation Methods ELEC9713 Industrial and Commercial Power Systems Fault Calculation Methods There are two major problems that can occur in electrical systems: these are open circuits and short circuits. Of the two, the

More information

Chapter 3 AUTOMATIC VOLTAGE CONTROL

Chapter 3 AUTOMATIC VOLTAGE CONTROL Chapter 3 AUTOMATIC VOLTAGE CONTROL . INTRODUCTION TO EXCITATION SYSTEM The basic function of an excitation system is to provide direct current to the field winding of the synchronous generator. The excitation

More information