diff options
Diffstat (limited to '746/DEPENDENCIES/8_02.sci')
-rwxr-xr-x | 746/DEPENDENCIES/8_02.sci | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/746/DEPENDENCIES/8_02.sci b/746/DEPENDENCIES/8_02.sci new file mode 100755 index 000000000..fa2011727 --- /dev/null +++ b/746/DEPENDENCIES/8_02.sci @@ -0,0 +1,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;
\ No newline at end of file |