diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /2159/CH10/EX10.10/1010.sce | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '2159/CH10/EX10.10/1010.sce')
-rwxr-xr-x | 2159/CH10/EX10.10/1010.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/2159/CH10/EX10.10/1010.sce b/2159/CH10/EX10.10/1010.sce new file mode 100755 index 000000000..bab8de7f7 --- /dev/null +++ b/2159/CH10/EX10.10/1010.sce @@ -0,0 +1,13 @@ +// problem 10.10
+Q=0.118
+N=1450/60
+Hm=25
+d2=0.25
+B2=0.05
+n=0.75
+g=9.81
+u2=3.142*d2*N
+Vf2=Q/(3.142*d2*B2)
+Vw2=g*Hm/(n*u2)
+y2=atand(Vf2/(u2-Vw2))
+disp(y2,"vane angle in degree at the outer nperiphery of the impeller")
|