summaryrefslogtreecommitdiff
path: root/1994/CH9/EX9.28/Example9_28.sce
blob: fa2d816824c98a4c2519c06ac8b437505db5d0cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//Chapter-9,Example9_28,pg 9_82
Po=20*735.5//(in W)
V=230
N=1150
P=4
A=P
Z=882
Ia=73
Ish=1.6
T=60*Po/(2*%pi*N)
phi=T*A/(0.159*Ia*P*Z)//flux per pole
Il=Ia+Ish
Pin=V*Il
n=Po*100/Pin
printf("electromagnetic torque\n")
printf("T=%.3f Nm\n",T)
printf("flux per pole\n")
printf("phi=%.3f Wb\n",phi)
printf("efficiency of motor\n")
printf("n=%.3f",n)