diff options
Diffstat (limited to '3835/CH9/EX9.2/Ex9_2.sce')
-rw-r--r-- | 3835/CH9/EX9.2/Ex9_2.sce | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/3835/CH9/EX9.2/Ex9_2.sce b/3835/CH9/EX9.2/Ex9_2.sce new file mode 100644 index 000000000..d6b006a21 --- /dev/null +++ b/3835/CH9/EX9.2/Ex9_2.sce @@ -0,0 +1,19 @@ +clear +// +d=0.2 +l=0.25 +p=6 +z=250 +bav=0.9 +n=800 +a=2 +ld=50 +phy=0.045 //flux per pole=0.9*0.2*0.25 +e=(phy*p*n*z)/(60*a) +ia=e/ld +//case a +t=(60*e*ia)/(2*3.14*n) +printf("\n torque= %0.1f Nm",t) +//case b +po=e*ia +printf("\n power output= %0.1f W",po) |