summaryrefslogtreecommitdiff
path: root/1100/CH10/EX10.1/10_1.sce
blob: ae6f25b4c666f923a63889eab1025f3836c424bc (plain)
1
2
3
4
5
6
7
8
9
10
11
clc
//initialisation of variables
p= 100//psia
vg= 4.432 //cu ft/lb
vf= 0.01744 //cu ft/lb
T= 327.8 //F
sfg= 1.1286 //Bu/lb R
//CALCULATIONS
Q=(T+460)*sfg
//RESULTS
printf ('Heat of vaourisation= %.f Btu/lb',Q)