summaryrefslogtreecommitdiff
path: root/3862/CH6/EX6.12
diff options
context:
space:
mode:
Diffstat (limited to '3862/CH6/EX6.12')
-rw-r--r--3862/CH6/EX6.12/Ex6_12.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3862/CH6/EX6.12/Ex6_12.sce b/3862/CH6/EX6.12/Ex6_12.sce
new file mode 100644
index 000000000..38e254ee3
--- /dev/null
+++ b/3862/CH6/EX6.12/Ex6_12.sce
@@ -0,0 +1,12 @@
+clear
+D=800.0 //diameter of the wheel
+d1=250.0 //diameter of axle 1
+d2=300.0 //diameter of axle 2
+
+W=20000.0 //effort
+
+VR=(2*D)/(d2-d1) //Velocity Ratio
+Efficiency=0.55
+MA=Efficiency*VR //Mechanical advantage
+P = W/MA //Effort
+printf("\n Effort is %0.3f N",P)