summaryrefslogtreecommitdiff
path: root/764/CH6/EX6.5.a
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /764/CH6/EX6.5.a
downloadScilab-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.5.a')
-rwxr-xr-x764/CH6/EX6.5.a/data6_5.sci19
1 files changed, 19 insertions, 0 deletions
diff --git a/764/CH6/EX6.5.a/data6_5.sci b/764/CH6/EX6.5.a/data6_5.sci
new file mode 100755
index 000000000..0a034ac63
--- /dev/null
+++ b/764/CH6/EX6.5.a/data6_5.sci
@@ -0,0 +1,19 @@
+
+//(Power Screws) Example 6.5
+//Refer Fig.6.14 on page 199
+//Number of starts on the screw n
+n = 1
+//Nominal diameter of the screw d (mm)
+d = 80
+//Pitch of the screw p (mm)
+p = 10
+//Maximum axial force to be exerted by the screw W (kN)
+W = 10
+//Mean radius of the friction collar rm (mm)
+rm = 30
+//Axial length of the nut L (mm)
+L = 40
+//Coefficient of friction at the threads and collar mu
+mu = 0.12
+//Mean diameter of the rim of the handwheel D (mm)
+D = 500