summaryrefslogtreecommitdiff
path: root/147/CH14/EX14.4/Example14_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '147/CH14/EX14.4/Example14_4.sce')
-rw-r--r--147/CH14/EX14.4/Example14_4.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/147/CH14/EX14.4/Example14_4.sce b/147/CH14/EX14.4/Example14_4.sce
new file mode 100644
index 000000000..d5e86e19c
--- /dev/null
+++ b/147/CH14/EX14.4/Example14_4.sce
@@ -0,0 +1,12 @@
+//Speed n, Flux per pole phi, Total number of conductors z
+close();
+clear;
+clc;
+p = 4;
+n = 1800;//rpm
+z = 728;
+phi = 30*10^(-3);//Wb
+//Since armature is lap wound p=a
+a = p;
+E = phi*n*z/60*p/a;
+mprintf('Voltage induced in armature winding, E = %0.1f V',E); \ No newline at end of file