summaryrefslogtreecommitdiff
path: root/3802/CH10/EX10.11/Ex10_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '3802/CH10/EX10.11/Ex10_11.sce')
-rw-r--r--3802/CH10/EX10.11/Ex10_11.sce26
1 files changed, 26 insertions, 0 deletions
diff --git a/3802/CH10/EX10.11/Ex10_11.sce b/3802/CH10/EX10.11/Ex10_11.sce
new file mode 100644
index 000000000..e8d974b7d
--- /dev/null
+++ b/3802/CH10/EX10.11/Ex10_11.sce
@@ -0,0 +1,26 @@
+//Book Name:Fundamentals of Electrical Engineering
+//Author:Rajendra Prasad
+//Publisher: PHI Learning Private Limited
+//Edition:Third ,2014
+
+//Ex10_11.sce
+
+clc;
+clear;
+
+
+P_in_HP=25;
+s=0.04;
+p=4;
+f=50;
+Ns=(120*f)/p;
+ns=Ns/60;
+nf=(1-s)*ns;
+P_in_watt=P_in_HP*735.5;
+Tf=P_in_watt/(2*%pi*nf);
+sf=s;
+sp=2-s; //At the time of plugging the slip is 200%
+a=4;
+X2_by_R2=a;
+Tp=(sp/sf)*((1+(sf^2*X2_by_R2^2))/(1+(sp^2*X2_by_R2^2)))*Tf;
+printf("\n Plugging torque at full load=%2.1f Nm",Tp)