Vous êtes sur la page 1sur 9

PROGRAM TO FIND THE INDUCTION MACHINE PARAMETERS

clc;
clear all;
i=10;
while i>0
v=input('enter the line to line input ac voltage\n')
r=input('enter the stator resistance\n')
x=input('enter the stator reactance\n')
xm=input('enter the magnetizing reactance\n')
r2=input('enter the rotor resistance\n')
x2=input('enter the rotor reactance\n')
a=input('enter stator to rotor turns ratio\n')
r22=r2*a*a
x22=x2*a*a
vph=v/sqrt(3)
f=input('enter the suppy frequency in hertz\n')
p=input('enter the number of poles\n')
s=input('enter operating slip\n')
pmL=input('enter the mechanical losses\n')
ns=120*f/p
ws=2*pi*ns/60
wr=(1-s)*ws
z=complex(r,x)+(complex(0,xm)*complex((r22/s),x22)/complex((r22/s),(xm+x22)))
i=complex(vph,0)/z
pf=cos(angle(i))
pi=3*vph*abs(i)*pf
pcus=3*abs(i)*abs(i)*r
pag=pi-pcus
pcur=s*pag
pm=(1-s)*pag
i2=complex(0,xm)/complex((r22/s),(xm+x22))*i
pcur2=3*abs(i2)*abs(i2)*r22
pm2=3*abs(i2)*abs(i2)*(r22*((1/s)-1))
pmn=pm-pmL
te=pm/wr
tsh=pmn/wr
eff=pmn/pi
end

ROLL NO :100517743115
COMMAND WINDOW OUTPUT:

enter the line to line input ac voltage


400

v=

400

enter the stator resistance


0.15

r=

0.1500

enter the stator reactance


0.45

x=

0.4500

enter the magnetizing reactance


28.5

xm =

28.5000

enter the rotor resistance


0.12

r2 =

0.1200

enter the rotor reactance


0.45

x2 =

0.4500

enter stator to rotor turns ratio


1

a=

ROLL NO :100517743115
1

r22 =

0.1200

x22 =

0.4500

vph =

230.9401

enter the suppy frequency in hertz


50

f=

50

enter the number of poles


4

p=

enter operating slip


0.04

s=

0.0400

enter the mechanical losses


400

pmL =

400

ns =

ROLL NO :100517743115
1500

ws =

157.0796

wr =

150.7964

z=

3.0266 + 1.1911i

i=

66.0712 -26.0021i

pf =

0.9305

pi =

4.5775e+04

pcus =

2.2687e+03

pag =

4.3507e+04

pcur =

1.7403e+03

ROLL NO :100517743115
pm =

4.1767e+04

i2 =

66.9776 -18.6572i

pcur2 =

1.7403e+03

pm2 =

4.1767e+04

pmn =

4.1367e+04

te =

276.9729

tsh =

274.3203

eff =

0.9037

enter the line to line input ac voltage

ROLL NO :100517743115
PROGRAM FOR TORQUE SPEED CHARACTERISTICS OF INDUCTION MOTOR

clc;
clear all;
i=10
while i>0
v=input('enter the line to line input ac voltage\n')
r=input('enter the stator resistance\n')
x=input('enter the stator reactance\n')
xm=input('enter the magnetizing reactance\n')
r2=input('enter the rotor resistance\n')
x2=input('enter the rotor reactance\n')
a=input('enter stator to rotor turns ratio\n')
r22=r2*a*a
x22=x2*a*a
vph=v/sqrt(3)
f=input('enter the suppy frequency in hertz\n')
p=input('enter the number of poles\n')
ns=120*f/p
ws=2*pi*ns/60
vth=vph*xm/(xm+x)
zth=(complex(r,x))*xm/(complex(r,x)+xm)
rth=real(zth)
xth=imag(zth)
k=3*vth*vth*r22/ws
s=0:0.01:1
X=xth+x22
nr=(1-s)*ns
for i=1:101

R(i)=rth+(r22/s(i))
te(i)=k/((R(i)*R(i)+(X*X))*s(i))
end
plot(nr,te)
title('TORQUE SPEED CHARACTERISTICS OF 3 PHASE INDUCTION MOTOR\N')
xlabel('speed in RPM')
ylabel('torque in Nm')
plot(s,te)
title('TORQUE SLIP CHARACTERISTICS OF 3 PHASE INDUCTION MOTOR\N')
xlabel('slip')
ylabel('torque in Nm')
i=i-1;
end

ROLL NO :100517743115
OUTPUT OF COMMAND WINDOW:
i=

10

enter the line to line input ac voltage


400

v=

400

enter the stator resistance


0.15

r=

0.1500

enter the stator reactance


0.45

x=

0.4500

enter the magnetizing reactance


28.5

xm =

28.5000

enter the rotor resistance


0.12

r2 =

0.1200

enter the rotor reactance


0.45

x2 =

0.4500

enter stator to rotor turns ratio

ROLL NO :100517743115
1

a=

r22 =

0.1200

x22 =

0.4500

vph =

230.9401

enter the suppy frequency in hertz


50

f=

50
te =

Columns 1 through 5

NaN 79.7313 153.0489 218.4561 275.1568

Columns 6 through 10

322.9763 362.2253 393.5468 417.7752 435.8234

Columns 11 through 15

448.6016 456.9655 461.6876 463.4453 462.8195

Columns 16 through 20

460.3009 456.2980 451.1480 445.1269 438.4590

Columns 21 through 25

431.3257 423.8727 416.2165 408.4500 400.6464

ROLL NO :100517743115
Columns 26 through 30

392.8633 385.1455 377.5275 370.0356 362.6894

Columns 31 through 35

355.5030 348.4863 341.6459 334.9855 328.5067

Columns 36 through 40

322.2095 316.0924 310.1531 304.3884 298.7945

Columns 41 through 45

293.3672 288.1019 282.9941 278.0388 273.2313

Columns 46 through 50

268.5666 264.0398 259.6463 255.3813 251.2403

Columns 51 through 55

247.2188 243.3125 239.5172 235.8289 232.2436

Columns 56 through 60

228.7577 225.3674 222.0693 218.8600 215.7364

Columns 61 through 65

212.6953 209.7339 206.8491 204.0384 201.2992

Columns 66 through 67

198.6288 196.0250

ROLL NO :100517743115

Vous aimerez peut-être aussi