From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 764/CH6/EX6.5.a/data6_5.sci | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 764/CH6/EX6.5.a/data6_5.sci (limited to '764/CH6/EX6.5.a') 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 -- cgit