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.12.a/data7_12.sci | |
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.12.a/data7_12.sci')
-rwxr-xr-x | 764/CH7/EX7.12.a/data7_12.sci | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/764/CH7/EX7.12.a/data7_12.sci b/764/CH7/EX7.12.a/data7_12.sci new file mode 100755 index 000000000..fe91b795a --- /dev/null +++ b/764/CH7/EX7.12.a/data7_12.sci @@ -0,0 +1,15 @@ +
+//(Threaded Joints) Example 7.12
+//Refer Fig.7.27 on page 244
+//Number of bolts n
+n = 16
+//Pitch circle diameter of the bolts 2b (mm)
+b = 2000/2
+//Diameter of the pillar flange 2a (mm)
+a = 2250/2
+//Load acting on the crane P (kN)
+P = 50
+//Radius r (mm)
+r = 7500
+//Maximum permissible tensile stress sigmaMax (N/mm2)
+sigmaMax = 75
|