summaryrefslogtreecommitdiff
path: root/1466/CH5/EX5.6/5_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '1466/CH5/EX5.6/5_6.sce')
-rwxr-xr-x1466/CH5/EX5.6/5_6.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/1466/CH5/EX5.6/5_6.sce b/1466/CH5/EX5.6/5_6.sce
new file mode 100755
index 000000000..9073ae300
--- /dev/null
+++ b/1466/CH5/EX5.6/5_6.sce
@@ -0,0 +1,13 @@
+
+
+clc
+//initialisation of variables
+H= 0.5 //ft
+h= 6 //m
+l= 4 //m
+g=32.2
+//CLACULATIONS
+m= 0.405+(0.00984/H)
+D= m*sqrt(2*g)*l*H^1.5
+//RESULTS
+printf (' Discharge using bazins formula = %.2f ft^3/sec',D)