summaryrefslogtreecommitdiff
path: root/671/CH8/EX8.19/8_19.sce
blob: 94afd024b8f948ae137dd4d280093798d44c3bc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
P=15E3
v1=2200
v2=220
a=v1/v2

/////OC Parameters
Poc=185
Ioc=2.72
Voc=220

/////SC Parameters
Psc=197
Isc=6.3
Vsc=112

Pi=Poc
disp(Pi)

IHVfl=P/v1
Pcfl=IHVfl*IHVfl/Isc/Isc*Psc
disp(Pcfl)

pf=0.85
Po=P*pf
Pl=Pi+Pcfl
effi=Po/(Po+Pl)*100
disp(effi)

Z=Vsc/Isc
R=Psc/Isc/Isc
X=sqrt(Z*Z-R*R)
pf=0.8
theta=acos(pf)
Vd1=IHVfl*(R*cos(theta)+X*sin(theta))
Vd2=IHVfl*(R*cos(theta)-X*sin(theta))
VR1=Vd1/v1*100
VR2=Vd2/v1*100
disp(VR1, VR2)