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.11.b/result7_11.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.11.b/result7_11.txt')
-rwxr-xr-x | 764/CH7/EX7.11.b/result7_11.txt | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/764/CH7/EX7.11.b/result7_11.txt b/764/CH7/EX7.11.b/result7_11.txt new file mode 100755 index 000000000..05d6f959d --- /dev/null +++ b/764/CH7/EX7.11.b/result7_11.txt @@ -0,0 +1,49 @@ +-->//(Threaded Joints) Example 7.11
+
+-->//Refer Fig.7.26 on page 243
+
+-->//Screw pitch circle diameter 2b (mm)
+
+-->b = 300/2
+ b =
+
+ 150.
+
+-->//Flange diameter 2a (mm)
+
+-->a = 400/2
+ a =
+
+ 200.
+
+-->//External force acting on the bearing P (kN)
+
+-->P = 25
+ P =
+
+ 25.
+
+-->//Eccentricity value l (mm)
+
+-->l = 150
+ l =
+
+ 150.
+
+-->//Maximum permissible tensile stress in the cap screw sigmaMax (N/mm2)
+
+-->sigmaMax = 50
+ sigmaMax =
+
+ 50.
+
+-->//Number of cap screws n
+
+-->n = 4
+ n =
+
+ 4.
+
+
+The nominal diameter of the cap screw(d) = 15.000000 mm
+
\ No newline at end of file |