diff options
Diffstat (limited to '2159/CH5/EX5.10/510.sce')
-rwxr-xr-x | 2159/CH5/EX5.10/510.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/2159/CH5/EX5.10/510.sce b/2159/CH5/EX5.10/510.sce new file mode 100755 index 000000000..1f6597ec2 --- /dev/null +++ b/2159/CH5/EX5.10/510.sce @@ -0,0 +1,12 @@ +// problem 5.10
+Cd=0.6
+x=45
+H=0.5
+g=9.81
+q1=(8*Cd*tand(x/2)*((2*g)^0.5)*(H^2.5))/15
+disp(q1,"rate of flow over the rectangular notch in m3/sec")
+dq1=0.025
+dh=dq1*H/2.5
+h1=H+dh
+h2=H-dh
+disp(h1*100,h2*100,"limiting values of head in centimeters")
|