diff options
Diffstat (limited to '2159/CH7/EX7.10/710.sce')
-rwxr-xr-x | 2159/CH7/EX7.10/710.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/2159/CH7/EX7.10/710.sce b/2159/CH7/EX7.10/710.sce new file mode 100755 index 000000000..f28e0ec52 --- /dev/null +++ b/2159/CH7/EX7.10/710.sce @@ -0,0 +1,14 @@ +// problem 7.10
+D=2.4
+d=1.5
+i=1/1500
+N=0.02
+a=(d-(D/2))/(D/2)
+z=acos(a)
+z1=3.142-z
+P=D*z1
+A=D*D*0.25*(z1-(sin(2*z1)/2))
+m=A/P
+Q=(A*(m^0.6666)*(i^0.5))/N
+disp(Q*1000,"the discharge through the sewer in litres/sec")
+
|