diff options
Diffstat (limited to '1364/CH8/EX8.3.4')
-rwxr-xr-x | 1364/CH8/EX8.3.4/8_3_4.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/1364/CH8/EX8.3.4/8_3_4.sce b/1364/CH8/EX8.3.4/8_3_4.sce new file mode 100755 index 000000000..a63b8a3ab --- /dev/null +++ b/1364/CH8/EX8.3.4/8_3_4.sce @@ -0,0 +1,14 @@ +clc
+//initialisation of variables
+g= 32.2 //ft/sec^2
+l= 2.54 //cm
+g= 32.2 //ft/sec^2
+v= 3.22 //centi-poise
+f= 0.01
+p= 1.74 //lbf/in^2
+w= 100 //rev
+//CALCULATIONS
+V= v*l/(453.6*g*12)
+R= f*p*60/(%pi*2*%pi*w*V)
+//RESULTS
+printf (' relevant ratio of diameter to clearance= %.1f ',R)
|