Model of Induction Machine to Transient Stability Programs

Size: px
Start display at page:

Download "Model of Induction Machine to Transient Stability Programs"

Transcription

1 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 of Induction Machine to Transient Stability Programs. This work is divided into two parts, the first is a numerical method for the estimation of induction motor doublecage model parameter from standard manufacturer data. The second part is a continuation in the development of a studentgrade program for transient stability analysis, implemented in MATLAB environment. The goal was to make the program capable of dealing with pumping systems in the networks. The dynamic models that already existed in the software were revisited and two new dynamic models were also implemented. The validation of the software s is performed with a side by side comparison with a program developed in [2] and PSS/E TM. N I. INTRODUCTION owadays induction machines are extensively applied in all sectors of industry due to their ruggedness, flexibility and low price. The presence of large induction machine in power systems plays a significant role in transient stability. Accurate machine parameters are crucial for analysis of the systems behaviour. Squirrel-cage-type induction machines are modelled with double-cage model, because it s only possible predict starting current and torque from manufacturer data with doublecage rotor. The usual information about the motor is given by the catalog data, such as full load active and reactive power, full load efficiency, breakdown torque, and starting current and torque. The conversion of these data into the equivalent circuit is a difficult task. A computer program for solving the non-linear equations was implemented and described in section II. After known the equivalent circuit parameters was developed the two models of the induction machine. This models were the main goal of this work, with the aimed of further expand a dynamic simulation program which has been under development in previous works performed by former I.S.T master students. This simulation package is intended for educational use, while accomplishing an approximate or even similar level of precision when compared to existing commercial packages. The nomenclature given on the dynamic models is the same as the one used by PSS/E TM, since this is the simulation software used as a reference. The software developed in [2] and PSS/E TM are used to recognize the developed software s through a side by side comparison between results obtained by the programs. The paper is organized in five section. In section II are present the models and the computer program for solve the nonlinear equation. In section III the differential representation of the dynamics models is given. Section IV reports the simulation results and discuss the obtained results. Section V gives the conclusions. A. Single-Cage Model II. Induction Machine Model Fig. (a) shows the equivalent circuit of a single-cage induction machine. This circuit has five different parameters. In TABLE I shows the manufacturer data of the induction motor and is well established that there only five independent parameters [2]. The single-case model cannot approximate the starting current and torque values. This is only possible with a double-cage model. Thus, there are only three pieces of useful manufacturer data (P mfl, Q FL and T M) for the correct estimation of the four independent parameters. Fig. (b) shows the equivalent circuit of a double-cage induction machine. This circuit has seven different parameters. Fig.. Steady-state star equivalent circuit for the three-phase induction machine: (a) single-cage model (five-parameter circuit), and (b) double-cage model (seven-parameter circuit) [] Therefore, relations between the parameters must be imposed. Generally, it s supposed that the stator and rotor leakage reactance are related. It s necessary another relation and following the sensitivity analysis done in [], it can be observed that the stator resistence influence on magnitudes P m(s FL), Q(s FL) and T(s M) has very little importance. Then, it s supposed that the stator resistence is linked with the rotor resistence X rd = K x X sd R s = K r R r ()

2 2 The determination of the single-cage parameters is essential because the calculated values are a good starting guess for the double-cage estimation. The problem formulation uses the three pieces of the manufacturer data P mfl, Q FL, T M to find the five single-cage parameters Rs, R r, X m, X sd by solving the nonlinear system of the form F(x) = f (x) = P mfl P m (s FL ) = f 2 (x) = Q FL Q(s FL ) = f 3 (x) = T M T(s M ) = Where F = (f,f 2,f 3) and x = (R r, X m, X sd), and the restrictions in () are take into account. Furthermore, it is important to impose that all of the variables are always positive, so the algorithm have imposed the restrictions: R k > X k > TABLE I MANUFACTURER DATA [] (2) (3) f (x) = P mfl P m (s FL ) = f 2 (x) = Q FL Q(s FL ) = f 3 (x) = T M T(s M ) = f 4 (x) = I st I() = f 5 (x) = T st T() = f 6 (x) = dt(s M) = ds Where F = (f, f 2, f 3, f 4, f 5, f 6) and x = (R, R 2, X m, X sd, X d, s M). Appendix contains the detailed expression of functions P m(s), Q(s), I(s) and T(s) used in formulation of the both models. C. Numerical Method The modified Newton-Raphson method was chosen for solving the nonlinear system of equations of the form (7) f(x) = (8) In the algorithm, the restrictions present in (4), (5) and (6) are easily included with a simple change of variables x = R R = x x 2 = R R 2 R 2 = x + x 2 x 3 = X m X m = x 3 x 4 = X sd X sd = x 4 x 5 = X d K x X sd X d = K x x 4 + x 5 (9) B. Double-Cage Model As mentioned before, with double-cage model is possible obtain the starting torque and current. Furthermore, with the sensitivity analysis done in [], new relations between parameters need be imposed X 2d = K x X sd R s = K r R Then, with (4) are five independent parameters. From the manufacturer data retires five useful pieces P mfl, Q FL, T M, I st and T st for the correct estimation of the parameters. In the double-cage problem, it s necessary force restrictions between the variables. In the rotor, the inner cage has always a greater leakages flux than the outer-cage, then (5) must be respected. When the motor starts, the outer cage impedance R 2 and X 2d prevails over the inner cage impedance R and X d, therefore (6) must be respected. (4) X d > X 2d (5) R 2 > R (6) The conditions in (3) are applied by using the absolute value of the variables as function input F( x, x 2, x 3, x 4, x 5 ) = () The iterative algorithm used is x (k+) = x (k) h n DF(x k, s k FL ) F(x k, s FL ) = () Where the Newton-Raphson method is modified by including a coefficient h n. This coefficient is calculated in each step to verify that F(x (k+), s M k ) < F(x k, s M k ) (2) The converge of the algorithm is controlled by calculating the norm of the error, F(x k ), and ensuring that the error in each iteration decreases. In the double-cage model, the expression for the slip at the point of maximum torque isn t simple. Then, the slip of maximum torque is calculated separately. Once the algorithm is iterative, there is always a value for slip from which the point of maximum torque can be calculated The problem formulation uses the five pieces of manufacturer data to find the seven double-cage parameters R s, R, R 2, X m, X sd, X d, X 2d by solving a nonlinear system of the form F(x)= T k m = (s k, x) T k m > T M (3)

