blob: 4160422696e252a93f84ce8c4346b7e30a400b25 (
plain)
1
2
3
4
5
6
7
8
9
10
|
clc
pathname=get_absolute_file_path('7_5_3.sce')
filename=pathname+filesep()+'753.sci'
exec(filename)
printf(" All the values in the textbook are Approximated hence the values in this code differ from those of Textbook")
disp("From Steam tables, ")
Hin=3201 //Kj/Kg
Hout=2675 //Kj/Kg
Ws= -mdot*(Hout-Hin)/3600
printf("Work delivered by Turbine to surroundings=%d Kw",Ws)
|