summaryrefslogtreecommitdiff
path: root/1466/CH5/EX5.5/5_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '1466/CH5/EX5.5/5_5.sce')
-rwxr-xr-x1466/CH5/EX5.5/5_5.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/1466/CH5/EX5.5/5_5.sce b/1466/CH5/EX5.5/5_5.sce
new file mode 100755
index 000000000..7f7b0e572
--- /dev/null
+++ b/1466/CH5/EX5.5/5_5.sce
@@ -0,0 +1,14 @@
+clc
+//initialisation of variables
+B= 5 //ft
+H= 0.75 //ft
+k= 0.2/0.45
+Q1= 16.2 //ft^3/sec
+B1= 5 //ft
+H1= 0.51 //ft
+//CALCULATIONS
+A= (Q1+H1*k)/B1
+C= k/A
+Q= A*(B-C*H)*H^1.5
+//RESULTS
+printf (' Discharge flow rate = %.2f ft^3/sec',Q)