summaryrefslogtreecommitdiff
path: root/1442/CH19/EX19.9/19_9.sce
blob: 80fd6fe80ec80df7acfa30958cdcf7905384990f (plain)
1
2
3
4
5
6
7
8
9
clc
//initialisation of variables
Wc= 12 //kg
hf= -393520 //kJ/kmol
gf= -394360 //kJ/kmol
//CALCULATIONS
Wmax= -gf/Wc
//RESULTS
printf (' maximum work= %.f kJ/kg of carbon ',Wmax)