blob: bae529f828b5e4614e05ebeb92d0195952b10b8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
clc
pathname=get_absolute_file_path('8_5_2.sce')
filename=pathname+filesep()+'852.sci'
exec(filename)
printf(" All the values in the textbook are Approximated hence the values in this code differ from those of Textbook")
disp("sulphuric acid balance")
m2=x*mdot/y
disp("Total Mass balance")
m1=mdot-m2
Qdot=m1*Hv+m2*Hl-mdot*Hf
printf(" Rate of Heat transfer= %f Btu/h",Qdot)
|