3 3 IV. DIFFERENTIAL-ALGEBRAIC MODEL In this section presents the dynamic models in their differential and algebraic forms. In this paper only the description of the single-cage and double-cage dynamic models is given. The other models present in the simulations is not given due the large number of dynamic models presented. These models and the implemented algorithm are described in [5]. A. Single-Cage Model In order to simplify the forms, the models were formulated using the Park s approach. Equations are formulated in terms of the real(d-) and imaginary (q-) axe, with respect to the network reference angle [4]. The simplified electrical circuit for the single-cage induction motor is given in Figure 2. Where X, X and T are determined from the circuit resistances and reactance s estimated in a previous method: X = X s + X m X = X s + X rx m X r + X m T = X r + X m w s R r The mechanical equation is as follows: s = (T m(s) T e ) 2H (9) (2) Where the electrical and mechanical torque are given as by: T e = E d i d + E q i q T m = a( + s) 2 (2) B. Double-Cage Model Fig. 2 Electrical circuit of the first-order induction machine model [4] In a synchronously rotating reference frame, the link between the network and the stator machine voltage is as follows [4] v d = v h sin θ v q = v h cos θ Using the notation of Fig.2, the power absorptions are: p h = (v d i d + v q i q ) q h = (v q i d v d i q ) (5) (6) And the link between voltages, currents and state variables is as follows: v d = E d + r s i d X i q v q = E q + r s i q + X i d (7) The differential equations in terms of the voltage behind the stator resistance are: de d de q = w s se q E d + (X X )I qs T = w s se d E q (X X )I ds T ds = (T m(s) T e ) 2H (8) (8) The electrical circuit for the double-cage induction machine model is shown in Fig.3. As for the single-cage model, real and imaginary axes are defined with respect to the network reference angle, and (5) and (6) apply, [4]. Using the notation of Fig. 3, the link between voltages, currents and state variables is as follows v d = E d + r s i d X i q (22) v q = E q + r s i q + X i d And the two voltages behind the stator resistance model the cage dynamics, as follows [5] de d de q de d de q = w s se q E d + (X X )I qs T = w sse d E q (X X )I ds T = w s s(e q E q) + de d E d E q (X X )I qs T = w s s(e d E d ) + de q ds = (T m (s) T e ) 2H E q E d + (X X )I ds T (23) Where X and T, as in single-cage models, can be obtained from the motor parameters estimated in the previous method: X X r X r2 X m = X s + X r X r2 + X m X r + X m X r2 (24) X r2 + X rx m T X = r + X m w s X r2

4 4 The differential equations for the slip and mechanical torque are given by (2) and (2). Although, to the double-cage model the electrical toques is defining as follows T e = E d i ds + E q i qs (25) C = [ ] u = [ ] And for the double-cage dynamic model Fig. 3 Electrical circuit of the fifth-order induction machine model [4] C. Models in Algebraic Forms The differential expressions presented in the last section need to be converted into an algebraic state equation so that the implemented integration algorithm in [5] can be applied in the simulation software. The state function as the form of the following algebraic expression f = [x ] = [A][x] + [R] + [C][u] (26) This outline takes into account that the time constants and the parameters associated with the dynamic models remain constant throughout the simulation process and, therefore, do not need to be computed in every time step [5]. Matrix [A] contains the dependent associated time constants and model parameters, constants in all the computation. Matrix [R] includes the non-constant terms, these matrix is calculated in every step of the computation. Matrix [C] contains the independent terms, related with matrix [u], which includes the fixed inputs. R = [ A = E d E q x = E d E q [ s ] [ ] w s se q (X X )I qs w s se d (X X )I ds w s s(e q E q) + R() + (X X )I qs w s s(e d E d) + R(2) (X X )I ds (T m (s) T e ) 2H ] C = [ ] u = [ ] (28) The single-cage dynamic model represented by the differential equations (8) and (2), in its algebraic form, is given by R = E d x = [ E q ] s A = [ ] w s se q (X X )I qs w s se d (X X )I ds (T m (s) T e ) [ 2H ] (27) IV. NUMERICAL RESULTS, SIMULATION AND DISCUSSION After implemented the different models above some simulations and numerical analysis were carried out to prove the veracity. A. Estimation of induction motor parameters In this simulation, the manufacturer data represented in Table I has Kw as system base, nominal voltage 38 V and the nominal frequency is 5 Hz. The table II have the estimated parameters side by side with the software developed in [] and [2].

5 5 Table II Estimated Parameters of induction motor from Manufacturer data in table I Estimated Parameters Program [] Error (%) Magnitudes Program Rs=.2 Xsd=.638 Xm= R=.8 Xd=.52 R2=.5 Rs=.2 Xsd=.638 Xm=2.725 R=.8 Xd=.5 R2= PmFL=9.92 QFL= Ist/IFL= Tst/TFL=2.399 TM/TFL=3. ηfl= X2d=.39 X2d= Error (%) In the figures below the result of the developed program are represented by a black continuous line, while the PSS/E TM results are represented by a red continuous line. ) Single-Cage Validation Fig. 4 to Fig. 8 shows the response of the active power (P G6), reactive power (Q G6), voltage (V 6) and the speed deviation ( w) of the single-cage motor. The Table II shows the numerical results obtained by the two different programs. The results above for the estimation of the parameters from the manufacturer data represented in Table I are close and the error obtained to the magnitudes is small. B. Validation of the Dynamic Models To have the validation of the dynamic models, in Table III is given the results obtained in the load flow computation. In Fig.6 to Fig. 3 is given the simulation of the symmetric short circuit in Bus 4. This short circuit is cleared by removing a brunch connected to the faulted bus. Fig. 6 Single-Cage Active Power Fig. 5-Bus network Table III- Power Flow results for the 5-bus simulation Power Flow Results Bus Voltage [Pu] Angle [º] PG [MW] QG [Mvar] PL [MW] QL [Mvar]. Swing PV PQ PQ PQ PV Fig. 7 Single-Cage Reactive Power

