summaryrefslogtreecommitdiff
path: root/1709/CH11/EX11.3/11_3.sce
blob: 249fcc8108a0b2463598ed0f05ee710800e5670c (plain)
1
2
3
4
5
6
7
8
9
10
11
clc
//Initialization of variables
T=440 //F
//calculations
disp("From steam tables,")
h1=-169290
h2=7597.6
h3=4030.2
ht=h1+h2-h3
//results
printf("Molal enthalpy of CO2 = %d Btu/lbm mole",ht)