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.16.a | |
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.16.a')
-rwxr-xr-x | 764/CH7/EX7.16.a/data7_16.sci | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/764/CH7/EX7.16.a/data7_16.sci b/764/CH7/EX7.16.a/data7_16.sci new file mode 100755 index 000000000..e66aee17f --- /dev/null +++ b/764/CH7/EX7.16.a/data7_16.sci @@ -0,0 +1,17 @@ +
+//(Threaded Joints) Example 7.16
+//Refer Fig.7.35 on page 256
+//Yield tensile strength of 30C8 Syt (N/mm2)
+Syt = 380
+//Young's modulus of 30C8 E1 (N/mm2)
+E1 = 207000
+//Young's modulus of aluminium E2 (N/mm2)
+E2 = 71000
+//Initial pre-load in the bolt Pi (kN)
+Pi = 5
+//External force acting on the bolted joint P (kN)
+P = 10
+//Factor of safety fs
+fs = 2.5
+//Length of the joint l (mm)
+l = 25 + 25
|