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.2.a/data14_2.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/CH14/EX14.2.a/data14_2.sci')
-rwxr-xr-x | 764/CH14/EX14.2.a/data14_2.sci | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/764/CH14/EX14.2.a/data14_2.sci b/764/CH14/EX14.2.a/data14_2.sci new file mode 100755 index 000000000..d05b33819 --- /dev/null +++ b/764/CH14/EX14.2.a/data14_2.sci @@ -0,0 +1,19 @@ +
+//(Chain Drives) Example 14.2
+//Power delivered by the rotary engine kW
+kWd = 30
+//Efficiency of the drive between the engine and the intermediate shaft eta (%)
+eta = 90
+//Number of teeth on the driving sprocket z1
+z1 = 17
+//Speed of the driving sprocket n1 (rpm)
+n1 = 300
+//Change the following data accordingly
+//Find service factor for moderate shock conditions from table 14.3 on page 551
+Ks = 1.4
+//Find multiple strand factor from table 14.4 on page 551
+//For 4 strands
+K1 = 3.3
+//Find the tooth correction factor from table 14.5 on page 551
+//For 17 teeth
+K2 = 1
|