Go to the source code of this file.
Functions | |
TEST_F (CO2FluidPropertiesTest, fluidName) | |
Test that the fluid name is correctly returned. More... | |
TEST_F (CO2FluidPropertiesTest, molarMass) | |
Test that the molar mass is correctly returned. More... | |
TEST_F (CO2FluidPropertiesTest, criticalProperties) | |
Test that the critical properties are correctly returned. More... | |
TEST_F (CO2FluidPropertiesTest, triplePointProperties) | |
Test that the triple point properties are correctly returned. More... | |
TEST_F (CO2FluidPropertiesTest, melting) | |
Verify calculation of melting pressure using experimental data from Michels et al, The melting line of carbon dioxide up to 2800 atmospheres, Physica 9 (1942). More... | |
TEST_F (CO2FluidPropertiesTest, sublimation) | |
Verify calculation of sublimation pressure using data from Bedford et al., Recommended values of temperature for a selected set of secondary reference points, Metrologia 20 (1984). More... | |
TEST_F (CO2FluidPropertiesTest, vapor) | |
Verify calculation of vapor pressure, vapor density and saturated liquid density using experimental data from Duschek et al., Measurement and correlation of the (pressure, density, temperature) relation of cabon dioxide II. More... | |
TEST_F (CO2FluidPropertiesTest, partialDensity) | |
Verify calculation of partial density at infinite dilution using data from Hnedkovsky et al., Volumes of aqueous solutions of CH4, CO2, H2S, and NH3 at temperatures from 298.15 K to 705 K and pressures to 35 MPa, J. More... | |
TEST_F (CO2FluidPropertiesTest, henry) | |
Verify that the coefficients for Henry's constant are correct using Guidelines on the Henry's constant and vapour liquid distribution constant for gases in H20 and D20 at high temperatures, IAPWS (2004). More... | |
TEST_F (CO2FluidPropertiesTest, thermalConductivity) | |
Verify calculation of thermal conductivity using data from Scalabrin et al., A Reference Multiparameter Thermal Conductivity Equation for Carbon Dioxide with an Optimized Functional Form, J. More... | |
TEST_F (CO2FluidPropertiesTest, viscosity) | |
Verify calculation of viscosity using data from Fenghour et al., The viscosity of carbon dioxide, J. More... | |
TEST_F (CO2FluidPropertiesTest, propertiesSW) | |
Verify calculation of thermophysical properties of CO2 from the Span and Wagner EOS using verification data provided in A New Equation of State for Carbon Dioxide Covering the Fluid Region from the Triple-Point Temperature to 1100K at Pressures up to 800 MPa, J. More... | |
TEST_F (CO2FluidPropertiesTest, derivatives) | |
Verify calculation of the derivatives of all properties by comparing with finite differences. More... | |
TEST_F (CO2FluidPropertiesTest, combined) | |
Verify that the methods that return multiple properties in one call return identical values as the individual methods. More... | |
TEST_F | ( | CO2FluidPropertiesTest | , |
fluidName | |||
) |
Test that the fluid name is correctly returned.
Definition at line 16 of file CO2FluidPropertiesTest.C.
TEST_F | ( | CO2FluidPropertiesTest | , |
molarMass | |||
) |
Test that the molar mass is correctly returned.
Definition at line 21 of file CO2FluidPropertiesTest.C.
TEST_F | ( | CO2FluidPropertiesTest | , |
criticalProperties | |||
) |
Test that the critical properties are correctly returned.
Definition at line 29 of file CO2FluidPropertiesTest.C.
TEST_F | ( | CO2FluidPropertiesTest | , |
triplePointProperties | |||
) |
Test that the triple point properties are correctly returned.
Definition at line 39 of file CO2FluidPropertiesTest.C.
TEST_F | ( | CO2FluidPropertiesTest | , |
melting | |||
) |
Verify calculation of melting pressure using experimental data from Michels et al, The melting line of carbon dioxide up to 2800 atmospheres, Physica 9 (1942).
Note that results in this reference are given in atm, but have been converted to MPa here. As we are comparing with experimental data, calculated values within 1% are considered satisfactory.
Definition at line 54 of file CO2FluidPropertiesTest.C.
TEST_F | ( | CO2FluidPropertiesTest | , |
sublimation | |||
) |
Verify calculation of sublimation pressure using data from Bedford et al., Recommended values of temperature for a selected set of secondary reference points, Metrologia 20 (1984).
Definition at line 68 of file CO2FluidPropertiesTest.C.
TEST_F | ( | CO2FluidPropertiesTest | , |
vapor | |||
) |
Verify calculation of vapor pressure, vapor density and saturated liquid density using experimental data from Duschek et al., Measurement and correlation of the (pressure, density, temperature) relation of cabon dioxide II.
Saturated-liquid and saturated-vapor densities and the vapor pressure along the entire coexstance curve, J. Chem. Thermo. 22 (1990). As we are comparing with experimental data, calculated values within 1% are considered satisfactory.
Definition at line 82 of file CO2FluidPropertiesTest.C.
TEST_F | ( | CO2FluidPropertiesTest | , |
partialDensity | |||
) |
Verify calculation of partial density at infinite dilution using data from Hnedkovsky et al., Volumes of aqueous solutions of CH4, CO2, H2S, and NH3 at temperatures from 298.15 K to 705 K and pressures to 35 MPa, J.
Chem. Thermo. 28, 1996. As we are comparing with experimental data, calculated values within 5% are considered satisfactory.
Definition at line 110 of file CO2FluidPropertiesTest.C.
TEST_F | ( | CO2FluidPropertiesTest | , |
henry | |||
) |
Verify that the coefficients for Henry's constant are correct using Guidelines on the Henry's constant and vapour liquid distribution constant for gases in H20 and D20 at high temperatures, IAPWS (2004).
Definition at line 124 of file CO2FluidPropertiesTest.C.
TEST_F | ( | CO2FluidPropertiesTest | , |
thermalConductivity | |||
) |
Verify calculation of thermal conductivity using data from Scalabrin et al., A Reference Multiparameter Thermal Conductivity Equation for Carbon Dioxide with an Optimized Functional Form, J.
Phys. Chem. Ref. Data 35 (2006)
Definition at line 140 of file CO2FluidPropertiesTest.C.
TEST_F | ( | CO2FluidPropertiesTest | , |
viscosity | |||
) |
Verify calculation of viscosity using data from Fenghour et al., The viscosity of carbon dioxide, J.
Phys. Chem. Ref. Data, 27, 31-44 (1998)
Definition at line 158 of file CO2FluidPropertiesTest.C.
TEST_F | ( | CO2FluidPropertiesTest | , |
propertiesSW | |||
) |
Verify calculation of thermophysical properties of CO2 from the Span and Wagner EOS using verification data provided in A New Equation of State for Carbon Dioxide Covering the Fluid Region from the Triple-Point Temperature to 1100K at Pressures up to 800 MPa, J.
Phys. Chem. Ref. Data, 25 (1996)
Definition at line 178 of file CO2FluidPropertiesTest.C.
TEST_F | ( | CO2FluidPropertiesTest | , |
derivatives | |||
) |
Verify calculation of the derivatives of all properties by comparing with finite differences.
Definition at line 226 of file CO2FluidPropertiesTest.C.
TEST_F | ( | CO2FluidPropertiesTest | , |
combined | |||
) |
Verify that the methods that return multiple properties in one call return identical values as the individual methods.
Definition at line 283 of file CO2FluidPropertiesTest.C.