summaryrefslogtreecommitdiff
path: root/632/CH11/EX11.27/example11_27.sce
blob: ee5d668a97ac33b813b4a9f5fb9a758e29e1edfa (plain)
1
2
3
4
5
6
7
8
9
10
11
//clc()
F = 1000;//kg/h
H1 = 116.3;//kJ/kg ( enthalpy of feed solution - 10% NaOH, 305 K )
H2 = 560.57;//kJ/kg ( enthalpy of thick liquor - 50% NaOH, 380 K )
Hsteam = 2676;//kJ/kg ( 1atm , 373.15K )
//by doing material balances,
P = 200;//kg/h
mvap = 800;//kg/h
//Enthalpy balance gives, F*H1 + Q = mvap*Hsteam + P*H2
Q = (mvap*Hsteam + P*H2)-F*H1;
disp("kJ/h",Q,"Heat to be supplied = ")