summaryrefslogtreecommitdiff
path: root/10/CH8/EX3/cha8_3.sce
blob: 2fa6468ccfceeafd376f37f762df6d35f6c16893 (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
Rw=1;Lw=30;I=3;TimeOn=2;RF=0.0675;
StepRate=300;Turns=100;TimeOff=1;
PeakI=3;

R=Lw/TimeOn
 
Rext=R-TimeOff
 
Prext=(I^2*Rext)
  
Vs=I*R

Rext=R-Rw
 
R1=Lw/TimeOff
 
Rf=R1-R

Energy=(1/2*Lw*I^2)
  
Power=Turns*Rf
  
Power=Turns*RF
 
Vc=V+(PeakI*R)