diff options
Diffstat (limited to '764/CH7/EX7.4.a/data7_4.sci')
-rwxr-xr-x | 764/CH7/EX7.4.a/data7_4.sci | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/764/CH7/EX7.4.a/data7_4.sci b/764/CH7/EX7.4.a/data7_4.sci new file mode 100755 index 000000000..8321fdb20 --- /dev/null +++ b/764/CH7/EX7.4.a/data7_4.sci @@ -0,0 +1,17 @@ +
+//(Threaded Joints) Example 7.4
+//Refer Fig.7.19 on page 235
+//Force acting on the steel plate P (kN)
+P = 5
+//Yield tensile strength of 45C8 Syt (N/mm2)
+Syt = 380
+//Factor of safety fs
+fs = 3
+//Number of bolts N
+N = 3
+//Eccentricity value (distance between C.G. of bolts and force) e (mm)
+e = 200 + 30 + 75
+//Distance between bolt1 and bolt2 r1 (mm)
+r1 = 75
+//Distance between bolt2 and bolt3 r3 (mm)
+r3 = 75
|