summaryrefslogtreecommitdiff
path: root/3825/CH9/EX9.10/Ex9_10.sce
blob: 22e770e05860d1e9307b30736e617ef3ae2ebe9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clc
h1=178.8372
hg=h1
h4=75.1013
h3=h4
Eabs=211
m=Eabs/(h1-h4)
mprintf("m=%fkg/min\n",m)//ans vary due to roundoff error
Etrans=300
W=Etrans-Eabs
mprintf("W=%fkJ/min\n",W)//ans vary due to roundoff error
COPR=Eabs/W
mprintf("COPR=%f\n",COPR)//ans vary due to roundoff error