diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /764/CH6/EX6.11.a/data6_11.sci | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '764/CH6/EX6.11.a/data6_11.sci')
-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
|