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/CH7/EX7.13.a/data7_13.sci | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 764/CH7/EX7.13.a/data7_13.sci (limited to '764/CH7/EX7.13.a') diff --git a/764/CH7/EX7.13.a/data7_13.sci b/764/CH7/EX7.13.a/data7_13.sci new file mode 100755 index 000000000..983bc55e2 --- /dev/null +++ b/764/CH7/EX7.13.a/data7_13.sci @@ -0,0 +1,19 @@ + +//(Threaded Joints) Example 7.13 +//Refer Fig.7.28 on page 245 +//Maximum force in the tie rod P (kN) +P = 5 +//Tie rod inclination with the horizontal theta (degree) +theta = 30 +//Number of bolts N +N = 4 +//Tensile yield strength of 30C8 Syt (N/mm2) +Syt = 400 +//Factor of safety fs +fs = 5 +//Distance between boltA and pt.C l1 (mm) +l1 = 25 +//Distance between boltB and pt.C l2 (mm) +l2 = 150 + 25 +//Eccentricity value e (mm) +e = 50 + 25 -- cgit