summaryrefslogtreecommitdiff
path: root/2159/CH10/EX10.13
diff options
context:
space:
mode:
Diffstat (limited to '2159/CH10/EX10.13')
-rwxr-xr-x2159/CH10/EX10.13/1013.sce17
1 files changed, 17 insertions, 0 deletions
diff --git a/2159/CH10/EX10.13/1013.sce b/2159/CH10/EX10.13/1013.sce
new file mode 100755
index 000000000..bf6a0aad2
--- /dev/null
+++ b/2159/CH10/EX10.13/1013.sce
@@ -0,0 +1,17 @@
+// problem 10.13
+Q=0.125
+Hm=25
+N=660/60
+d2=0.6
+d1=d2*0.5
+a=0.06
+y2=45
+g=9.81
+u2=3.142*d2*N
+u1=u2*0.5
+Vf2=Q/a
+Vw2=u2-(Vf2/tand(y2))
+n=g*Hm/(Vw2*u2)
+Vf1=Q/(a)
+y1=atand(Vf1/u1)
+disp(y1,n*100,"manometric efficiency,vane angle at inlet")