summaryrefslogtreecommitdiff
path: root/2666/CH14/EX14.3/Ex14_3.sce
blob: 8723c58814d5103747e57413304ec92c1e06f09f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

clc
//initialisation of variables
h=2368000//Btu per mol
t=77//F
u=104//ft
v=18*991.3//Btu
d=85//ft
p=640//F
q=12.5//ft
h1=1066//ft
f=9//ft
a=8//ft
r=118//ft
g=13.5//ft
//CALCULATIONS
U=u-v//Btu per mol of water
F=1*p+q*d+g*h1+a*r+a*h1+f*U+h//Btu per mol
//RESULTS
printf('the fuel the oxygen =% f Btu per mol',F)