Sei sulla pagina 1di 1

0001 //Agua

0002 if C==1 then


0003 if nb==1 then
0004 Tc=647.1 //k;
0005 Pc=2.21e7 //Pa;
0006 w=.34;
0007 v=.03; //m3/mol
0008 Cp=1890; //J/k
0009 end
0010 // CH4
0011 if nb==2 then
0012 Tc=190.6;
0013 Pc=4600000;
0014 w=.008;
0015 v=.022;
0016 Cp=165.674;
0017 end
0018 // CO2
0019 if nb==3 then
0020 Tc=304.15;
0021 Pc=73.8e5;
0022 w=.228;
0023 v=.022;
0024 Cp=735;
0025 end
0026 // Acetileno
0027 if nb==4 then
0028 Tc=282.3;
0029 Pc=5040000;
0030 w=.0087;
0031 v=.0239;
0032 Cp=165.674;;
0033 end
0034 if nb==50 then
0035 Tc=304.15;
0036 Pc=73.8e5;
0037 w=.228;
0038 v=0.022;
0039 end
0040 end

Potrebbero piacerti anche