dynamic simulation of basic electric circuits and mach

Upload: sabareshwar-sankaranarayanan

Post on 02-Apr-2018

219 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    1/29

    DRDO SponsoredTwo days National Workshop

    Modern Power Simulation Tools MPST-10

    Presented by

    Lenin Prakash.S

    Dynamic Simulation of Basic Electrical

    Circuits using Matlab\Simulink

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    2/29

    Objectives Revisit System and Circuit Simulation

    Describe how differential equation can be solvedusing Simulink

    Simulating Basic electrical Circuits and Machines

    using their Mathematical Model

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    3/29

    Contents

    Introduction to Simulation using Mathematical Models

    Solving a Differential Equation using Matlab\Simulink

    Simulation of Basic Electrical Circuits

    Simulation of PMDC MotorSimulation of DC Shunt Motor

    Simulation of 3-Phase Induction Motor

    References

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    4/29

    Expected Outcome Solve a differential equation using Matlab\Simulink

    Simulate basic electric circuits and DC machine Learn to simulate all linear electrical circuits using

    their mathematical models by applying the same

    methodology

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    5/29

    Introduction to Simulation using

    Mathematical Models

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    6/29

    In Broad 2 approaches are used in Simulating Electrical systems

    Circuit Simulation

    System Simulation

    System Simulation Solving the differential equations representing the circuit

    Solving the transfer function representing the circuit

    State-Space Model approach

    Solving Differential Equation

    Most of the electric circuit can be represented by its equivalent lineardifferential and algebraic equations

    All electrical machines as such (without drives) can be modeled into a

    set of differential and algebraic equations Simulation of power electronic circuits involves solving non-linear

    differential equation

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    7/29

    Solving a Differential Equation usingMatlab\Simulink

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    8/29

    ViR

    dt

    diL =+

    L

    iRV

    dt

    di = dt

    L

    iRVi

    =

    Differential Equation of a RL Circuit

    Simulink Consists of different blocks for performing mathematical operations

    To solve the above equation we need

    Subtractor

    Divider

    Integrator

    Constant (for representing V,R,L)

    Simulink also Consist of a Fcn (function) block where the equation can be

    written which involves more than one operator ( +,x etc..)

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    9/29

    Simulink Model for Solving a Differential Equation

    Simulink Blocks used in this model are

    Constant for representing V (O/p of this block is V)

    Add/Subtractor for performing V-IR (O/p of this block is V-IR)

    Fcn- for performing (ir and (v-IR)/L) (O/p of this block is di/dt)

    The i/p of this block is considered as u

    Integrator for integrating di/dt (O/p of this block is i)

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    10/29

    Simulation of Basic Electric Circuits1. RL Load fed by a DC Source

    2. RC Load fed by a DC Source

    3. RLC Load fed by a DC Source

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    11/29

    Simulation of RL load Fed by a DC source

    V

    R L

    ViRdtdiL =+

    i(t)

    Simulink Model of RL Circuit

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    12/29

    Simulation of RC load Fed by a DC source

    ViRdttiC =+

    )(1V

    R C

    i(t)

    Simulink Model of RC Circuit

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    13/29

    Simulation of RLC load Fed by a DC source

    ViRdtdiLdtti

    C =++)(1V

    R C

    i(t)

    Simulink Model of RLC Circuit

    L

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    14/29

    Simulation of PMDC Motor

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    15/29

    AI

    sradrpmspeedloadnomKgJ

    radsVk

    mHL

    loadnoa

    T

    AA

    15.0

    /1.3513350__.1006.1

    /.1041.1

    120

    __

    26

    2

    =

    ===

    =

    =

    Typical parameters of a Dc shunt motor

    rb

    ae

    r

    r

    Le

    araaa

    AA

    kE

    KiT

    Bdt

    djTT

    VKridt

    diL

    =

    =

    ++=

    =++

    M Va

    Differential Equations of a PMDC Motor

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    16/29

    Simulink Model of PMDC Motor

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    17/29

    Simulation of DC Shunt Motor

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    18/29

    srad

    I

    mKgJ

    VV

    HL

    R

    L

    HL

    R

    r

    rateda

    DC

    AA

    a

    AF

    FF

    f

    /7.127

    2.16

    .1

    240

    012.0

    6.0

    8.1

    120

    240

    _

    2

    =

    =

    =

    ==

    =

    =

    =

    =

    Typical parameters of a Dc shunt motor

    rr

    Le

    fff

    f

    FF

    arfAFaaa

    AA

    Bdt

    djTT

    Vri

    dt

    diL

    ViLridt

    diL

    ++=

    =+

    =++

    MVa

    Differential Equations of a Dc shunt motor

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    19/29

    Simulink Model of DC Shunt Motor

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    20/29

    Simulation of 3-Phase

    Induction Motor

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    21/29

    Equivalent circuit of 3-Phase Induction Motor

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    22/29

    Differential Equations of 3-Phase Induction Motor

    Flux Linkage

    Equations

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    23/29

    Algebraic Equations of 3-Phase Induction Motor

    Stator Current

    Equations

    Rotor Current

    Equations

    Torque/SpeedEquations

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    24/29

    Typical Parameters of a 3-Phase Induction Motor

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    25/29

    Block Diagram for Simulation of 3-Phase Induction

    Machine in Arbitrary Reference Frame

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    26/29

    Simulink model of 3-Phase Induction Machine in

    Arbitrary Reference Frame

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    27/29

    References

    Analysis of electrical machinery and drives system- Paul C.Krause, Oleg

    wasynczuk,Scott D.sudhoff

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    28/29

    Questions ?

  • 7/27/2019 Dynamic Simulation of Basic Electric Circuits and Mach

    29/29

    Thank You