summaryrefslogtreecommitdiff
path: root/2223/CH18/EX18.32/Ex18_32.sce
blob: 30d6cfbdfde8ba99136f0a1aa1df47f9d87391bb (plain)
1
2
3
4
5
6
7
8
9
// scilab Code Exa 18.32 IFR turbine stage efficiency

// part(b)
R=0.48;
sigma_s=0.6;
n_n=0.92;
alpha_2=15;  //  air angle at nozzle exit(from tangential direction)
n_st=2*sigma_s*sqrt(n_n*(1-R))*cosd(alpha_2);
disp("%",n_st*100,"stage efficiency of the radial turbine is")