blob: fa2011727d3c2884d423b9b0c2ffeaa33b4c0c95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
//temperature fo operation(in F):
T=210;
//Diameter of te bearing(in inches):
D=3;
//Diametral clearance(in inches):
a=0.0025;
//Length of shaft(in inhes):
L=1.25;
//Speed of rotation of the shaft(in rpm):
N=3600;
//Viscosity of the oil(in lbf-s/ft^2):
u=2.01*10^-4;
//Specific gravity of SAE 10W:
SG=0.92;
//Density of water (in slug/ft^3)
p=1.94;
|