diff options
Diffstat (limited to '1466/CH3/EX3.10')
-rwxr-xr-x | 1466/CH3/EX3.10/3_10.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1466/CH3/EX3.10/3_10.sce b/1466/CH3/EX3.10/3_10.sce new file mode 100755 index 000000000..f5b70192b --- /dev/null +++ b/1466/CH3/EX3.10/3_10.sce @@ -0,0 +1,12 @@ +
+clc
+//initialisation of variables
+r= 6 //in
+r1= 3 //in
+g= 32.2 //ft/sec^2
+Q= 1450 //r.p.m
+w= 62.4 //lb/ft^3
+//CALCULATIONS
+dp= (2*%pi*Q)^2*((r/12)^2-(r1/12)^2)*w/(60^2*2*g*144)
+//RESULTS
+printf (' pressure difference = %.1f Lb/in^2 ',dp)
|