summaryrefslogtreecommitdiff
path: root/2159/CH5/EX5.8/58.sce
diff options
context:
space:
mode:
Diffstat (limited to '2159/CH5/EX5.8/58.sce')
-rwxr-xr-x2159/CH5/EX5.8/58.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2159/CH5/EX5.8/58.sce b/2159/CH5/EX5.8/58.sce
new file mode 100755
index 000000000..4ce4506c3
--- /dev/null
+++ b/2159/CH5/EX5.8/58.sce
@@ -0,0 +1,10 @@
+// problem 5.8
+Q1=0.005
+Cd=0.62
+g=9.81
+Q2=0.75
+h=0.07
+z=(Q1*15)/(8*Cd*((2*g)^0.5)*(h^2.5))
+H=h*((Q2/Q1)^0.4)
+W=2*H*z
+disp(W,"width of the water surface in m")