diff options
Diffstat (limited to '1364/CH4/EX4.5.1')
-rwxr-xr-x | 1364/CH4/EX4.5.1/4_5_1.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1364/CH4/EX4.5.1/4_5_1.sce b/1364/CH4/EX4.5.1/4_5_1.sce new file mode 100755 index 000000000..88b9e8829 --- /dev/null +++ b/1364/CH4/EX4.5.1/4_5_1.sce @@ -0,0 +1,12 @@ +clc
+//initialisation of variables
+C= 0.6
+s= 0.0767 //lbf/ft^3
+g= 32.2 //ft/sec^2
+w= 62.4 //lbf/ft^3
+Hw= 0.7 //in
+//CALCULATIONS
+Ha= Hw*w/(s*12)
+Q= C*%pi*sqrt(2*g*Ha)/144
+//RESULTS
+printf (' volumetric flow rate = %.3f ft^3/sec ',Q)
|