summaryrefslogtreecommitdiff
path: root/3862/CH6/EX6.11/Ex6_11.sce
blob: ea7601285921fa69dc1f6f21fe4ac10eee543035 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clear
D=500.0            //diameter of the wheel
d=200.0            //diameter of axle
tcw=6.0             //thickness of the cord on the wheel
tca=20.0           //thickness of the cord on the axle
W=1200              //effort
ED=D+tcw            //Effective diameter of the wheel
Ed=d+tca            //Effectivediameter of axle
VR=ED/Ed           //Velocity Ratio
Efficiency=0.7
MA=Efficiency*VR         //Mechanical advantage
P = W/MA    //Effort
printf("\n Effort is %0.3f  N",P)