summaryrefslogtreecommitdiff
path: root/3825/CH10/EX10.15/Ex10_15.sce
blob: d8a86710f854bb3667165c11826ded0a0cb84801 (plain)
1
2
3
4
5
6
7
8
9
10
11
clc
w1=0.009
h1star=64.5
w2=0.029
h2star=109.5
h3=167.45
h4=125.66
mw3=1000
ma=(mw3*(h3-h4))/((h2star-h1star)-((w2-w1)*h4))
mprintf("ma=%fkg/s\n",ma)//ans vary due to roundoff error
mprintf("Make up water required=%fkg/s",ma*(w2-w1))//ans vary due to roundoff error