diff options
Diffstat (limited to '764/CH6/EX6.11.a')
-rwxr-xr-x | 764/CH6/EX6.11.a/data6_11.sci | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/764/CH6/EX6.11.a/data6_11.sci b/764/CH6/EX6.11.a/data6_11.sci new file mode 100755 index 000000000..ea74ef059 --- /dev/null +++ b/764/CH6/EX6.11.a/data6_11.sci @@ -0,0 +1,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
|