blob: ea74ef059d70454fd9dfd527c503cd15ad2d262e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
//(Power Screws) Example 6.11
//Refer Fig.6.27 on page 215
//Force applied by operator P (N)
P = 100
//Mean radius R (mm)
R = 500
//Coefficient of friction (mu)
mu = 0.15
//Nominal diameter of the upper screw dUp (mm)
dUp = 50
//Pitch of the upper screw pUp (mm)
pUp = 12
//Nominal diameter of the lower screw dLow (mm)
dLow = 50
//Pitch of the upper screw pLow (mm)
pLow = 8
//Number of starts of both the screws n
n = 1
|