diff options
Diffstat (limited to '2159/CH9/EX9.5/95.sce')
-rwxr-xr-x | 2159/CH9/EX9.5/95.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/2159/CH9/EX9.5/95.sce b/2159/CH9/EX9.5/95.sce new file mode 100755 index 000000000..316f17538 --- /dev/null +++ b/2159/CH9/EX9.5/95.sce @@ -0,0 +1,16 @@ +// problem 9.5
+s=0.15
+Ls=7
+ds=0.075
+N=75/60
+Hs=2.5
+z=16/9
+f=0.01
+W=2*3.142*N
+g=9.81
+Has=Ls*z*W*W*ds/g
+H=Hs+Has
+H1=Has-Hs
+Hfs=(4*f*Ls/(ds*2*g))*((z*W*ds)^2)
+H2=Hfs+Hs
+disp(H2,H1,H,"pressure head:beginningof suction stroke,end of the suction stroke,middle of the suction stroke")
|