MATLAB Codes Machine Design
MATLAB Codes Machine Design
AIM :- To Design Armature-Winding and core of 500kW,600V, Lap wound DC Machine (PartII).
APPARATUS REQUIRED:S.No
1.
2.
Apparatus
Computer
Matlab
Specification
With windows Operating system
R2012
Quantity
1
1
THEORY:-The armature winding and core of lap wound DC machine heating is the main
criterion for design. Electrical machines are designed and manufactured with a selected class of
insulation which can withstand a certain temperature. If overheating occurs, insulation will get
weakened and results in short circuits leading to the damage of the machine.
PROGRAM:% Design of 500KW, 600V, Lap wound DC Machine (Part-II)-Armature-Winding and core
%% input data
D = 800;
q = 36500;
P = 6;
ATaPmax = 8500;
dVp = 3;
V = 600;
FI1=0.0829;
N=700;
SpP=14;
IFL = 833.33;
cda1=5;
wca=1.9;
Zh = 2;
InsWs = 1.8;
InsHs = 3.2;
Hw =3;
HL =1;
Li = 234;
L = 300;
PAbPP = 0.7;
PP =418.88 ;
Bc = 1.3;
hz =35;
KW = 500;
vA = 29.32;
%% Assumptions
Ishl =3;
%% Armature-Winding and core
ATaP =pi*D/1000*q/(2^P);%Arme AT per Pole
if ATaP >= ATaPmax continue;
end;
E=(1+dVp/100)*V;%Induced Emfon NO load
A = P; %For Lap wound Machine, No. of parallel paths
Z1=E*60*A/(P*FI1*N); %Total no. of Conductors
S =SpP*P;
sp = pi*D/S; %Slot pitch
if sp < 25 || sp > 35 continue;
end;
Zs1 = Z1/S;
Zsf= floor(Zs1/2)*2;
Zsc = ceil(Zs1/2)*2;
Zs = Zsf;
if Zs1 - Zsf > 1
Zs = Zsc; end; %Conductors/Slot
Z=S*Zs; %Corrected no of conductors
FI =E*60*A/(P*Z*N); %Corrected value of Flux/Pole
CV =IFL/A*Zs; %Current Volume/slot
if CV < 1000 || CV > 1500 continue; end;
Ia =IFL + Ishl; %Annature Current
Aca1= Ia/A/cda1;
hca1= Aca1/wca;
hca= ceil(hca1);%Conductor ht
if hca >= 16 continue; end;
Aca= 0.98*hca*wca; %Assuming a factor of 0.98 for rounding at the conductor edges, Revised
Area of conductor
cda = Ia/A/Aca; %Corrected current density
if cda >= 5.01 continue; end;
Zw =Zs/Zh;%No of cond width-wise in slot
Ws = Zw*(wca+0.4) + InsWs; %Slot Width
Hs=Zh*(hca+0.4)+InsHs + Hw+HL; %Oia of Aml. teeth at Ih height from root
D1b3 = D - 2*(2/3*Hs);%Oia of Aml. teeth at Ih height from root
sp1b3 = pi*D1b3/S; %Slot PItch at above dla
Wt1b3 = sp1b3 - Ws; %Width of tooth at above dia
At1b3= Wt1b3*Li*S/P;%Area ofCS of tooth at above dia
Btav = FI*1e6/At1b3; %Flux densIty m the tooth
Ks = sp1b3*L/Wt1b3/Li;%Carter Coeff
CONCLUSION:- Hence the temperature rise of armature is with in specified limit for better
performance of machine
FACULTY REMARKS:-
FACULTY SIGN:-