summaryrefslogtreecommitdiff
path: root/599/CH5/EX5.7/example5_7.sce
blob: 7498b932a0d760da1b09efa38395dbd7f7509cd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

clear;
clc;
printf("\t Example 5.7\n");
        //given o.03 kg of water vapour/kg of dry air is contacted with water at an adiabatic temperature and humidified and cooled to 70 percent saturtion
        
//from pyschometric chart
ft=46;                //final temperature in degree celcius
printf("\n final temperature is (from chart):%f degree celcius",ft);
y_bar=.0475;        // humidity of air
printf("\n the humidity of air(from chart) :%f kg water vapour /kg dry air",y_bar);

//end