6 6 Fig. 8 Single-Cage Voltage Fig. Double-Cage Active Power Fig. 9 Single-Cage speed deviation Fig. Double-Cage Reactive Power Before the fault until t= s, the system is stable how the Fig.4 to Fig. 9 shows. In the moment of the fault t= s, P G and Q G decreases and because of it the demand cannot be supplied. Then a mismatch between the mechanical and electrical torque occurs, which result in an increase of the speed machine. When the disturbance occurs, the voltage droops too to values near zero because of the low impedance caused by the sortcircuit. After clearance of the fault, all variables start to rise and oscillate close to the initial values and in t=2 s they reach its stationary and initial values. 2) Double-Cage Validation Fig. to Fig. 3 shows the response of the active power (P G6), reactive power (Q G6), voltage (V 6) and the speed deviation ( w) of the double-cage motor. Fig. 2 Double-Cage Voltage

7 7 APPENDIX Single-Cage Model Equations To the circuit of the Fig. the star equivalent circuit is considered and Thévenin was apply [], then Z th = + = R th + jx th R s + jx sd jx m (29) Fig. 3 Double-Cage speed deviation Also as in the single-cage case, the system until t= s is stable. In t= s, occurs the fault and the variables as shown in the figures above goes down. The P G6 and Q G6 decreases and with this the demand cannot be supplied. Then a mismatch between the mechanical and electrical torques occurs, which results in an increase of the speed machine. The voltage droops and goes to values near zero because of the low value of the impedance caused by the short-circuit. After clearance of the fault, all variables start to rise and oscillate close to the initial values and in t=2 s they reach its stationary and initial values. Where And { R th = real(z th ) X th = imag(z th ) V s = U 3 Z p (s) = + { R r /s + jx rd jx m Stator and rotor currents I s and I r in terms of slip s are (3) (3) V. CONCLUSION Through the observation of the results provided in section IV, it s possible to conclude that the estimation parameters for induction motors and the models implemented in the software that had been developed by students from Instituto Superior Técnico are correct and in concordant with PSS/E TM and the software in [2]. The results obtained to the estimation of induction motor parameters from the program developed and the program in [2] are similar and with low error. However, in some manufacturer data exists greater errors due do not be used the same relations K x and K r. The results obtained from the software and from the PSS/E TM are very close. Some errors are visible in the figures above. These errors are due mainly to the fact that variables have small values and shorts variations. Despite all of these errors and differences, the implementation of the software s presents precision very close to other simulation package with a commercial nature. V s I s (s) = R s + jx sd + Z p (s) I r (s) = Z p(s)i s (s) { R r /s + jx rd The torque in terms of slip is given by [] T(s) = 3p (I w r (s)) R 2 r s s (32) (33) Deriving (33) in order to s is obtained the value of slip which the breakdown torque is obtained s M = R th R r 2 + (X th + X rd ) 2 (34) Then, the expression for mechanical power, reactive power and breakdown torque required to estimate the error functions in (2) are P m (s FL ) = T(s FL ) w p p ( s FL) Q(s FL ) = 3 Imag{V s [I s (s FL )] } T(s { M ) = 3p R r (I w s s r (s M )) 2 M (35)

8 8 In the case of the double-cage model, Fig.2, like the singlecage model the star equivalent circuit is considered, then V s = U 3 Z p (s) = + + { R /s + jx d jx m R 2 /s + jx 2d (36) [4] Dr. Federico Milano, Power System Modelling and Scripting, Spain : ETSII, University os Castilla La Mancha [5] Pedro Araújo, Dynamic Simulations in Realistic-Size Networks. Lisboa: Instituto Superior Técnico, 2. [6] PSS/E, Program Application Guide 34., vol. II. [7] PSS/E, Model Library 34. Stator and rotor currents I s, I and I 2 in terms of slip is given by V s I s (s) = R s + jx sd + Z p (s) I (s) = Z p(s)i s (s) R /s + jx d I { 2 (s) = Z p(s)i s (s) R 2 /s + jx 2d (37) And the torque in terms of slip is T s (s) = 3p w s ((I (s)) 2 R s + (I 2(s)) 2 R 2 s ) (38) Then, the expression for mechanical power, reactive power, breakdown torque, starting torque and starting current required to estimate the error functions in (7) are P m (s FL ) = T(s FL ) w s p ( s FL) Q(s FL ) = 3 Imag{V s [I s (s FL )] } T(s M ) = 3p ((I w (s M )) 2 R + (I s s 2 (s M )) 2 R 2 ) M s M V s I s () = R s + jx sd + Z p () T() = 3p ((I { w ()) 2 R s + (I 2()) 2 R 2 ) (39) References [] Joaquín Pedra, On the Determination of Induction Motor Parameters from Manufacturer Data for Electromagnetic Trasient Programs, IEEE Transactions on Power Systems, Vol.23, No.4 November 28. [2] Joaquín Pedra and Felipe Corcoles, Estimation of Induction Motor Double-Cage Model Parameters From Manufacturer Data, IEEE Transactions on Energy Conversion, Vol.9, No.2 June 24. [3] José P. Sucena Paiva, Redes de Energia Eléctrica: uma Análise Sistémica. Lisboa: IST Press, 25.

A Simplified State Model for Wind Turbines

A Simplified State Model for Wind Turbines A Simplified State Model for Wind Turbines Nuno M. L. Bernardo Student nº55250 of Instituto Superior Técnico Technical University of Lisbon Lisbon, Portugal Abstract This thesis presents studies relatively

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

INDUCTION MOTOR MODEL AND PARAMETERS

INDUCTION MOTOR MODEL AND PARAMETERS APPENDIX C INDUCTION MOTOR MODEL AND PARAMETERS C.1 Dynamic Model of the Induction Motor in Stationary Reference Frame A three phase induction machine can be represented by an equivalent two phase machine

More information

CHAPTER 5 SIMULATION AND TEST SETUP FOR FAULT ANALYSIS

CHAPTER 5 SIMULATION AND TEST SETUP FOR FAULT ANALYSIS 47 CHAPTER 5 SIMULATION AND TEST SETUP FOR FAULT ANALYSIS 5.1 INTRODUCTION This chapter describes the simulation model and experimental set up used for the fault analysis. For the simulation set up, the

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

A Computer Application for Power System Control Studies

A Computer Application for Power System Control Studies A Computer Application for Power System Control Studies Dinis C. A. Bucho Student nº55262 of Instituto Superior Técnico Technical University of Lisbon Lisbon, Portugal Abstract - This thesis presents studies

More information

Parameter Estimation of Three Phase Squirrel Cage Induction Motor

Parameter Estimation of Three Phase Squirrel Cage Induction Motor International Conference On Emerging Trends in Mechanical and Electrical Engineering RESEARCH ARTICLE OPEN ACCESS Parameter Estimation of Three Phase Squirrel Cage Induction Motor Sonakshi Gupta Department

More information

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Electric Machines

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Electric Machines Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.685 Electric Machines Problem Set 10 Issued November 11, 2013 Due November 20, 2013 Problem 1: Permanent

More information

THREE-PHASE induction motors are widely used in industries

THREE-PHASE induction motors are widely used in industries IEEE TRANSACTIONS ON ENERGY CONVERSION, VOL. 23, NO. 4, DECEMBER 2008 997 Determination of NEMA Design Induction Motor Parameters From Manufacturer Data M. H. Haque, Senior Member, IEEE Abstract This paper

More information

MATLAB SIMULINK Based DQ Modeling and Dynamic Characteristics of Three Phase Self Excited Induction Generator

MATLAB SIMULINK Based DQ Modeling and Dynamic Characteristics of Three Phase Self Excited Induction Generator 628 Progress In Electromagnetics Research Symposium 2006, Cambridge, USA, March 26-29 MATLAB SIMULINK Based DQ Modeling and Dynamic Characteristics of Three Phase Self Excited Induction Generator A. Kishore,

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

Dynamic Modeling of Surface Mounted Permanent Synchronous Motor for Servo motor application

Dynamic Modeling of Surface Mounted Permanent Synchronous Motor for Servo motor application 797 Dynamic Modeling of Surface Mounted Permanent Synchronous Motor for Servo motor application Ritu Tak 1, Sudhir Y Kumar 2, B.S.Rajpurohit 3 1,2 Electrical Engineering, Mody University of Science & Technology,

More information

Improved Parameter Estimation Algorithms for Induction Motors

Improved Parameter Estimation Algorithms for Induction Motors Improved Parameter Estimation Algorithms for Induction Motors Julius Susanto A thesis submitted for the degree of Masters by Coursework (Electrical Utility Engineering) Department of Electrical and Computer

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

AC Induction Motor Stator Resistance Estimation Algorithm

AC Induction Motor Stator Resistance Estimation Algorithm 7th WSEAS International Conference on Electric Power Systems, High Voltages, Electric Machines, Venice, Italy, November 21-23, 27 86 AC Induction Motor Stator Resistance Estimation Algorithm PETR BLAHA

More information

ECE 325 Electric Energy System Components 7- Synchronous Machines. Instructor: Kai Sun Fall 2015

ECE 325 Electric Energy System Components 7- Synchronous Machines. Instructor: Kai Sun Fall 2015 ECE 325 Electric Energy System Components 7- Synchronous Machines Instructor: Kai Sun Fall 2015 1 Content (Materials are from Chapters 16-17) Synchronous Generators Synchronous Motors 2 Synchronous Generators

More information

EFFECTS OF LOAD AND SPEED VARIATIONS IN A MODIFIED CLOSED LOOP V/F INDUCTION MOTOR DRIVE

EFFECTS OF LOAD AND SPEED VARIATIONS IN A MODIFIED CLOSED LOOP V/F INDUCTION MOTOR DRIVE Nigerian Journal of Technology (NIJOTECH) Vol. 31, No. 3, November, 2012, pp. 365 369. Copyright 2012 Faculty of Engineering, University of Nigeria. ISSN 1115-8443 EFFECTS OF LOAD AND SPEED VARIATIONS

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

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 6. Induction Motors. Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Chapter 6. Induction Motors. Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 6 Induction Motors 1 The Development of Induced Torque in an Induction Motor Figure 6-6 The development of induced torque in an induction motor. (a) The rotating stator field B S induces a voltage

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

Approaches to the calculation of losses in power networks Study and test of different approximate methods to the calculation of losses

Approaches to the calculation of losses in power networks Study and test of different approximate methods to the calculation of losses Approaches to the calculation of losses in power networks Study and test of different approximate methods to the calculation of losses João Tiago Abelho dos Santos Calheiros Andrade Department of Electrical

More information

Dynamics of the synchronous machine

Dynamics of the synchronous machine ELEC0047 - Power system dynamics, control and stability Dynamics of the synchronous machine Thierry Van Cutsem t.vancutsem@ulg.ac.be www.montefiore.ulg.ac.be/~vct October 2018 1 / 38 Time constants and

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

Behaviour of synchronous machine during a short-circuit (a simple example of electromagnetic transients)

Behaviour of synchronous machine during a short-circuit (a simple example of electromagnetic transients) ELEC0047 - Power system dynamics, control and stability (a simple example of electromagnetic transients) Thierry Van Cutsem t.vancutsem@ulg.ac.be www.montefiore.ulg.ac.be/~vct October 2018 1 / 25 Objectives

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

MODELING AND SIMULATION OF ENGINE DRIVEN INDUCTION GENERATOR USING HUNTING NETWORK METHOD

MODELING AND SIMULATION OF ENGINE DRIVEN INDUCTION GENERATOR USING HUNTING NETWORK METHOD MODELING AND SIMULATION OF ENGINE DRIVEN INDUCTION GENERATOR USING HUNTING NETWORK METHOD K. Ashwini 1, G. N. Sreenivas 1 and T. Giribabu 2 1 Department of Electrical and Electronics Engineering, JNTUH

More information

Lesson 17: Synchronous Machines

Lesson 17: Synchronous Machines Lesson 17: Synchronous Machines ET 332b Ac Motors, Generators and Power Systems Lesson 17_et332b.pptx 1 Learning Objectives After this presentation you will be able to: Explain how synchronous machines

More information

Steady State Performance of Doubly Fed Induction Generator Used in Wind Power Generation

Steady State Performance of Doubly Fed Induction Generator Used in Wind Power Generation Steady State Performance of Doubly Fed Induction Generator Used in Wind Power Generation Indubhushan Kumar Mewar University Department of Electrical Engineering Chittorgarh, Rajasthan-312902 Abstract:

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

DEVELOPMENT OF DIRECT TORQUE CONTROL MODELWITH USING SVI FOR THREE PHASE INDUCTION MOTOR

DEVELOPMENT OF DIRECT TORQUE CONTROL MODELWITH USING SVI FOR THREE PHASE INDUCTION MOTOR DEVELOPMENT OF DIRECT TORQUE CONTROL MODELWITH USING SVI FOR THREE PHASE INDUCTION MOTOR MUKESH KUMAR ARYA * Electrical Engg. Department, Madhav Institute of Technology & Science, Gwalior, Gwalior, 474005,

More information

Introduction to Synchronous. Machines. Kevin Gaughan

Introduction to Synchronous. Machines. Kevin Gaughan Introduction to Synchronous Machines Kevin Gaughan The Synchronous Machine An AC machine (generator or motor) with a stator winding (usually 3 phase) generating a rotating magnetic field and a rotor carrying

More information

Generators. What its all about

Generators. What its all about Generators What its all about How do we make a generator? Synchronous Operation Rotor Magnetic Field Stator Magnetic Field Forces and Magnetic Fields Force Between Fields Motoring Generators & motors are

More information

AN EFFICIENT APPROACH FOR ANALYSIS OF ISOLATED SELF EXCITED INDUCTION GENERATOR

AN EFFICIENT APPROACH FOR ANALYSIS OF ISOLATED SELF EXCITED INDUCTION GENERATOR AN EFFICIENT APPROACH FOR ANALYSIS OF ISOLATED SELF EXCITED INDUCTION GENERATOR Deepika 1, Pankaj Mehara Assistant Professor, Dept. of EE, DCRUST, Murthal, India 1 PG Student, Dept. of EE, DCRUST, Murthal,

More information

Transient Analysis of Three Phase Squirrel Cage Induction Machine using Matlab

Transient Analysis of Three Phase Squirrel Cage Induction Machine using Matlab Transient Analysis of Three Phase Squirrel Cage Induction Machine using Matlab Mukesh Kumar Arya*, Dr.Sulochana Wadhwani** *( Department of Electrical Engineering, Madhav Institute of Technology & Science,

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

CHAPTER 3 ANALYSIS OF THREE PHASE AND SINGLE PHASE SELF-EXCITED INDUCTION GENERATORS

CHAPTER 3 ANALYSIS OF THREE PHASE AND SINGLE PHASE SELF-EXCITED INDUCTION GENERATORS 26 CHAPTER 3 ANALYSIS OF THREE PHASE AND SINGLE PHASE SELF-EXCITED INDUCTION GENERATORS 3.1. INTRODUCTION Recently increase in energy demand and limited energy sources in the world caused the researchers

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

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

Equivalent Circuits with Multiple Damper Windings (e.g. Round rotor Machines)

Equivalent Circuits with Multiple Damper Windings (e.g. Round rotor Machines) Equivalent Circuits with Multiple Damper Windings (e.g. Round rotor Machines) d axis: L fd L F - M R fd F L 1d L D - M R 1d D R fd R F e fd e F R 1d R D Subscript Notations: ( ) fd ~ field winding quantities

More information

Control of Wind Turbine Generators. James Cale Guest Lecturer EE 566, Fall Semester 2014 Colorado State University

Control of Wind Turbine Generators. James Cale Guest Lecturer EE 566, Fall Semester 2014 Colorado State University Control of Wind Turbine Generators James Cale Guest Lecturer EE 566, Fall Semester 2014 Colorado State University Review from Day 1 Review Last time, we started with basic concepts from physics such as

More information

EE 742 Chapter 3: Power System in the Steady State. Y. Baghzouz

EE 742 Chapter 3: Power System in the Steady State. Y. Baghzouz EE 742 Chapter 3: Power System in the Steady State Y. Baghzouz Transmission Line Model Distributed Parameter Model: Terminal Voltage/Current Relations: Characteristic impedance: Propagation constant: π

More information

Electromagnetic Torque From Event Report Data A Measure of Machine Performance

Electromagnetic Torque From Event Report Data A Measure of Machine Performance Electromagnetic Torque From Event Report Data A Measure of Machine Performance Derrick Haas and Dale Finney Schweitzer Engineering Laboratories, Inc. 7 SEL Overview Electromagnetic torque calculation Modeling

More information

Mathematical Modelling of an 3 Phase Induction Motor Using MATLAB/Simulink

Mathematical Modelling of an 3 Phase Induction Motor Using MATLAB/Simulink 2016 IJSRSET Volume 2 Issue 3 Print ISSN : 2395-1990 Online ISSN : 2394-4099 Themed Section: Engineering and Technology Mathematical Modelling of an 3 Phase Induction Motor Using MATLAB/Simulink ABSTRACT

More information

Unified Power System Analyses and Models using Equivalent Circuit Formulation

Unified Power System Analyses and Models using Equivalent Circuit Formulation Unified Power System Analyses and Models using Equivalent Circuit Formulation Amritanshu Pandey, Marko Jereminov, Xin Li, Gabriela Hug, Larry Pileggi Dept. of Electrical and Computer Engineering Carnegie

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

Electric Machines I Three Phase Induction Motor. Dr. Firas Obeidat

Electric Machines I Three Phase Induction Motor. Dr. Firas Obeidat Electric Machines I Three Phase Induction Motor Dr. Firas Obeidat 1 Table of contents 1 General Principles 2 Construction 3 Production of Rotating Field 4 Why Does the Rotor Rotate 5 The Slip and Rotor

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

Anakapalli Andhra Pradesh, India I. INTRODUCTION

Anakapalli Andhra Pradesh, India I. INTRODUCTION Robust MRAS Based Sensorless Rotor Speed Measurement of Induction Motor against Variations in Stator Resistance Using Combination of Back Emf and Reactive Power Methods Srikanth Mandarapu Pydah College

More information

Conventional Asynchronous Wind Turbine Models

Conventional Asynchronous Wind Turbine Models Conventional Asynchronous Wind Turbine Models Mathematical Expressions for the Load Flow Analysis Andrés Feijóo 1, José Luis Pazos 2, and Daniel Villanueva 3 1-3 Departamento de Enxeñería Eléctrica, Universidade

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

From now, we ignore the superbar - with variables in per unit. ψ ψ. l ad ad ad ψ. ψ ψ ψ

From now, we ignore the superbar - with variables in per unit. ψ ψ. l ad ad ad ψ. ψ ψ ψ From now, we ignore the superbar - with variables in per unit. ψ 0 L0 i0 ψ L + L L L i d l ad ad ad d ψ F Lad LF MR if = ψ D Lad MR LD id ψ q Ll + Laq L aq i q ψ Q Laq LQ iq 41 Equivalent Circuits for

More information

PERFORMANCE ANALYSIS OF DIRECT TORQUE CONTROL OF 3-PHASE INDUCTION MOTOR

PERFORMANCE ANALYSIS OF DIRECT TORQUE CONTROL OF 3-PHASE INDUCTION MOTOR PERFORMANCE ANALYSIS OF DIRECT TORQUE CONTROL OF 3-PHASE INDUCTION MOTOR 1 A.PANDIAN, 2 Dr.R.DHANASEKARAN 1 Associate Professor., Department of Electrical and Electronics Engineering, Angel College of

More information

Mathematical MATLAB Model and Performance Analysis of Asynchronous Machine

Mathematical MATLAB Model and Performance Analysis of Asynchronous Machine Mathematical MATLAB Model and Performance Analysis of Asynchronous Machine Bikram Dutta 1, Suman Ghosh 2 Assistant Professor, Dept. of EE, Guru Nanak Institute of Technology, Kolkata, West Bengal, India

More information

Mathematical Modelling of Permanent Magnet Synchronous Motor with Rotor Frame of Reference

Mathematical Modelling of Permanent Magnet Synchronous Motor with Rotor Frame of Reference Mathematical Modelling of Permanent Magnet Synchronous Motor with Rotor Frame of Reference Mukesh C Chauhan 1, Hitesh R Khunt 2 1 P.G Student (Electrical),2 Electrical Department, AITS, rajkot 1 mcchauhan1@aits.edu.in

More information

Comparative Study of Synchronous Machine, Model 1.0 and Model 1.1 in Transient Stability Studies with and without PSS

Comparative Study of Synchronous Machine, Model 1.0 and Model 1.1 in Transient Stability Studies with and without PSS Comparative Study of Synchronous Machine, Model 1.0 and Model 1.1 in Transient Stability Studies with and without PSS Abhijit N Morab, Abhishek P Jinde, Jayakrishna Narra, Omkar Kokane Guide: Kiran R Patil

More information

The synchronous machine (detailed model)

The synchronous machine (detailed model) ELEC0029 - Electric Power System Analysis The synchronous machine (detailed model) Thierry Van Cutsem t.vancutsem@ulg.ac.be www.montefiore.ulg.ac.be/~vct February 2018 1 / 6 Objectives The synchronous

More information

QUESTION BANK ENGINEERS ACADEMY. Power Systems Power System Stability 1

QUESTION BANK ENGINEERS ACADEMY. Power Systems Power System Stability 1 ower ystems ower ystem tability QUETION BANK. A cylindrical rotor generator delivers 0.5 pu power in the steady-state to an infinite bus through a transmission line of reactance 0.5 pu. The generator no-load

More information

MODELING AND HIGH-PERFORMANCE CONTROL OF ELECTRIC MACHINES

MODELING AND HIGH-PERFORMANCE CONTROL OF ELECTRIC MACHINES MODELING AND HIGH-PERFORMANCE CONTROL OF ELECTRIC MACHINES JOHN CHIASSON IEEE PRESS ü t SERIES ON POWER ENGINEERING IEEE Press Series on Power Engineering Mohamed E. El-Hawary, Series Editor The Institute

More information

Chapter 5 Three phase induction machine (1) Shengnan Li

Chapter 5 Three phase induction machine (1) Shengnan Li Chapter 5 Three phase induction machine (1) Shengnan Li Main content Structure of three phase induction motor Operating principle of three phase induction motor Rotating magnetic field Graphical representation

More information

SIMULATION OF STEADY-STATE PERFORMANCE OF THREE PHASE INDUCTION MOTOR BY MATLAB

SIMULATION OF STEADY-STATE PERFORMANCE OF THREE PHASE INDUCTION MOTOR BY MATLAB olume No.0, Issue No. 08, August 014 ISSN (online): 48 7550 SIMULATION OF STEADY-STATE PERFORMANCE OF THREE PHASE INDUCTION MOTOR BY MATLAB Harish Kumar Mishra 1, Dr.Anurag Tripathi 1 Research Scholar,

More information

JRE SCHOOL OF Engineering

JRE SCHOOL OF Engineering JRE SCHOOL OF Engineering Class Test-1 Examinations September 2014 Subject Name Electromechanical Energy Conversion-II Subject Code EEE -501 Roll No. of Student Max Marks 30 Marks Max Duration 1 hour Date

More information

DYNAMIC RESPONSE OF A GROUP OF SYNCHRONOUS GENERATORS FOLLOWING DISTURBANCES IN DISTRIBUTION GRID

DYNAMIC RESPONSE OF A GROUP OF SYNCHRONOUS GENERATORS FOLLOWING DISTURBANCES IN DISTRIBUTION GRID Engineering Review Vol. 36 Issue 2 8-86 206. 8 DYNAMIC RESPONSE OF A GROUP OF SYNCHRONOUS GENERATORS FOLLOWING DISTURBANCES IN DISTRIBUTION GRID Samir Avdaković * Alija Jusić 2 BiH Electrical Utility Company

More information

TRANSIENT ANALYSIS OF SELF-EXCITED INDUCTION GENERATOR UNDER BALANCED AND UNBALANCED OPERATING CONDITIONS

TRANSIENT ANALYSIS OF SELF-EXCITED INDUCTION GENERATOR UNDER BALANCED AND UNBALANCED OPERATING CONDITIONS TRANSIENT ANALYSIS OF SELF-EXCITED INDUCTION GENERATOR UNDER BALANCED AND UNBALANCED OPERATING CONDITIONS G. HARI BABU Assistant Professor Department of EEE Gitam(Deemed to be University), Visakhapatnam

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

A Novel Adaptive Estimation of Stator and Rotor Resistance for Induction Motor Drives

A Novel Adaptive Estimation of Stator and Rotor Resistance for Induction Motor Drives A Novel Adaptive Estimation of Stator and Rotor Resistance for Induction Motor Drives Nagaraja Yadav Ponagani Asst.Professsor, Department of Electrical & Electronics Engineering Dhurva Institute of Engineering

More information

University of Jordan Faculty of Engineering & Technology Electric Power Engineering Department

University of Jordan Faculty of Engineering & Technology Electric Power Engineering Department University of Jordan Faculty of Engineering & Technology Electric Power Engineering Department EE471: Electrical Machines-II Tutorial # 2: 3-ph Induction Motor/Generator Question #1 A 100 hp, 60-Hz, three-phase

More information

Prince Sattam bin Abdulaziz University College of Engineering. Electrical Engineering Department EE 3360 Electrical Machines (II)

Prince Sattam bin Abdulaziz University College of Engineering. Electrical Engineering Department EE 3360 Electrical Machines (II) Chapter # 4 Three-Phase Induction Machines 1- Introduction (General Principles) Generally, conversion of electrical power into mechanical power takes place in the rotating part of an electric motor. In

More information

Design of PSS and SVC Controller Using PSO Algorithm to Enhancing Power System Stability

Design of PSS and SVC Controller Using PSO Algorithm to Enhancing Power System Stability IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 10, Issue 2 Ver. II (Mar Apr. 2015), PP 01-09 www.iosrjournals.org Design of PSS and SVC Controller

More information

Time-Harmonic Modeling of Squirrel-Cage Induction Motors: A Circuit-Field Coupled Approach

Time-Harmonic Modeling of Squirrel-Cage Induction Motors: A Circuit-Field Coupled Approach Time-Harmonic Modeling of Squirrel-Cage Induction Motors: A Circuit-Field Coupled Approach R. Escarela-Perez 1,3 E. Melgoza 2 E. Campero-Littlewood 1 1 División de Ciencias Básicas e Ingeniería, Universidad

More information

Dynamic d-q Model of Induction Motor Using Simulink

Dynamic d-q Model of Induction Motor Using Simulink Dynamic d-q Model of Induction Motor Using Simulink Anand Bellure #1, Dr. M.S Aspalli #2, #1,2 Electrical and Electronics Engineering Department, Poojya Doddappa Appa College of Engineering, Gulbarga,

More information

Steady State Modeling of Doubly Fed Induction Generator

Steady State Modeling of Doubly Fed Induction Generator Steady State Modeling of Douly Fed Induction Generator Bhola Jha 1, Dr. K. R. M Rao 2 1 Dept. of Electrical Engg., G. B. Pant Engg. College, Pauri-Garhwal, India 2 Dept. of Electrical Engg., M. J. College

More information

Power System Stability GENERATOR CONTROL AND PROTECTION

Power System Stability GENERATOR CONTROL AND PROTECTION Power System Stability Outline Basis for Steady-State Stability Transient Stability Effect of Excitation System on Stability Small Signal Stability Power System Stabilizers Speed Based Integral of Accelerating

More information

International Journal of Advance Engineering and Research Development SIMULATION OF FIELD ORIENTED CONTROL OF PERMANENT MAGNET SYNCHRONOUS MOTOR

International Journal of Advance Engineering and Research Development SIMULATION OF FIELD ORIENTED CONTROL OF PERMANENT MAGNET SYNCHRONOUS MOTOR Scientific Journal of Impact Factor(SJIF): 3.134 e-issn(o): 2348-4470 p-issn(p): 2348-6406 International Journal of Advance Engineering and Research Development Volume 2,Issue 4, April -2015 SIMULATION

More information

Generalized Theory of Electrical Machines- A Review

Generalized Theory of Electrical Machines- A Review Generalized Theory of Electrical Machines- A Review Dr. Sandip Mehta Department of Electrical and Electronics Engineering, JIET Group of Institutions, Jodhpur Abstract:-This paper provides an overview

More information

CHAPTER 6 STEADY-STATE ANALYSIS OF SINGLE-PHASE SELF-EXCITED INDUCTION GENERATORS

CHAPTER 6 STEADY-STATE ANALYSIS OF SINGLE-PHASE SELF-EXCITED INDUCTION GENERATORS 79 CHAPTER 6 STEADY-STATE ANALYSIS OF SINGLE-PHASE SELF-EXCITED INDUCTION GENERATORS 6.. INTRODUCTION The steady-state analysis of six-phase and three-phase self-excited induction generators has been presented

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

Inertia Identification and Auto-Tuning. of Induction Motor Using MRAS

Inertia Identification and Auto-Tuning. of Induction Motor Using MRAS Inertia Identification and Auto-Tuning of Induction Motor Using MRAS Yujie GUO *, Lipei HUANG *, Yang QIU *, Masaharu MURAMATSU ** * Department of Electrical Engineering, Tsinghua University, Beijing,

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.7 International Journal of Advance Engineering and Research Development Volume 4, Issue 5, May-07 e-issn (O): 348-4470 p-issn (P): 348-6406 Mathematical modeling

More information

REAL TIME CONTROL OF DOUBLY FED INDUCTION GENERATOR. Benmeziane Meriem, Zebirate Soraya, Chaker Abelkader Laboratory SCAMRE, ENPO, Oran, Algeria

REAL TIME CONTROL OF DOUBLY FED INDUCTION GENERATOR. Benmeziane Meriem, Zebirate Soraya, Chaker Abelkader Laboratory SCAMRE, ENPO, Oran, Algeria REAL TIME CONTROL OF DOUBLY FED INDUCTION GENERATOR Benmeziane Meriem, Zebirate Soraya, Chaker Abelkader Laboratory SCAMRE, ENPO, Oran, Algeria This paper presents a real time simulation method of wind

More information

Eigenvalue Analysis of Subsynchronous Resonance Study in Series Compensated Wind Farm

Eigenvalue Analysis of Subsynchronous Resonance Study in Series Compensated Wind Farm e-issn: 2349-9745 p-issn: 2393-8161 Scientific Journal Impact Factor (SJIF): 1.711 International Journal of Modern Trends in Engineering and Research www.ijmter.com Eigenvalue Analysis of Subsynchronous

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

Comparative Analysis of an integration of a Wind Energy Conversion System of PMSG and DFIG Models Connected to Power Grid

Comparative Analysis of an integration of a Wind Energy Conversion System of PMSG and DFIG Models Connected to Power Grid International Journal of Electrical Engineering. ISSN 0974-2158 Volume 6, Number 3 (2013), pp. 231-248 International Research Publication House http://www.irphouse.com Comparative Analysis of an integration

More information

Dynamic Modelling of Induction Motor Squirrel Cage for Different Shapes of Rotor Deep Bars with Estimation of the Skin Effect

Dynamic Modelling of Induction Motor Squirrel Cage for Different Shapes of Rotor Deep Bars with Estimation of the Skin Effect Progress In Electromagnetics Research M, Vol 59, 147 160, 2017 Dynamic Modelling of Induction Motor Squirrel Cage for Different Shapes of Rotor Deep Bars with Estimation of the Skin Effect Zakari Maddi

More information

(Refer Slide Time: 00:55) Friends, today we shall continue to study about the modelling of synchronous machine. (Refer Slide Time: 01:09)

(Refer Slide Time: 00:55) Friends, today we shall continue to study about the modelling of synchronous machine. (Refer Slide Time: 01:09) (Refer Slide Time: 00:55) Power System Dynamics Prof. M. L. Kothari Department of Electrical Engineering Indian Institute of Technology, Delhi Lecture - 09 Modelling of Synchronous Machine (Contd ) Friends,

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

A Comparative Analysis of Three Phase Induction Motor Performance Evaluation

A Comparative Analysis of Three Phase Induction Motor Performance Evaluation RESEARCH ARTICLE International Journal of Engineering and Techniques - Volume 2 Issue 3, May June 216 OPEN ACCESS A Comparative Analysis of Three Phase Induction Motor Performance Evaluation 1 France O.

More information

Control of a Doubly Fed Induction Machine Wind Power Generator with Rotor Side Matrix Converter

Control of a Doubly Fed Induction Machine Wind Power Generator with Rotor Side Matrix Converter Control of a Doubly Fed Induction Machine Wind Power Generator with Rotor Side Matrix Converter Ricardo Jorge Pires dos Santos Abstract A method for control of a doubly fed induction machine (DFIM) in

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

Examples of Applications of Potential Functions in Problem Solving (Web Appendix to the Paper)

Examples of Applications of Potential Functions in Problem Solving (Web Appendix to the Paper) Examples of Applications of otential Functions in roblem Solving (Web Appendix to the aper) Ali Mehrizi-Sani and Reza Iravani May 5, 2010 1 Introduction otential functions may be exploited to formulate

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

Nonlinear Electrical FEA Simulation of 1MW High Power. Synchronous Generator System

Nonlinear Electrical FEA Simulation of 1MW High Power. Synchronous Generator System Nonlinear Electrical FEA Simulation of 1MW High Power Synchronous Generator System Jie Chen Jay G Vaidya Electrodynamics Associates, Inc. 409 Eastbridge Drive, Oviedo, FL 32765 Shaohua Lin Thomas Wu ABSTRACT

More information

Chapter 9: Transient Stability

Chapter 9: Transient Stability Chapter 9: Transient Stability 9.1 Introduction The first electric power system was a dc system built by Edison in 1882. The subsequent power systems that were constructed in the late 19 th century were

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

Micro-grid to System Synchronization Based on Pre-Insertion Impedance Method (Version 1.0) By Peter Zhou University of Alberta Jan 30 th, 2015

Micro-grid to System Synchronization Based on Pre-Insertion Impedance Method (Version 1.0) By Peter Zhou University of Alberta Jan 30 th, 2015 Micro-grid to System Synchronization Based on Pre-Insertion Impedance Method (Version 1.0) By Peter Zhou University of Alberta Jan 30 th, 2015 Outline 1. What is Synchronization? 2. Synchronization Concerns?

More information

Synchronous Machines

Synchronous Machines Synchronous Machines Synchronous Machines n 1 Φ f n 1 Φ f I f I f I f damper (run-up) winding Stator: similar to induction (asynchronous) machine ( 3 phase windings that forms a rotational circular magnetic

More information

3 d Calculate the product of the motor constant and the pole flux KΦ in this operating point. 2 e Calculate the torque.

3 d Calculate the product of the motor constant and the pole flux KΦ in this operating point. 2 e Calculate the torque. Exam Electrical Machines and Drives (ET4117) 11 November 011 from 14.00 to 17.00. This exam consists of 5 problems on 4 pages. Page 5 can be used to answer problem 4 question b. The number before a question

More information

A simple model based control of self excited induction generators over a wide speed range

A simple model based control of self excited induction generators over a wide speed range ISSN 1 746-7233, England, UK World Journal of Modelling and Simulation Vol. 10 (2014) No. 3, pp. 206-213 A simple model based control of self excited induction generators over a wide speed range Krishna

More information

Modelling and Simulation of Direct Self-Control Systems*

Modelling and Simulation of Direct Self-Control Systems* Int. J. Engng Ed. Vol. 19, No., pp. ±, 003 099-19X/91 $3.00+0.00 Printed in Great Britain. # 003 TEMPUS Publications. Modelling and Simulation of Direct Self-Control Systems* K. L. SHI, T. F. CHAN, Y.

More information

Project 1: Analysis of an induction machine using a FEM based software EJ Design of Electrical Machines

Project 1: Analysis of an induction machine using a FEM based software EJ Design of Electrical Machines Project : Analysis of an induction machine using a FEM based software General instructions In this assignment we will analyze an induction machine using Matlab and the freely available finite element software

More information