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.13.a/data7_13.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.13.a/data7_13.sci')
-rwxr-xr-x | 764/CH7/EX7.13.a/data7_13.sci | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/764/CH7/EX7.13.a/data7_13.sci b/764/CH7/EX7.13.a/data7_13.sci new file mode 100755 index 000000000..983bc55e2 --- /dev/null +++ b/764/CH7/EX7.13.a/data7_13.sci @@ -0,0 +1,19 @@ +
+//(Threaded Joints) Example 7.13
+//Refer Fig.7.28 on page 245
+//Maximum force in the tie rod P (kN)
+P = 5
+//Tie rod inclination with the horizontal theta (degree)
+theta = 30
+//Number of bolts N
+N = 4
+//Tensile yield strength of 30C8 Syt (N/mm2)
+Syt = 400
+//Factor of safety fs
+fs = 5
+//Distance between boltA and pt.C l1 (mm)
+l1 = 25
+//Distance between boltB and pt.C l2 (mm)
+l2 = 150 + 25
+//Eccentricity value e (mm)
+e = 50 + 25
|