summaryrefslogtreecommitdiff
path: root/2141/CH11/EX11.6/Ex11_6.sce
blob: e7ab7b9a20b70c8898b1a4e9a92ccf207f644601 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

clc
//initialisation of variables
P=14.7//lbf/in^2
U=0.622 //lbf/in^2
umga=U*(0.3631/(P-0.36))//lbf/in^2
T1=84//F
T2=70//F
Pg=0.577//F
Umga1=(0.24*(T2-T1)+umga*1054.3)/(1094.4-38.0)//lbf/in^2
P1=0.289 //lbf/in^2
//CALCULATIONS
Fhi=(P1/Pg)//lbf/in^2
//RESULTS
printf('The humidity ratio and relative humidity of the air water vapor mixture entering=% f',Fhi)