summaryrefslogtreecommitdiff
path: root/3816/CH2/EX2.4
diff options
context:
space:
mode:
authorprashantsinalkar2017-10-10 12:27:19 +0530
committerprashantsinalkar2017-10-10 12:27:19 +0530
commit7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (patch)
treedbb9e3ddb5fc829e7c5c7e6be99b2c4ba356132c /3816/CH2/EX2.4
parentb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (diff)
downloadScilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.gz
Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.bz2
Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.zip
initial commit / add all books
Diffstat (limited to '3816/CH2/EX2.4')
-rw-r--r--3816/CH2/EX2.4/2_4.pngbin0 -> 27236 bytes
-rw-r--r--3816/CH2/EX2.4/2_4.sce24
2 files changed, 24 insertions, 0 deletions
diff --git a/3816/CH2/EX2.4/2_4.png b/3816/CH2/EX2.4/2_4.png
new file mode 100644
index 000000000..5b44011ef
--- /dev/null
+++ b/3816/CH2/EX2.4/2_4.png
Binary files differ
diff --git a/3816/CH2/EX2.4/2_4.sce b/3816/CH2/EX2.4/2_4.sce
new file mode 100644
index 000000000..5a774c95d
--- /dev/null
+++ b/3816/CH2/EX2.4/2_4.sce
@@ -0,0 +1,24 @@
+clc;
+clear;
+e=0.001;
+D=0.50;
+l=0.20;
+lg=0.005;
+A1=12800;//Stator peak current densities
+A2=9600;//Rotor peak current densities
+lamda=(%pi/3);//torque angle
+F1=A1*D*(1/2);//mmf per pole
+F2=A2*D*(1/2);//mmf per pole
+Fo=4450;//Resultant gap mmf per pole
+Mewo=1.25*10^(-7);
+Bm=(Fo*Mewo)/lg;
+disp(Bm,'The sine distributed flux density of peak value:')
+Mp=((D*l)/(3*Mewo))*(Bm^2);//Magnetic pull per pole
+disp(Mp,'The magnetic pull per pole is :')
+e1=0.001/0.005;//Eccentricity after displacement of 'e'
+Mu=((%pi*D*l)/(4*Mewo))*(Bm^2)*e1;
+disp(Mu,'The resultant u.m.p is:')
+M=260;
+F=M/0.25;
+disp(M,'The useful torque of machine is:')
+disp(F,'The pheripheral force is:')