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/CH14/EX14.4.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/CH14/EX14.4.a')
-rwxr-xr-x | 764/CH14/EX14.4.a/data14_4.sci | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/764/CH14/EX14.4.a/data14_4.sci b/764/CH14/EX14.4.a/data14_4.sci new file mode 100755 index 000000000..04f8c8407 --- /dev/null +++ b/764/CH14/EX14.4.a/data14_4.sci @@ -0,0 +1,28 @@ +
+//(Chain Drives) Example 14.4
+//Rating of the electric motor kwd (kW)
+kWd = 12
+//Speed of the electric motor n1 (rpm)
+n1 = 1400
+//Speed of the centrifugal pump n2 (rpm)
+n2 = 700
+//Number of teeth on the driving sprocket z1
+z1 = 17
+//Change the following data accordingly
+//Find service factor for moderate shock conditions from table 14.3 on page 551
+Ks = 1.3
+//Find multiple strand factor from table 14.4 on page 551
+//For 1 strand
+K1 = 1
+//Find the tooth correction factor from table 14.5 on page 551
+//For 17 teeth
+K2 = 1
+//After choosing the chain, alter following data accordingly from table 14.2 on page 550
+//pitch p (mm)
+p = 19.05
+//roller diameter d1 (mm)
+d1 = 12.07
+//roller width b1 (mm)
+b1 = 11.68
+//Reduction factor for providing sag by reducing the centre distance between the sprockets fact
+fact = 0.002
|