summaryrefslogtreecommitdiff
path: root/3825/CH8/EX8.11/Ex8_11.sce
blob: 99a45614a067321e7c0911bee7c9e80e0dea0f9a (plain)
1
2
3
4
5
6
7
8
9
10
11
clc
T1=100
T2=120
CPf=4.23
CPg=1.55
h1=2256.94
deltahfg=(CPg-CPf)*(T2-T1)
mprintf("hfg2-hfg1=%f\n",deltahfg)
hfg=h1+deltahfg
mprintf("hfg at 120 celsius=%fkJ/kg",hfg)