summaryrefslogtreecommitdiff
path: root/695/CH2/EX2.10
diff options
context:
space:
mode:
Diffstat (limited to '695/CH2/EX2.10')
-rwxr-xr-x695/CH2/EX2.10/Ex2_10.sce20
-rwxr-xr-x695/CH2/EX2.10/Ex2_10.txt20
-rwxr-xr-x695/CH2/EX2.10/R2_10.txt11
3 files changed, 51 insertions, 0 deletions
diff --git a/695/CH2/EX2.10/Ex2_10.sce b/695/CH2/EX2.10/Ex2_10.sce
new file mode 100755
index 000000000..46f608494
--- /dev/null
+++ b/695/CH2/EX2.10/Ex2_10.sce
@@ -0,0 +1,20 @@
+//Caption:Find the (a)load current (b)generated emf (c)flux/pole
+//Exa:2.10
+clc;
+clear;
+close;
+V_t=250;//in volts
+P=6;//no. of poles
+A=P;
+Z=700;//no.of conductors
+R_a=0.04;//armature winding resistance in ohms
+R_f=100;//feild winding resistance in ohms
+N=1000;//speed in rpm
+I_f=V_t/R_f;//in amperes
+I_a=7.2/R_a;//in amperes
+I=I_a-I_f;//in amperes
+E_g=V_t+I_a*R_a;
+Phy=E_g*60*A/(P*N*Z);
+disp(I,'(a) Load current (in amperes)=');
+disp(E_g,'(b) Generated emf (in volts)=');
+disp(Phy*1000,'(c) flux/pole (in mili weber)='); \ No newline at end of file
diff --git a/695/CH2/EX2.10/Ex2_10.txt b/695/CH2/EX2.10/Ex2_10.txt
new file mode 100755
index 000000000..46f608494
--- /dev/null
+++ b/695/CH2/EX2.10/Ex2_10.txt
@@ -0,0 +1,20 @@
+//Caption:Find the (a)load current (b)generated emf (c)flux/pole
+//Exa:2.10
+clc;
+clear;
+close;
+V_t=250;//in volts
+P=6;//no. of poles
+A=P;
+Z=700;//no.of conductors
+R_a=0.04;//armature winding resistance in ohms
+R_f=100;//feild winding resistance in ohms
+N=1000;//speed in rpm
+I_f=V_t/R_f;//in amperes
+I_a=7.2/R_a;//in amperes
+I=I_a-I_f;//in amperes
+E_g=V_t+I_a*R_a;
+Phy=E_g*60*A/(P*N*Z);
+disp(I,'(a) Load current (in amperes)=');
+disp(E_g,'(b) Generated emf (in volts)=');
+disp(Phy*1000,'(c) flux/pole (in mili weber)='); \ No newline at end of file
diff --git a/695/CH2/EX2.10/R2_10.txt b/695/CH2/EX2.10/R2_10.txt
new file mode 100755
index 000000000..e209c54e2
--- /dev/null
+++ b/695/CH2/EX2.10/R2_10.txt
@@ -0,0 +1,11 @@
+ (a) Load current (in amperes)=
+
+ 177.5
+
+ (b) Generated emf (in volts)=
+
+ 257.2
+
+ (c) flux/pole (in mili weber)=
+
+ 22.045714 \ No newline at end of file