Ee Cad Lab: Practical Manual
Ee Cad Lab: Practical Manual
PRACTICAL MANUAL
EE CAD Lab
Experiment No. - 4
Apparatus Used:
Theory:
PROBLEM :
Determine the suitable values for diameter and length of 75MVA 75000kVA, 11kV, 50Hz
3000r.p.m 3-phase connected salient pole alternator. Also determine value of flux conductor per
slot, number of turns per phase, size of armature conductor.
Given that:
avg. gap density = .6 tesla
electrical loading ac = 50,000
peripheral speed Va = 180m/sec
window space factor Kw = .95
current density J = 6amp/mm2 = 6106 amp/m
SOLUTION:
we already have
Bav = .6 tesla and ac =50,000 and Kw = .95
Therefore Co = 1.11*3.142*.6*50000*.95 = 295492.2
D2L = P/(Co*Ns)
L = 75000/(295492.2*50*1.142) = 3.9 m
Now = pi*D*L*Bav = 3.14*1.14*3.8*.6 = 8.16 Wb
Therefore pole = 8.16/2 = 4 Wb
Tph = Eph/(4.44*f*Kw*pole) = (11000/3)/(4.44*50*.95*4) = 7.57 = 8
Iph = kVA/(3*Eph) = 75000/(3 * 11000) = 3936 amp
Total amp conductor AT = pi*D*ac = 178980
Total conductors per slot = AT/Iph = 45
Tph = Z/(2*phase) = 45/(2*3)
Stator conductor Zs = 6*Tph = 6*8 = 48
Area = Iph/J = 3936/6 = 656mm2
MATLAB Program
function D_L_for_salient_pole_alternator()
% given
pole = 2;
Eline = 11000;
Po = 75000;
ac = 50000;
Va = 180;
Kw = .95;
J = 6;
N = 3000;
f = 50;
Bav = .6;
% Now
Ns = N/60;
P = (2*f)/Ns;
fprintf('\nProgram to calculate D and L for a salient pole alternator');
fprintf('\n-');
fprintf('\nSo diameter D = ');
D = Va/(pi*Ns);
disp(D);
% output coeffecient
Co = 1.11*pi*pi*Bav*ac*Kw;
L = (Po*10^3)/(Co*Ns*D*D);
fprintf('\nAnd Length L = ');
disp(L);
% Now flux phi
phi = pi*D*L*Bav;
phipole = phi/pole;
Eph = Eline/sqrt(3);
Tph = Eph/(4.44*f*Kw*phipole);
fprintf('\nTurns per phase = ');
disp(round(Tph));
Iph = (Po*10^3)/(3*Eph);
fprintf('\nCurrent per phase = ');
disp(Iph);
PROGRAM OUTPUT
Program to calculate D and L for a salient pole alternator
So diameter D = 1.1459
And Length L = 3.6586
Turns per phase = 8
Current per phase = 3.9365e+003
Total amp conductors = 180000
Total conductors per slot = 46
Total stator conductors per slot = 48
Area of conductors Ac = 656.0799
Precaution:-
1. Never Switch Off the Supply mains without proper shutting down the computer.
2. Dont keep the bags on the computer table.
3. Dont disturb settings of computer.
4. Dont use the computer for playing games.
5. Use internet only for project and seminar work.
6. Always LOG OFF the computer before leaving the lab.
SIGNATURE OF (H. O. D.) SIGNATURE OF LAB INCHARGE
KIET/EN/EECAD-Lab/4
Viva Quotations:-
3. What are the factors that influence the choice of specific magnetic loading in synchronous
machines?
Ans: (i) Iron loss (ii) Voltage (iii) Transient short circuit current (iv) stability
5. What are the advantages of stationary armature and rotating field system?
Industrial application:-