MATLAB SYMBOLIC COMPUTATION FOR THE STEADY STATE MODELING OF SYMMETRICALLY LOADED SELF EXCITED INDUCTION GENERATOR. Gurung K., Freere P.

Size: px
Start display at page:

Download "MATLAB SYMBOLIC COMPUTATION FOR THE STEADY STATE MODELING OF SYMMETRICALLY LOADED SELF EXCITED INDUCTION GENERATOR. Gurung K., Freere P."

Transcription

1 TB BO OPUTTON O THE TED TTE ODENG O ET ODED E ETED NDUTON GENETO Gurung K., reere P. Department of Electrical and Electronics Engineering Kathmandu Uniersity, P.O.Box: 650, Kathmandu, Nepal orresponding uthor E-ail: krishna@ku.edu.np BTT This paper presents the use of atlab symbolic computation technique to model and simulate self excited induction generator. n this technique, the computer itself carries out both the tedious job of deriing the complex coefficients of the polynomial equations and soling them. Hence the modeling and programming becomes ery simple yet ersatile. Good agreement between the results obtained from the conentional method and that obtained using symbolic computation alidates the effectieness of this new technique. Key words: ymbolic computation, induction generator, self excitation. NTODUTON elf excited induction generators (EG) hae become ery popular in micro and pico hydro systems of Nepal. This is mainly because they are robust, easily aailable and inexpensie. They require little maintenance and hence are ery much suitable for remote area applications. Both the frequency and magnetizing retance of EG ary with load in order to maintain an ext balance of tie and retie power ross the air gap. Hence, it is a crucial step in the steady state analysis of a EG to determine the per unit frequency and the magnetizing retance m for gien mhine parameters, speed, excitation capitance and load impedance []. The balance of tie and retie power ross the air gap can be realized by equating the real and imaginary terms of total admittances, connected ross the terminal representing air gap, respectiely to zero. The usual prtice is to derie the complex coefficients of the non-linear equations manually and sole them using numerical methods. The mathematical manipulations required are tedious, time consuming and liable to human error. t requires tremendous human effort for curate programming and debugging. The model lks flexibility as the coefficients are alid only for a gien circuit configuration. nclusion of the core loss resistance or load inductance will increase the order of the equations. The aboe shortcomings can be oercome by the use of symbolic computation technique in atlab. The symbolic computation technique allows one to sole the EG goerning equations without haing to derie the complex coefficients of polynomial equations manually. single command sole can be used to sole multiple equations and the user does not need to bother about the numerical methods inoled. This makes the modeling and simulation of EG ery simple yet ersatile. Good agreement between the results obtained

2 from the conentional method and that obtained using symbolic computation alidates the effectieness of this new technique. teady state modeling of self excited induction generator ost of the steady state models of EG deeloped by different researchers are based on per phase equialent circuit. These models use the following two basic methods; i) oop impedance method and ii) Nodal admittance method. The steady state model based on nodal admittance method and used in [] is presented here. This model makes assumptions that the load is purely resistie, core loss component is neglected and the mhine parameters (except for magnetizing retance) remain constant. igure. Per phase equialent circuit of EG igure. aboe shows the per phase equialent circuit of EG, where the different symbols represent: s,, p.u. stator, rotor and load resistances respectiely s,,, p.u stator, rotor, magnetizing and excitation retances respectiely s,,,, p.u stator, rotor, magnetizing, load and excitation admittances respectiely. p.u.frequency p.u. rotor speed s,, p.u. stator, rotor and load currents respectiely Eg, Vt p.u. air gap and load terminal oltage respectiely The total current at node a in the aboe figure can be written as E ( ) 0..()

3 Where ( ) ( / ) ( / ) ( / ).() Under self-excitation E 0, therefore sum of total admittance connected ross the air gap must be zero i.e. 0..() s the admittances are complex quantities, the real and imaginary parts of equation can be equated to zero. Therefore, eal( ) 0 mag( ) 0..(4)..(5) or gien alue of shaft speed, generator parameters, excitation capitance and load impedance, solution of equation 4 gies the p.u. output frequency. The corresponding alue of magnetizing retance can then be found from equation 5 using the alue of obtained from 4. fter determining the alues of and, the air gap oltage Eg can be determined using the experimentally obtained magnetization cure, which relates Eg/ and. Now, different quantities can be calculated using the following relations describing figure. E g / E g / V t..(6) P in P out

