summaryrefslogtreecommitdiff
path: root/1733/CH2/EX2.25/2_25.sce
blob: bdd8795dcfbd0d2ead871224bf5868f98452c74e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//2.25
clc;
Vm=230*2^0.5;
alph1=30;
alph2=150;
w=100*%pi;
wt=2*%pi;
R=10;
Ip_circulating=10.2;
L=2*Vm/(w*Ip_circulating)*(cos(wt)-cosd(alph1));
printf("\n Inductance of current limiting Reactor= %.4f H",L)
Ip_load=Vm/R;
Ip_converter1=Ip_circulating+Ip_load;
printf("\n Peak current of converter 1= %.2f A", Ip_converter1)