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/DEPENDENCIES/data3_4.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/DEPENDENCIES/data3_4.sci')
-rwxr-xr-x | 764/DEPENDENCIES/data3_4.sci | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/764/DEPENDENCIES/data3_4.sci b/764/DEPENDENCIES/data3_4.sci new file mode 100755 index 000000000..4a61e2086 --- /dev/null +++ b/764/DEPENDENCIES/data3_4.sci @@ -0,0 +1,17 @@ +
+//(Manufacturing Considerations in Design) Example 3.4
+//Basic centre distance between two bolts C mm
+C = 50
+//Basic diameter of bolt Db mm
+Db = 12
+//Refer tables 3.2 and 3.3a for tolerances of H11-d11 fit
+//Upper deviation for bolt Ub mm
+Ub = -0.050
+//Lower deviation for bolt Lb mm
+Lb = -0.160
+//Basic diameter of hole Dh mm
+Dh = 12
+//Upper deviation for hole Uh mm
+Uh = 0.110
+//Lower deviation for hole Lh mm
+Lh = 0.000
|