summaryrefslogtreecommitdiff
path: root/2159/CH11/EX11.3/113.sce
diff options
context:
space:
mode:
Diffstat (limited to '2159/CH11/EX11.3/113.sce')
-rwxr-xr-x2159/CH11/EX11.3/113.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/2159/CH11/EX11.3/113.sce b/2159/CH11/EX11.3/113.sce
new file mode 100755
index 000000000..d929a2e07
--- /dev/null
+++ b/2159/CH11/EX11.3/113.sce
@@ -0,0 +1,14 @@
+// problem 11.3
+H=340
+P=4410*1000
+N=500/60
+Cv=0.97
+no=0.86
+w=9810
+g=9.81
+Q=P/(w*H*no)
+V1=Cv*(sqrt(2*g*H))
+u=0.45*V1
+D=u/(3.142*N)
+a=Q/V1
+disp(a,D,"mean diameter in m,jet area in m2")