summaryrefslogtreecommitdiff
path: root/3640/CH2/EX2.1/Ex2_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3640/CH2/EX2.1/Ex2_1.sce')
-rw-r--r--3640/CH2/EX2.1/Ex2_1.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3640/CH2/EX2.1/Ex2_1.sce b/3640/CH2/EX2.1/Ex2_1.sce
new file mode 100644
index 000000000..f82ad5297
--- /dev/null
+++ b/3640/CH2/EX2.1/Ex2_1.sce
@@ -0,0 +1,12 @@
+clc
+L=0.25 //length of stator stack in metre
+r=0.15 //radius of stator stack in metres
+BImax=0.96 //peak value of air gap flux density in tesla
+P=6 //no of machine poles
+phi=(4*L*r*BImax)/P //flux per pole in webers
+mprintf("Φ=%fWb",phi)
+
+
+
+
+