summaryrefslogtreecommitdiff
path: root/1466/CH10/EX10.8
diff options
context:
space:
mode:
Diffstat (limited to '1466/CH10/EX10.8')
-rwxr-xr-x1466/CH10/EX10.8/10_8.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/1466/CH10/EX10.8/10_8.sce b/1466/CH10/EX10.8/10_8.sce
new file mode 100755
index 000000000..2454cda37
--- /dev/null
+++ b/1466/CH10/EX10.8/10_8.sce
@@ -0,0 +1,14 @@
+
+clc
+//initialisation of variables
+Q=1.5//ft
+w=1//ft
+g=32.2//ft/sec^2
+//CALCULATIONS
+H1=(Q/(w*3.09))^(2/3)
+h=2*H1/3
+v=sqrt(2*g*H1/3)
+V=1.76//ft/sec//by plotting
+H=H1-(V*V/(2*g))
+//RESULTS
+printf (' depth of water at throat= %.2f ft',H)