4 onentional solution methods n the conentional methods, complex coefficients of equations 4 and 5 are manually deried and then soled using numerical methods. n the aboe example, equations 4 and 5 can be simplified to equations 6 and 7 respectiely (7) )] /( [..(8) where (9) ( ) [ ] bc ( ) bc bc bc Disadantages of conentional solution methods lthough the conentional methods are effectie in simulating the EG performance, they hae common disadantages as correctly pointed out by T.. han in [] and []. They can be listed out as:. ll the coefficients of the non-linear equations or a higher order polynomial need to be deried manually. The mathematical manipulations are tedious, time-consuming and prone to human errors.. The expressions for the coefficients are ery long and complicated, which require tremendous human effort for curate programming and debugging.

5 . The model lks flexibility as the coefficients are alid only for a gien circuit configuration. or example, inclusion of the core-loss resistance or the addition of compensation capitie retance will change the order of the equations. any researchers hae proposed different techniques to tkle these problems recently [-5]. Howeer they still require some degree of manual manipulation of the mathematical equations before these techniques are applied. This paper proposes a noel technique using TB symbolic computation, which eliminates all the aboe problems. ymbolic computation in atlab TB can compute on symbolic ariables just as on constants. This exempts one from the tedious job of manual manipulation of the complex equations to obtain the final two equations 7 and 8. t can also sole seeral simultaneous equations hence the user does not need to use numerical methods to sole the complex equations 7 and 8 obtained after the manipulation. ince TB performs both the jobs, steady state modeling and simulation of EG becomes ery simple and effectie [6]. ew simple examples below illustrate the symbolic computation that can be done in TB (ersion 6.5 or aboe). ommand eturns syms a b creates two symbolic ariables a & b. x (a b)^ x (a b) x expand(x) x a ab b y (a - b)^ y (a - b) y expand(y) y a - ab b z x^ y^ z (a ab b ) (a - ab b ) z simple (z) z a 4 a b b 4 Equation can be written down in the similar fashion. imilarly, the following commands can be used to sole the Z for a and b if the Z happens to be a complex quantity which is true for equation. ommand eturns - Equates real terms of Z to zero. zreal real(z) - assigns the equation name as zreal. zimag imag(z) - Equates imaginary terms of Z to zero. - ssigns the equation name as zimag.

6 [a,b] sole( zreal, zimag) oles zreal and zimag for a and b a double(a) eturns the numeric alues of a and b b double(b) n this way equation can be soled directly using atlab ymbolic omputation technique. This exempts one from haing to manually derie equations 7 and 8 and using numerical methods to sole them. EUT ND DUON n order to erify the alidity of the new technique the generator equialent circuit used in [] was simulated using atlab symbolic computation and the results were compared with the one obtained from the conentional method. The EG used for this purpose is a -phase, 4- pole, 60 Hz, kw, 80V,.7, -connected squirrel cage induction mhine whose per phase equialent circuit parameters in pu are: nd the magnetization cure is represented mathematically as E g ; 0 <. (0) < The oltage regulation cure of the EG for different loading at constant speed (rated) from both the methods are plotted in the figure below. 00 EG Voltage egulation cure Terminal oltage() symbolic computation onentional method with core loss oad current() igure. Voltage regulation cure of EG rom the figure, it can be seen that the results obtained using the symbolic computation technique is in good agreement with that obtained from the conentional method. t also demonstrates the effect of adding a core loss component to the EG equialent circuit. While the effect of core loss can be significant for more curate analysis, it cannot be included in the conentional method without significantly increasing the complexity in the mathematical manipulation required. On the other hand it can be included in the symbolic computation technique with much ease.

7 ONUON rom the aboe results it can be concluded that the atlab ymbolic computation technique is ery effectie for the simulation of EG. This technique has the adantage that there is no need to manually derie the complex coefficients of the polynomial equations. t also exempts one from using complex numerical methods to sole the polynomial equations. odeling becomes ery simple yet ersatile. ore loss and other component can be included easily. The programming and debugging become ery easy. EEENE. han T.., 995. nalysis of elf-excited nduction Generators Using an teratie ethod. EEE transtion on Energy onersion, 0(), nagreh.n. 00. Tehing the elf Excited nduction Generator using TB, nternational Journal of Electrical Engineering Education, 40() han T.., 994. teady tate nalysis of elf-excited nduction Generators, EEE transtion on Energy onersion, 9(, andhu K.., 00. teratie odel for the nalysis of elf-excited nduction Generators, Electric Power omponents and ystems,, Nigim K.., alama..., Kazerani. 00. oling polynomial algebraic equations of the stand alone induction generator. nternational Journal of Electrical Engineering Education, 40(), Gurung K., reere P., 006. Three phase self excited induction generator with a single phase load... esearch Thesis, Kathmandu Uniersity.

CHAPTER 2 CAPACITANCE REQUIREMENTS OF SIX-PHASE SELF-EXCITED INDUCTION GENERATORS

CHAPTER 2 CAPACITANCE REQUIREMENTS OF SIX-PHASE SELF-EXCITED INDUCTION GENERATORS 9 CHAPTER 2 CAPACITANCE REQUIREMENTS OF SIX-PHASE SELF-EXCITED INDUCTION GENERATORS 2.. INTRODUCTION Rapidly depleting rate of conventional energy sources, has led the scientists to explore the possibility

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

CHAPTER 5 STEADY-STATE ANALYSIS OF THREE-PHASE SELF-EXCITED INDUCTION GENERATORS

CHAPTER 5 STEADY-STATE ANALYSIS OF THREE-PHASE SELF-EXCITED INDUCTION GENERATORS 6 CHAPTER 5 STEADY-STATE ANALYSIS OF THREE-PHASE SELF-EXCITED INDUCTION GENERATORS 5.. INTRODUCTION The steady-state analysis of six-phase SEIG has been discussed in the previous chapters. In this chapter,

More information

Transmission lines using a distributed equivalent circuit

Transmission lines using a distributed equivalent circuit Cambridge Uniersity Press 978-1-107-02600-1 - Transmission Lines Equialent Circuits, Electromagnetic Theory, and Photons Part 1 Transmission lines using a distributed equialent circuit in this web serice

More information

Parameters Identification of Equivalent Circuit Diagrams for Li-Ion Batteries

Parameters Identification of Equivalent Circuit Diagrams for Li-Ion Batteries Parameters Identification of Equialent Circuit Diagrams for Li-Ion eries Ahmad ahmoun, Helmuth Biechl Uniersity of Applied ciences Kempten Ahmad.ahmoun@stud.fh-empten.de, biechl@fh-empten.de Abstract-eries

More information

Chapter 4: Techniques of Circuit Analysis

Chapter 4: Techniques of Circuit Analysis Chapter 4: Techniques of Circuit Analysis This chapter gies us many useful tools for soling and simplifying circuits. We saw a few simple tools in the last chapter (reduction of circuits ia series and

More information

Chapter 6: Operational Amplifiers

Chapter 6: Operational Amplifiers Chapter 6: Operational Amplifiers Circuit symbol and nomenclature: An op amp is a circuit element that behaes as a VCVS: The controlling oltage is in = and the controlled oltage is such that 5 5 A where

More information

Chapter 2 Resistive Circuits

Chapter 2 Resistive Circuits Chapter esistie Circuits Goal. Sole circuits by combining resistances in Series and Parallel.. Apply the Voltage-Diision and Current-Diision Principles.. Sole circuits by the Node-Voltage Technique.. Sole

More information

Chapter 5 Solution P5.2-2, 3, 6 P5.3-3, 5, 8, 15 P5.4-3, 6, 8, 16 P5.5-2, 4, 6, 11 P5.6-2, 4, 9

Chapter 5 Solution P5.2-2, 3, 6 P5.3-3, 5, 8, 15 P5.4-3, 6, 8, 16 P5.5-2, 4, 6, 11 P5.6-2, 4, 9 Chapter 5 Solution P5.2-2, 3, 6 P5.3-3, 5, 8, 15 P5.4-3, 6, 8, 16 P5.5-2, 4, 6, 11 P5.6-2, 4, 9 P 5.2-2 Consider the circuit of Figure P 5.2-2. Find i a by simplifying the circuit (using source transformations)

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

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

Section 6: PRISMATIC BEAMS. Beam Theory

Section 6: PRISMATIC BEAMS. Beam Theory Beam Theory There are two types of beam theory aailable to craft beam element formulations from. They are Bernoulli-Euler beam theory Timoshenko beam theory One learns the details of Bernoulli-Euler beam

More information

Aerodynamic Admittance Function of Tall Buildings

Aerodynamic Admittance Function of Tall Buildings Aerodynamic Admittance Function o Tall Buildings in hou a Ahsan Kareem b a alou Engineering Int l, Inc., 75 W. Campbell Rd, Richardson, T, USA b Nataz odeling Laboratory, Uniersity o Notre Dame, Notre

More information

Chapter 2 Resistive Circuits

Chapter 2 Resistive Circuits 1. Sole circuits (i.e., find currents and oltages of interest) by combining resistances in series and parallel. 2. Apply the oltage-diision and current-diision principles. 3. Sole circuits by the node-oltage

More information

Algebraic Derivation of the Oscillation Condition of High Q Quartz Crystal Oscillators

Algebraic Derivation of the Oscillation Condition of High Q Quartz Crystal Oscillators Algebraic Deriation of the Oscillation Condition of High Q Quartz Crystal Oscillators NICOLAS RATIER Institut FEMTO ST, CNRS UMR 67 Département LPMO a. de l Obseratoire, 50 Besançon FRANCE nicolas.ratier@femto-st.fr

More information

Solution to 1-D consolidation of non-homogeneous soft clay *

Solution to 1-D consolidation of non-homogeneous soft clay * Xie et al. / J Zhejiang Uni SCI 25 6A(Suppl. I):29-34 29 Journal of Zhejiang Uniersity SCIENCE ISSN 19-395 http://www.zju.edu.cn/jzus E-mail: jzus@zju.edu.cn Solution to 1-D consolidation of non-homogeneous

More information

Z transform elements Part 1:

Z transform elements Part 1: Z nsform elements Part 1: About the writer: Harey Morehouse is a conctor/consultant with many years of experience using circuit analysis programs. His primary actiities are in Reliability, Safety, Testability

More information

Conventional Paper-I Solutions:(ECE)

Conventional Paper-I Solutions:(ECE) Conentional Paper-- 13 olutions:(ece) ol. 1(a)(i) n certain type of polar dielectric materials permanent electric diploes are oriented in specific direction een in absence of external electric field. o

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

V. Transistors. 3.1 III. Bipolar-Junction (BJT) Transistors

V. Transistors. 3.1 III. Bipolar-Junction (BJT) Transistors V. Transistors 3.1 III. Bipolar-Junction (BJT) Transistors A bipolar junction transistor is formed by joining three sections of semiconductors with alternatiely different dopings. The middle section (base)

More information

Node-voltage method using virtual current sources technique for special cases

Node-voltage method using virtual current sources technique for special cases Node-oltage method using irtual current sources technique for secial cases George E. Chatzarakis and Marina D. Tortoreli Electrical and Electronics Engineering Deartments, School of Pedagogical and Technological

More information

v v Downloaded 01/11/16 to Redistribution subject to SEG license or copyright; see Terms of Use at

v v Downloaded 01/11/16 to Redistribution subject to SEG license or copyright; see Terms of Use at The pseudo-analytical method: application of pseudo-laplacians to acoustic and acoustic anisotropic wae propagation John T. Etgen* and Serre Brandsberg-Dahl Summary We generalize the pseudo-spectral method

More information

PAN INITIAL CONDITIONS IN LINEAR SWITCHED NETWORKS XVIII - SPETO pod patronatem. Summary

PAN INITIAL CONDITIONS IN LINEAR SWITCHED NETWORKS XVIII - SPETO pod patronatem. Summary PAE SEINAIU Z PODSTAW ELEKTOTEHNIKI I TEOII OBWODÓW 8 - TH SEINA ON FUNDAENTALS OF ELETOTEHNIS AND IUIT THEOY DALIBO BIOLEK ILITAY AADEY, BNO, ZEH EPUBLI XVIII - SPETO - 995 pod patronatem PAN INITIAL

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

SELECTION, SIZING, AND OPERATION OF CONTROL VALVES FOR GASES AND LIQUIDS Class # 6110

SELECTION, SIZING, AND OPERATION OF CONTROL VALVES FOR GASES AND LIQUIDS Class # 6110 SELECTION, SIZIN, AND OERATION OF CONTROL VALVES FOR ASES AND LIUIDS Class # 6110 Ross Turbiille Sales Engineer Fisher Controls International Inc. 301 S. First Aenue Marshalltown, Iowa USA Introduction

More information

1 S = G R R = G. Enzo Paterno

1 S = G R R = G. Enzo Paterno ECET esistie Circuits esistie Circuits: - Ohm s Law - Kirchhoff s Laws - Single-Loop Circuits - Single-Node Pair Circuits - Series Circuits - Parallel Circuits - Series-Parallel Circuits Enzo Paterno ECET

More information

MATLAB Based Steady State Analysis of Self Excited Induction Generator

MATLAB Based Steady State Analysis of Self Excited Induction Generator MATLAB Based Steady State Analysis of Self Excited Induction Generator S S Murthy, Sandeep Acharya Department of Electrical Engineering, Indian Institute of Technology, Delhi Hauz Khas, New Delhi -006

More information

MATHEMATICAL MODELLING AND IDENTIFICATION OF THE FLOW DYNAMICS IN

MATHEMATICAL MODELLING AND IDENTIFICATION OF THE FLOW DYNAMICS IN MATHEMATICAL MOELLING AN IENTIFICATION OF THE FLOW YNAMICS IN MOLTEN GLASS FURNACES Jan Studzinski Systems Research Institute of Polish Academy of Sciences Newelska 6-447 Warsaw, Poland E-mail: studzins@ibspan.waw.pl

More information

State-space Modelling of Hysteresis-based Control Schemes

State-space Modelling of Hysteresis-based Control Schemes European Control Conference (ECC) July 7-9,, Zürich, Switzerland. State-space Modelling of Hysteresis-based Control Schemes Soumya Kundu Ian A. Hiskens Abstract The paper deelops a state-space model for

More information

Unified Theory of Electrical Machines and A philosophical explanation to how a Universe can be created just from nothing

Unified Theory of Electrical Machines and A philosophical explanation to how a Universe can be created just from nothing June 18, 212 Unified Theory of Electrical achines and A philosophical explanation to how a Unierse can be created just from nothing ourici hachter Holon, Israel mourici@walla.co.il Introduction It is well

More information

Residual migration in VTI media using anisotropy continuation

Residual migration in VTI media using anisotropy continuation Stanford Exploration Project, Report SERGEY, Noember 9, 2000, pages 671?? Residual migration in VTI media using anisotropy continuation Tariq Alkhalifah Sergey Fomel 1 ABSTRACT We introduce anisotropy

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

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

Magnetic Fields Part 3: Electromagnetic Induction

Magnetic Fields Part 3: Electromagnetic Induction Magnetic Fields Part 3: Electromagnetic Induction Last modified: 15/12/2017 Contents Links Electromagnetic Induction Induced EMF Induced Current Induction & Magnetic Flux Magnetic Flux Change in Flux Faraday

More information

Relativistic Energy Derivation

Relativistic Energy Derivation Relatiistic Energy Deriation Flamenco Chuck Keyser //4 ass Deriation (The ass Creation Equation ρ, ρ as the initial condition, C the mass creation rate, T the time, ρ a density. Let V be a second mass

More information

Patterns of Non-Simple Continued Fractions

Patterns of Non-Simple Continued Fractions Patterns of Non-Simple Continued Fractions Jesse Schmieg A final report written for the Uniersity of Minnesota Undergraduate Research Opportunities Program Adisor: Professor John Greene March 01 Contents

More information

Sinusoidal Steady State Analysis (AC Analysis) Part I

Sinusoidal Steady State Analysis (AC Analysis) Part I Sinusoidal Steady State Analysis (AC Analysis) Part I Amin Electronics and Electrical Communications Engineering Department (EECE) Cairo University elc.n102.eng@gmail.com http://scholar.cu.edu.eg/refky/

More information

Synchronous Machines

Synchronous Machines Synchronous Machines Synchronous generators or alternators are used to convert mechanical power derived from steam, gas, or hydraulic-turbine to ac electric power Synchronous generators are the primary

More information

STEADY-STATE MODELING AND ANALYSIS OF THREE PHASE SELF-EXCITED INDUCTION GENERATOR WITH SERIES COMPENSATION

STEADY-STATE MODELING AND ANALYSIS OF THREE PHASE SELF-EXCITED INDUCTION GENERATOR WITH SERIES COMPENSATION STEADY-STATE MODELING AND ANALYSIS OF THREE PHASE SELF-EXITED INDUTION GENERATOR WITH SERIES OMPENSATION S. Singaravelu and S. Sasikumar Department of Electrical Engineering, Annamalai University, hidambaram,

More information

Implementation of Induction Machine VBR Model with Optional Zero-Sequence in SimPowerSystems, ASMG, and PLECS Toolboxes

Implementation of Induction Machine VBR Model with Optional Zero-Sequence in SimPowerSystems, ASMG, and PLECS Toolboxes Implementation of Induction Machine VBR Model with Optional Zero-Sequence in SimPowerSystems, ASMG, and PECS oolboxes M. Chapariha, F. herrien, J. Jatskeich, H. W. ommel Abstract-- In distributed generation

More information

Lect-19. In this lecture...

Lect-19. In this lecture... 19 1 In this lecture... Helmholtz and Gibb s functions Legendre transformations Thermodynamic potentials The Maxwell relations The ideal gas equation of state Compressibility factor Other equations of

More information

Online Companion to Pricing Services Subject to Congestion: Charge Per-Use Fees or Sell Subscriptions?

Online Companion to Pricing Services Subject to Congestion: Charge Per-Use Fees or Sell Subscriptions? Online Companion to Pricing Serices Subject to Congestion: Charge Per-Use Fees or Sell Subscriptions? Gérard P. Cachon Pnina Feldman Operations and Information Management, The Wharton School, Uniersity

More information

Tools for Investigation of Dynamics of DC-DC Converters within Matlab/Simulink

Tools for Investigation of Dynamics of DC-DC Converters within Matlab/Simulink Tools for Inestigation of Dynamics of DD onerters within Matlab/Simulink Riga Technical Uniersity, Riga, Latia Email: pikulin03@inbox.l Dmitry Pikulin Abstract: In this paper the study of complex phenomenon

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

Multi Criteria Analysis of the Supporting System of a Reciprocating Compressor

Multi Criteria Analysis of the Supporting System of a Reciprocating Compressor Purdue Uniersity Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2000 Multi Criteria Analysis of the Supporting System of a Reciprocating Compressor M. Lamantia

More information

Active Circuits: Life gets interesting

Active Circuits: Life gets interesting Actie Circuits: Life gets interesting Actie cct elements operational amplifiers (OP AMPS) and transistors Deices which can inject power into the cct External power supply normally comes from connection

More information

Management of Power Systems With In-line Renewable Energy Sources

Management of Power Systems With In-line Renewable Energy Sources Management of Power Systems With In-line Renewable Energy Sources Haoliang Shi, Xiaoyu Shi, Haozhe Xu, Ziwei Yu Department of Mathematics, Uniersity of Arizona May 14, 018 Abstract Power flowing along

More information

PERFORMANCE OF SENSORLESS CONTROL OF PERMANENT MAGNET SYNCHRONOUS GENERATOR IN WIND TURBINE SYSTEM*

PERFORMANCE OF SENSORLESS CONTROL OF PERMANENT MAGNET SYNCHRONOUS GENERATOR IN WIND TURBINE SYSTEM* Vol. 1(6), No. 2, 2016 POWER ELECTRONICS AND DRIVES DOI: 10.5277/PED160210 PERFORMANCE OF SENSORLESS CONTROL OF PERMANENT MAGNET SYNCHRONOUS GENERATOR IN WIND TURBINE SYSTEM OTR GAJEWSKI, KRZYSZTOF EŃKOWSKI

More information

THREE PHASE SYSTEMS Part 1

THREE PHASE SYSTEMS Part 1 ERT105: ELECTRCAL TECHNOLOGY CHAPTER 3 THREE PHASE SYSTEMS Part 1 1 Objectives Become familiar with the operation of a three phase generator and the magnitude and phase relationship. Be able to calculate

More information

AC Circuits Homework Set

AC Circuits Homework Set Problem 1. In an oscillating LC circuit in which C=4.0 μf, the maximum potential difference across the capacitor during the oscillations is 1.50 V and the maximum current through the inductor is 50.0 ma.

More information

Performance Prediction of Multi-Phase Induction Motor

Performance Prediction of Multi-Phase Induction Motor Research Article International Journal of Current Engineering and Technology ISSN 2277-4106 2013 INPRESSCO. All Rights Resered. Aailable at http://inpressco.com/category/ijcet Performance Prediction of

More information

Module 3 : Sequence Components and Fault Analysis

Module 3 : Sequence Components and Fault Analysis Module 3 : Sequence Components and Fault Analysis Lecture 12 : Sequence Modeling of Power Apparatus Objectives In this lecture we will discuss Per unit calculation and its advantages. Modeling aspects

More information

Conditions for Capacitor Voltage Regulation in a Five-Level Cascade Multilevel Inverter: Application to Voltage-Boost in a PM Drive

Conditions for Capacitor Voltage Regulation in a Five-Level Cascade Multilevel Inverter: Application to Voltage-Boost in a PM Drive Conditions for Capacitor oltage Regulation in a FieLeel Cascade Multileel Inerter: Application to oltageboost in a PM Drie John Chiasson, Burak Özpineci, Zhong Du 3 and Leon M. Tolbert 4 Abstract A cascade

More information

Active Circuits: Life gets interesting

Active Circuits: Life gets interesting Actie Circuits: Life gets interesting Actie cct elements operational amplifiers (OP AMPS) and transistors Deices which can inject power into the cct External power supply normally comes from connection

More information

Group and Renormgroup Symmetry of Quasi-Chaplygin Media

Group and Renormgroup Symmetry of Quasi-Chaplygin Media Nonlinear Mathematical Physics 1996, V.3, N 3 4, 351 356. Group and Renormgroup Symmetry of Quasi-Chaplygin Media Vladimir F. KOVALEV Institute for Mathematical Modelling, Miusskaya 4-A, Moscow, 125047,

More information

Module 4. Single-phase AC circuits. Version 2 EE IIT, Kharagpur

Module 4. Single-phase AC circuits. Version 2 EE IIT, Kharagpur Module 4 Single-phase circuits ersion EE T, Kharagpur esson 6 Solution of urrent in Parallel and Seriesparallel ircuits ersion EE T, Kharagpur n the last lesson, the following points were described:. How

More information

Analysis of Low-Frequency Electromagnetic Devices using Finite Elements

Analysis of Low-Frequency Electromagnetic Devices using Finite Elements Analysis of Low-Frequency Electromagnetic Devices using Finite Elements Ingeniería Energética y Electromagnética Escuela de Verano de Potencia 2014 Rafael Escarela (UAM-A) Coupling Circuit and Field Systems

More information

Chapter 9 Balanced Faults, Part II. 9.4 Systematic Fault Analysis Using Bus Impedance Matrix

Chapter 9 Balanced Faults, Part II. 9.4 Systematic Fault Analysis Using Bus Impedance Matrix Chapter 9 Balanced Faults, Part II 9.4 Systematic Fault Analysis Using Bus Impedance Matrix In the previous analysis we employed the Thevenin model and ound the Thevenin voltage and impedance by means

More information

0-2 Operations with Complex Numbers

0-2 Operations with Complex Numbers Simplify. 1. i 10 2. i 2 + i 8 3. i 3 + i 20 4. i 100 5. i 77 esolutions Manual - Powered by Cognero Page 1 6. i 4 + i 12 7. i 5 + i 9 8. i 18 Simplify. 9. (3 + 2i) + ( 4 + 6i) 10. (7 4i) + (2 3i) 11.

More information

Semi-implicit Treatment of the Hall Effect in NIMROD Simulations

Semi-implicit Treatment of the Hall Effect in NIMROD Simulations Semi-implicit Treatment of the Hall Effect in NIMROD Simulations H. Tian and C. R. Soinec Department of Engineering Physics, Uniersity of Wisconsin-Madison Madison, WI 5376 Presented at the 45th Annual

More information

HORIZONTAL MOTION WITH RESISTANCE

HORIZONTAL MOTION WITH RESISTANCE DOING PHYSICS WITH MATLAB MECHANICS HORIZONTAL MOTION WITH RESISTANCE Ian Cooper School of Physics, Uniersity of Sydney ian.cooper@sydney.edu.au DOWNLOAD DIRECTORY FOR MATLAB SCRIPTS ec_fr_b. This script

More information

0-2 Operations with Complex Numbers

0-2 Operations with Complex Numbers Simplify. 1. i 10 1 2. i 2 + i 8 0 3. i 3 + i 20 1 i esolutions Manual - Powered by Cognero Page 1 4. i 100 1 5. i 77 i 6. i 4 + i 12 2 7. i 5 + i 9 2i esolutions Manual - Powered by Cognero Page 2 8.

More information

Modeling and control of wind turbines

Modeling and control of wind turbines Modeling and control of wind turbines Andreea Pintea, Dumitru Popescu, Pierre Borne To cite this ersion: Andreea Pintea, Dumitru Popescu, Pierre Borne. Modeling and control of wind turbines. LSS00 (th

More information

Prediction of anode arc root position in a DC arc plasma torch

Prediction of anode arc root position in a DC arc plasma torch Prediction of anode arc root position in a DC arc plasma torch He-Ping Li 1, E. Pfender 1, Xi Chen 1 Department of Mechanical Engineering, Uniersity of Minnesota, Minneapolis, MN 55455, USA Department

More information

SIMULATIONS OF CHARACTERISTICS OF TUNED LIQUID COLUMN DAMPER USING AN ELLIPTICAL FLOW PATH ESTIMATION METHOD

SIMULATIONS OF CHARACTERISTICS OF TUNED LIQUID COLUMN DAMPER USING AN ELLIPTICAL FLOW PATH ESTIMATION METHOD October -7, 008, Beijing, China SIMULATIONS OF CHARACTERISTICS OF TUNED LIQUID COLUMN DAMPER USING AN ELLIPTICAL FLOW PATH ESTIMATION METHOD P. Chaiiriyawong, S. Limkatanyu and T. Pinkaew 3 Lecturer, Dept.

More information

A study of jacking force for a curved pipejacking

A study of jacking force for a curved pipejacking Journal of Rock Mechanics and Geotechnical Engineering. 200, 2 (4): 298 304 A study of jacking force for a cured pipejacking K. J. Shou, J. M. Jiang Department of Ciil Engineering, National Chung Hsing

More information

How an Induction Motor Works by Equations (and Physics)

How an Induction Motor Works by Equations (and Physics) How an Induction Motor Works by Equations (and Physics) The magnetic field in the air gap from the voltage applied to the stator: The stator has three sets of windings that are aligned at 10 degrees to

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

Active Circuits: Life gets interesting

Active Circuits: Life gets interesting Actie Circuits: Life gets interesting Actie cct elements operational amplifiers (P AMPS) and transistors Deices which can inject power into the cct External power supply normally comes from connection

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

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

An Introduction to Electrical Machines. P. Di Barba, University of Pavia, Italy

An Introduction to Electrical Machines. P. Di Barba, University of Pavia, Italy An Introduction to Electrical Machines P. Di Barba, University of Pavia, Italy Academic year 0-0 Contents Transformer. An overview of the device. Principle of operation of a single-phase transformer 3.

More information

Chapter 4. Synchronous Generators. Basic Topology

Chapter 4. Synchronous Generators. Basic Topology Basic Topology Chapter 4 ynchronous Generators In stator, a three-phase winding similar to the one described in chapter 4. ince the main voltage is induced in this winding, it is also called armature winding.

More information

THE MULTI INPUT-MULTI OUTPUT STATE SPACE AVERAGE MODEL OF KY BUCK-BOOST CONVERTER INCLUDING ALL

THE MULTI INPUT-MULTI OUTPUT STATE SPACE AVERAGE MODEL OF KY BUCK-BOOST CONVERTER INCLUDING ALL THE MUTI INPUT-MUTI OUTPUT STATE SPACE AVERAGE MODE OF KY BUCK-BOOST CONVERTER INCUDING A OF THE SYSTEM PARAMETERS Mohammad Reza Modabbernia 1, Seyedeh Shia Nejati 2 & Fatemeh Kohani Khoshkbijari 3 1 Electrical

More information

COMPUTER SIMULATION OF A LABORATORY HYDRAULIC SYSTEM WITH MATLAB-SIMULINK

COMPUTER SIMULATION OF A LABORATORY HYDRAULIC SYSTEM WITH MATLAB-SIMULINK DVNCED ENGINEERING 4(20101, ISSN 1846-5900 COMPUTER SIMULTION OF LORTORY HYDRULIC SYSTEM WITH MTL-SIMULINK Grego, G. & Siminiati, D. bstract: The article resents some selected roblems related to modeling

More information

Performance Analysis of Self-Excited Induction Generator Driven At Variable Wind Speeds

Performance Analysis of Self-Excited Induction Generator Driven At Variable Wind Speeds International Journal of Engineering and Advanced Technology (IJEAT) ISSN: 2249 8958, Volume-1, Issue-2, December 2011 Performance Analysis of Self-Excited Induction Generator Driven At Variable Wind Speeds

More information

Towards Green Distributed Storage Systems

Towards Green Distributed Storage Systems Towards Green Distributed Storage Systems Abdelrahman M. Ibrahim, Ahmed A. Zewail, and Aylin Yener Wireless Communications and Networking Laboratory (WCAN) Electrical Engineering Department The Pennsylania

More information

Sample Average Approximation for Stochastic Empty Container Repositioning

Sample Average Approximation for Stochastic Empty Container Repositioning Sample Aerage Approimation for Stochastic Empty Container Repositioning E Peng CHEW a, Loo Hay LEE b, Yin LOG c Department of Industrial & Systems Engineering ational Uniersity of Singapore Singapore 9260

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

Generalized d-q Model of n-phase Induction Motor Drive

Generalized d-q Model of n-phase Induction Motor Drive Generalized d-q Model of n-phase Induction Motor Drie G. Renukadei, K. Rajambal Abstract This paper presents a generalized d-q model of n- phase induction motor drie. Multi -phase (n-phase) induction motor

More information

POSITION CONTROL OF AN INTERIOR PERMANENT MAGNET SYNCHRONOUS MOTOR BY USING ADAPTIVE BACK STEPPING ALGORITHM

POSITION CONTROL OF AN INTERIOR PERMANENT MAGNET SYNCHRONOUS MOTOR BY USING ADAPTIVE BACK STEPPING ALGORITHM Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 3, May-Jun 212, pp.27-276 POSITION CONTROL OF AN INTERIOR PERMANENT MAGNET SYNCHRONOUS MOTOR BY USING ADAPTIVE BACK STEPPING

More information

Module 13: Network Analysis and Directional Couplers

Module 13: Network Analysis and Directional Couplers Module 13: Network Analysis and Directional Couplers 13.2 Network theory two port networks, S-parameters, Z-parameters, Y-parameters The study of two port networks is important in the field of electrical

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

Modeling and Analysis of Six-phase Self-excited Induction Generators for Wind Energy Conversion

Modeling and Analysis of Six-phase Self-excited Induction Generators for Wind Energy Conversion Modeling and Analysis of Six-phase Self-excited Induction Generators for Wind Energy Conversion S.SASIKUMAR AND S.SINGARAVELU Department of Electrical Engineering, Annamalai University, Chidambaram, India

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

MOTION OF FALLING OBJECTS WITH RESISTANCE

MOTION OF FALLING OBJECTS WITH RESISTANCE DOING PHYSICS WIH MALAB MECHANICS MOION OF FALLING OBJECS WIH RESISANCE Ian Cooper School of Physics, Uniersity of Sydney ian.cooper@sydney.edu.au DOWNLOAD DIRECORY FOR MALAB SCRIPS mec_fr_mg_b.m Computation

More information

Scalar multiplication and algebraic direction of a vector

Scalar multiplication and algebraic direction of a vector Roberto s Notes on Linear Algebra Chapter 1: Geometric ectors Section 5 Scalar multiplication and algebraic direction of a ector What you need to know already: of a geometric ectors. Length and geometric

More information

dv dv 2 2 dt dt dv dt

dv dv 2 2 dt dt dv dt 1/3/14 hapter 8 Second order circuits A circuit with two energy storage elements: One inductor, one capacitor Two capacitors, or Two inductors i Such a circuit will be described with second order differential

More information

Introduction to Thermodynamic Cycles Part 1 1 st Law of Thermodynamics and Gas Power Cycles

Introduction to Thermodynamic Cycles Part 1 1 st Law of Thermodynamics and Gas Power Cycles Introduction to Thermodynamic Cycles Part 1 1 st Law of Thermodynamics and Gas Power Cycles by James Doane, PhD, PE Contents 1.0 Course Oeriew... 4.0 Basic Concepts of Thermodynamics... 4.1 Temperature

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

SYNCHRONIZATION of nonlinear electrical circuits coupled. Synchronization of Nonlinear Circuits in Dynamic Electrical Networks with General Topologies

SYNCHRONIZATION of nonlinear electrical circuits coupled. Synchronization of Nonlinear Circuits in Dynamic Electrical Networks with General Topologies Synchronization of onlinear Circuits in Dynamic Electrical etworks with General Topologies Sairaj V. Dhople, Member, IEEE, Brian B. Johnson, Member, IEEE, Florian Dörfler, Member, IEEE, and Abdullah Hamadeh

More information

DESIGN AND MODELLING OF SENSORLESS VECTOR CONTROLLED INDUCTION MOTOR USING MODEL REFERENCE ADAPTIVE SYSTEMS

DESIGN AND MODELLING OF SENSORLESS VECTOR CONTROLLED INDUCTION MOTOR USING MODEL REFERENCE ADAPTIVE SYSTEMS DESIGN AND MODELLING OF SENSORLESS VECTOR CONTROLLED INDUCTION MOTOR USING MODEL REFERENCE ADAPTIVE SYSTEMS Janaki Pakalapati 1 Assistant Professor, Dept. of EEE, Avanthi Institute of Engineering and Technology,

More information

Overview: Induction Motors. Review Questions. Why the Rotor Moves: Motor Speed

Overview: Induction Motors. Review Questions. Why the Rotor Moves: Motor Speed Overview: nduction Motor Motor operation & Slip Speed-torque relationhip Equivalent circuit model Tranformer Motor efficiency Starting induction motor Smith College, EGR 35 ovember 5, 04 Review Quetion

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

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 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

ME224 Lab 5 - Thermal Diffusion

ME224 Lab 5 - Thermal Diffusion ME4 Lab 5 ME4 Lab 5 - hermal Diffusion (his lab is adapted from IBM-PC in the laboratory by B G homson & A F Kuckes, Chapter 5) 1. Introduction he experiments which you will be called upon to do in this

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

Probabilistic Engineering Design

Probabilistic Engineering Design Probabilistic Engineering Design Chapter One Introduction 1 Introduction This chapter discusses the basics of probabilistic engineering design. Its tutorial-style is designed to allow the reader to quickly

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