summaryrefslogtreecommitdiff
path: root/3862/CH6/EX6.16/Ex6_16.sce
diff options
context:
space:
mode:
Diffstat (limited to '3862/CH6/EX6.16/Ex6_16.sce')
-rw-r--r--3862/CH6/EX6.16/Ex6_16.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3862/CH6/EX6.16/Ex6_16.sce b/3862/CH6/EX6.16/Ex6_16.sce
new file mode 100644
index 000000000..7badb22ec
--- /dev/null
+++ b/3862/CH6/EX6.16/Ex6_16.sce
@@ -0,0 +1,12 @@
+clear
+//
+p1=5.0 //Pitch of smaller screw
+p2=10.0 //Pitch of larger screw
+R=500.0 //Lever arm length from centre of screw
+W=15000.0 //Load
+P=185.0 //Effort
+VR=2*3.14*R/(p2-p1) //Velocity Ratio
+MA=W/P //Mechanical advantage
+Efficiency=MA/VR*100.0
+
+printf("\n Efficiency %0.3f percentage",Efficiency)