Cadem
Cadem
Induction
4.66 Design of Three-phase
AT30-(1.40)AT
=1.40 x 272.248=381.147
Induction Motor
4.15 Computer-aided Design of Three-phase
induction motor are given
programmes for the design of three-phase
Sample computer
in the following sections.
motor.
1: Stator design of three-phase-induction
Example Program
Solution:
Matlab program
star connected, best power
disp ( Given data 3ph Slip-ring motor,
factor desired')
KW=100
V-3300
f-50 frequency
P-12number of poles
pf-0.9 spower factor
Bav=0.4 SAverage gap density (Wb/m^2)
disp (S1lot loading<=500A)
Kw=0.96 winding factor
Ac-25000 Electric loading (ac/m)
eff=0.9 tefficiency
Q= (KW/eff) /pftinput KVA
CO-11 Bav*Ac*Kw*0.001 Output coefficient
ns=(2*f) /P &synchronous speed in rps
x=Q/ (C0*ns)
disp ('For best power
T=sqrt (0.18L) ')
y=(0.18*P*P) / (pi *pi)
L-sqrt (x/y)
D-sqrt (y*L)
Et-V/ (sqrt (3) )
Fm= (Bav *pi*D*L)/P
Ts=round (Et/
disp ('Stator
(4.44*f*Fm* Kw) )
slot pitch should lie between
15-25mm')
Computer-aided Design of Three-phase Induction Motor
4.67
/ (0.015) )
cs1=round( (pi*D)
(pi*D) / (0.025) )
ss2-round (
( " satot
t a t o r slots
Ss should lie
dis between values of SS1 to
When qs=-2') Ss2')
disp(
Ss2-3*P*2
When qs=3')
disp(
Ss3-3*P*3
disp(When qs=4')
Ss4-3*P*4
disp (The slot loading for g=4 that is Ss=Ss3 exceeds 500 and is
rejected')
ScZss4 *Ss4
Tsm=round ( (Zss4 *Ss4)/6)
C program
#include<stdio.h>
#include <math.h>
int main ()
Matlab program
disp (Given data: 3ph induction motor, squirrel cage
V=400 rotor : ")
C program
include<stdio.h>
Winclude <math.h>
int main ()
SSr be 36 +8 4 4
printf
\nLet
(n
slots") ;
double Sr=44;
puble Il= (hp*746)/(3*v*e
7*eff*pf);
double Irdash=Il *pf;
Solution:
Matlab program
disp ( Given data: 3ph induction motor, slip-ring rotor: )
Q=80KW
f=50 %£requency
V=440 rated voltage
P=8number of poles
Induction Motor
Three-phase
4.72 Design of
slots
stator
of
per slot
8Number
Ss=65 conductors
Stator
8number of slin-w
Zss=5 between
8max oper
circult voltage
Vocslip=350
eff-0.85 efficiency
pf-0.8 &power factor
disp('for qr=3')
Sr2-3*p*3 8number of rotor slots
disp('for qr=4');
Sr2-3*P*4 onumber of rotor slots
disp (To eliminate harmonics Ss-Sr should not be equal to 0, (+/-
P (+/-)2p, (+/-) 3p, (+/-)5p, (+/-) 1, (+/-) 2, (+/-) (p (+/-)1), (+/-)
(p(+/-)2) ') ;
disp ('So for P=8, Ss-Sr should not be 1, (+/-) 8,
(+/-)16, (+/-) 24,
(+/-)40, (+/-)1, (+/-)2, (+/-)7, (+/-) 10, (+/-) 6)
disp ('Sr can be equal to (+/-) 3, (+/-) 4, (+/-)
etc');
5, (+/-)11, (+/-) 12
disp('Let us choose Sr=50 such that Sr-Ss
is
Sr=50 15');
E2=Vocslip/sqrt (3) rotor induced
T1-round ((Ss*Zss)/6)stator turns voltage
per phase
T2=round ( (Vocs1ip/V) *T1)
Rotor turns per
Zr-2*T2 onumber of rotor
conductors
phase
Zrs=Zr/Srånumber of rotor conductors
Cp-Sr/8 coil pitch for full per slot
Vocslipl= (sqrt (3)) *E2 %actualpitch winding
circuit voltage between slip-rings open
O
I1=(0*1000)/ (eff
*pf*3*
mmf1-I1*T1 stator mmf (V/sqrt (3) )) %stator
mmE2-0.85*mmf1 6rotor mmf current/phase
12=mmf2/T2
C program
#include<stdio.h>
#include <math.h>
int main ()
printf (\nGiven
) data: 3ph
double Q=80; //KW induction motor, l n g r o t o r :
S11P
double f=50;//frequency
Computer-aided Design of Three-phase Induction Motor
4.73
double V=440; //rated voltage
double P=8;
//number of poles
double Ss=65; //Number of stator slots
double Zss=5; //number of Stator conductors per slot
double Vocslip=350; //max open circuit
voltage between slip-rings
double eff=0. 85; //efficiency
double
0.8; /powower factor
printf(
e (N\nKW= %lf \n frequency= 6lf \n Rated voltage= %lf \n Number
les= %1f \n Number ot s tator slots= 8lf \n number of Stator
of
conductors per sLOt 61r \n max oper circuit voltage b e tween slip-
double Ssphp= (Ss/P) /3; /Stator slots per phase per pole
Drintf ("\n Number of s t a t o r s l o t s per phase per pole = * l f ",Ssphp);
Drintf ( \nLet number of rotor slots per phase per pole be q") ;
Drintf ("\nrotor slots should be an integral multiple of q for integral
slot winding")
printf (\nfor qr=2") ;
double Sr2=3 *P*2 ; //number of rotor slotts
printf (" \nnumber of rotor slots =8lf", Sr2) ;
printf (\nfor qr=3") ;
Sr2-3*p*3; //number of rotor slots
8lf",T1) ;
PEntf s t a t o r turns per phase= //Rotor turns per phase
double T2=rCround ((Vocs1
slip/V) *T1) ;
Printf nRotor turns p e r phase 8lf", TZ)i =
; 81f", Zr) ;
.ntf ("\n number Of rotor
conductors=
per
slot
double Lrs=Zr/Sr; //nummber of rotor
conductors
slot = 81f",Zrs) ;
Printf per
("\nnumber
e r
of
of rotor
rOLO
conductors
4.74 Design of Three-phase Induction Motor
double mm£1);
mmf2=0.85*mmmf1 ; //rotor mmf
printf ("\nrotor mmf =
lf", mmf2) ;
double I2=mmf2/T2 ; /rotor
current
printf ("\n %lf", 12) ;
=
return 0;