summaryrefslogtreecommitdiff
path: root/3841/CH5/EX5.4/Ex5_4.sce
blob: 2f81c36432a6dd0f729f6a4221c8791541c1cd82 (plain)
1
2
3
4
5
6
7
8
9
10
11
clear
//given
//
//find the rate of flow outlet
t=600.
c=1200.
t2=400.
AT=t+460.
AT1=t2+460.
Rfo=c*(AT1/AT)
printf("\n \n Rate of flow outlet %.2f ",Rfo)