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.3.a/data7_3.sci | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 764/CH7/EX7.3.a/data7_3.sci (limited to '764/CH7/EX7.3.a/data7_3.sci') diff --git a/764/CH7/EX7.3.a/data7_3.sci b/764/CH7/EX7.3.a/data7_3.sci new file mode 100755 index 000000000..b04ddc374 --- /dev/null +++ b/764/CH7/EX7.3.a/data7_3.sci @@ -0,0 +1,17 @@ + +//(Threaded Joints) Example 7.3 +//Refer Fig.7.16 on page 233 +//Eccentric force acting on the structure P (kN) +P = 10 +//Eccentricity of the force from the C.G. of the bolts e (mm) +e = 500 +//Centre distance between bolts 1 and 2 dist1 (mm) +dist1 = 200 +//Centre distance between bolts 1 and 3 dist2 (mm) +dist2 = 150 +//Tensile yield strength of 30C8 Syt (N/mm2) +Syt = 400 +//Factor of safety fs +fs = 2.5 +//Number of bolts N +N = 4 -- cgit