diff options
Diffstat (limited to '3816/CH1/EX1.4/1_4.sce')
-rw-r--r-- | 3816/CH1/EX1.4/1_4.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3816/CH1/EX1.4/1_4.sce b/3816/CH1/EX1.4/1_4.sce new file mode 100644 index 000000000..137b790d5 --- /dev/null +++ b/3816/CH1/EX1.4/1_4.sce @@ -0,0 +1,12 @@ +clc;
+clear;
+B=0.50;//Mean gap flux density
+Ys=40;//Slot spacing
+Cs=(35*12);//Conductor section
+J=33;//Current density
+//case:1
+disp('To find the tangential force per length of gap periphery and per unit axial length of the machine:')
+A=(Cs*J*1000)/Ys;
+disp(A,'The specific electric loadings is:')
+Fe=B*A;
+disp(Fe,'The specific force is:')
|