Samiksha Jaiswal (Editor)

Induction motors modelling in ABC frame of reference

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

The modelling of induction motors in the ABC frame of reference can provide useful insight into the time-domain current-voltage-power relationships in the motor. Many induction motors operate from three-phase power; analyzing the time-dependent current/voltage relationships in each phase (labeled A, B, and C) of the three-phase circuit can provide insights into the transient and steady-state characteristics of the motor.

Contents

Introduction

In an induction motor the electromagnetic energy is transferred by inductive coupling of the stator winding to rotor winding, which are separated by a small air gap.

In the mathematical model of an induction motor, the main variables of concern are Phase currents for the stator and rotor, output torque and speed with respect to time. Three phase supply voltages are the applied variables, which are generally sinusoids with a phase displacement of 3 radians for each phase, if the motor is directly supplied from electricity grid. In case of an inverter-supplied motor, the voltages may be other functions of time. Additionally, motor parameters such as stator and rotor winding resistances, and self- and mutual-inductance values are required to complete the model.

Model

Let eA, eB, eC represent the phase voltages in the stator windings; and ea, eb, ec the phase voltages in the rotor windings. After the application of these voltages the currents in the stator and rotor windings are iA, iB, iC, ia, ib, ic respectively. The voltage equations for the stator and the rotor can be written as

Where φx represents the flux linkage for the respective phase winding.

In matrix notation these equations can be written as

Where e is the vector of the phase voltages and i is the vector of phase currents for stator and rotor respectively, and p is the derivative operator d/dt . [R] is the matrix for winding resistances. The total flux which linking for a particular winding is due the currents in all the windings, so flux for a particular phase in terms of currents in the same and all other phases is

Where [L] is the inductance matrix for machine. φ can be rewritten as

φ = [ φ s t a t o r φ r o t o r ] φ s t a t o r = [ L s s ] i s t a t o r + [ L s r ] i r o t o r φ r o t o r = [ L r s ] i s t a t o r + [ L r r ] i r o t o r

Where

[ L s s ] = [ L A A L A B L A C L B A L B B L B C L C A L C B L C C ] [ L s r ] = [ L A a L A b L A c L B a L B b L B c L C a L C b L C c ] [ L r s ] = [ L a A L a B L a C L b A L b B L b C L c A L c B L c C ] [ L r r ] = [ L a a L a b L a c L b a L b b L b c L c a L c b L c c ]

istator and irotor are the vectors for the phase currents in the stator and rotor respectively. Lss is the stator self-inductance matrix. Diagonal elements of stator self-inductance matrix are the self inductances of the respective phases, and non-diagonal elements are the mutual inductances between any two stator phases of the machine.

L A A = L B B = L C C = L l s + L m s L A B = L B A = L A C = L C A = L B C = L C B = 1 2 L m s

Lms is the per-phase magnetizing inductance for the stator winding, and Lls is the leakage inductance for the stator winding. Lsr and Lrs are the stator and rotor mutual inductance matrices, which are functions of rotor position θr at any time. Lrr is the rotor self-inductance matrix

L a a = L b b = L c c = L l r + L m r L a b = L b a = L a c = L c b = L b c = L c a = 1 2 L m r

Lmr is the per-phase magnetizing inductance for rotor winding, and Llr is the leakage inductance for the rotor winding.

Now stator and rotor voltage equations can be solved to find the stator and rotor phase currents. Stator and rotor voltage equations are first order differential equations and to solve these equations, the Runge-Kutta fourth order technique can be used.

The expression for developed electromagnetic torque Te is as follows

T e = [ i A ( i a i b 2 i c 2 ) + i B ( i b i a 2 i c 2 ) + i C ( i c i b 2 i a 2 ) sin θ r + 3 2 i A ( i b i c ) + i B ( i c i a ) + i C ( i a i b ) cos θ r ]

To find the speed of the rotor, ωr, the following differential equation is solved. For this equation the inputs are the load torque, TL, moment of inertia of the rotor J and friction and damping coefficient Bm.

d ω r d t = T e B m ω r T L J ω r = d θ r d t

References

Induction motors modelling in ABC frame of reference Wikipedia