Assn 1 PDF

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Assignment No.

Dynamic simulation of a Separately Excited DC Motor

The armature voltage equation of the dc motor is given as:

Va = ia ra + La (dia/dt) + ωr Md if

or, dia/dt = (va – iara – ωr Md if)/La …….. (1)

Torque expression is: Te = P/2 (Md ia if)

The electro-mechanical equation is:

dωr/dt = P/2 [(P/2) Md ia if – (2/P) B ωr – TL) ………(2)

Given:

Va = 230 V (dc)

if = 2 A (dc, kept const.)

ra = 0.4 Ω

La = 0.01 H

Md = 1 H

J =12 kg-m2

B=0

P=4

TL = 0

Use Runga-Kutta 4th order integration method to numerically solve equations 1 and 2. You may
use C or Matlab for programming but not Simulink. Take time step for simulation ∆t = 0.0001
sec. Assume that at t = 0 sec, the armature is switch to 230 V while field current is maintained
constant at 2 A. Perform the simulation up to t = tf = 3 sec.

Plot ia vs t, ωr vs t and Te vs t. Submit the program code with the results.

You might also like