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 /2021/CH17/EX17.7 | |
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 '2021/CH17/EX17.7')
-rwxr-xr-x | 2021/CH17/EX17.7/EX17_7.sce | 13 | ||||
-rwxr-xr-x | 2021/CH17/EX17.7/Ex17_7.pdf | bin | 0 -> 10631 bytes |
2 files changed, 13 insertions, 0 deletions
diff --git a/2021/CH17/EX17.7/EX17_7.sce b/2021/CH17/EX17.7/EX17_7.sce new file mode 100755 index 000000000..4328ed513 --- /dev/null +++ b/2021/CH17/EX17.7/EX17_7.sce @@ -0,0 +1,13 @@ +//Finding of Vane Angle
+//Given
+V=40;
+u=20;
+alpha=30;
+b=90;
+u1=20;
+//TO Find
+theta=atand((V*sin(%pi/6))/((V*cos(%pi/6))-u));
+Vr=((V*sin(%pi/6))/(sin(theta)));
+pi=acosd(u1/Vr);
+disp("Vane angle at Inlet ="+string(theta)+" Degrees");
+disp("Vane angle at Outlet ="+string(pi)+" Degrees");
diff --git a/2021/CH17/EX17.7/Ex17_7.pdf b/2021/CH17/EX17.7/Ex17_7.pdf Binary files differnew file mode 100755 index 000000000..d6b3750f2 --- /dev/null +++ b/2021/CH17/EX17.7/Ex17_7.pdf |