diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /764/CH7/EX7.3.b/result7_3.txt | |
download | Scilab-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/CH7/EX7.3.b/result7_3.txt')
-rwxr-xr-x | 764/CH7/EX7.3.b/result7_3.txt | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/764/CH7/EX7.3.b/result7_3.txt b/764/CH7/EX7.3.b/result7_3.txt new file mode 100755 index 000000000..1c7959344 --- /dev/null +++ b/764/CH7/EX7.3.b/result7_3.txt @@ -0,0 +1,56 @@ +-->//(Threaded Joints) Example 7.3
+
+-->//Refer Fig.7.16 on page 233
+
+-->//Eccentric force acting on the structure P (kN)
+
+-->P = 10
+ P =
+
+ 10.
+
+-->//Eccentricity of the force from the C.G. of the bolts e (mm)
+
+-->e = 500
+ e =
+
+ 500.
+
+-->//Centre distance between bolts 1 and 2 dist1 (mm)
+
+-->dist1 = 200
+ dist1 =
+
+ 200.
+
+-->//Centre distance between bolts 1 and 3 dist2 (mm)
+
+-->dist2 = 150
+ dist2 =
+
+ 150.
+
+-->//Tensile yield strength of 30C8 Syt (N/mm2)
+
+-->Syt = 400
+ Syt =
+
+ 400.
+
+-->//Factor of safety fs
+
+-->fs = 2.5
+ fs =
+
+ 2.5
+
+-->//Number of bolts N
+
+-->N = 4
+ N =
+
+ 4.
+
+
+Standard size of the bolts is M20
+
\ No newline at end of file |