diff options
Diffstat (limited to '1466/CH4/EX4.10')
-rwxr-xr-x | 1466/CH4/EX4.10/4_10.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/1466/CH4/EX4.10/4_10.sce b/1466/CH4/EX4.10/4_10.sce new file mode 100755 index 000000000..d7a8c98f7 --- /dev/null +++ b/1466/CH4/EX4.10/4_10.sce @@ -0,0 +1,14 @@ +
+
+clc
+//initialisation of variables
+clear
+C= 0.62 //
+d= 1 //in
+g= 32.2 //ft/sec^2
+D= 2 //in
+h= 0.85 //ft
+//CALCULATIONS
+Q= C*60*(%pi/(4*144))*sqrt((2*g*h)/(1-(d/D)^4))
+//RESULTS
+printf (' Flow through the orifice = %.2f ft^3/min',Q)
|