blob: d05b33819466faeff595f59b2824dc39989346be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
|