diff options
Diffstat (limited to '2159/CH11/EX11.6')
-rwxr-xr-x | 2159/CH11/EX11.6/116.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/2159/CH11/EX11.6/116.sce b/2159/CH11/EX11.6/116.sce new file mode 100755 index 000000000..2a851a22c --- /dev/null +++ b/2159/CH11/EX11.6/116.sce @@ -0,0 +1,13 @@ +// problem 11.6
+D=1
+N=1000/60
+H=700
+y=165
+y2=180-y
+Q=0.1
+Cv=0.97
+g=9.81
+u=D*3.142*N
+V1=Cv*(sqrt(2*g*H))
+nh=(2*u*(V1-u)*(1+(cosd(y2))))/(V1*V1)
+disp(nh*100,"hydraulic efficiency of the wheel")
|