summaryrefslogtreecommitdiff
path: root/3784/CH3/EX3.4/Ex3_4.sce
blob: 0f1194964497874689dc4a812f875d993a5af107 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
clc
// Variable Initiallization
F=50 //Supply Frequency In Hz
Erms=230 //RMS Voltage Per Phase In Volts
L=0.015 //Inductance In Henry
A1=60 //Firing Angle
A2=120 //Firing Angle




//solution
W=2*%pi*F
Icp=((3*sqrt(2)*Erms)/(W*L))*(1-sind(A1))
printf('\n\n The Peak value of Circulating Current=%0.1f Amp\n\n',Icp)