Go to the source code of this file.
Functions | |
TEST_F (NitrogenFluidPropertiesTest, fluidName) | |
Test that the fluid name is correctly returned. More... | |
TEST_F (NitrogenFluidPropertiesTest, molarMass) | |
Test that the molar mass is correctly returned. More... | |
TEST_F (NitrogenFluidPropertiesTest, criticalProperties) | |
Test that the critical properties are correctly returned. More... | |
TEST_F (NitrogenFluidPropertiesTest, triplePointProperties) | |
Test that the triple point properties are correctly returned. More... | |
TEST_F (NitrogenFluidPropertiesTest, vapor) | |
Verify calculation of vapor pressure, vapor density and saturated liquid density. More... | |
TEST_F (NitrogenFluidPropertiesTest, 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 (NitrogenFluidPropertiesTest, thermalConductivity) | |
Verify calculation of thermal conductivity using data from Lemmon and Jacobsen, Viscosity and Thermal Conductivity Equations for Nitrogen, Oxygen, Argon, and Air, International Journal of Thermophysics, 25, 21–69 (2004) More... | |
TEST_F (NitrogenFluidPropertiesTest, viscosity) | |
Verify calculation of viscosity using data from Lemmon and Jacobsen, Viscosity and Thermal Conductivity Equations for Nitrogen, Oxygen, Argon, and Air, International Journal of Thermophysics, 25, 21–69 (2004) More... | |
TEST_F (NitrogenFluidPropertiesTest, properties) | |
Verify calculation of thermophysical properties of Nitrogen from the Span et al EOS using verification data provided in "A reference equation of state for the thermodynamic properties of nitrogen for temeperatures from 63.151 to 1000 K and pressures to 2200 MPa", Journal of Physical and Chemical Reference Data, 29, 1361–1433 (2000) More... | |
TEST_F (NitrogenFluidPropertiesTest, derivatives) | |
Verify calculation of the derivatives of all properties by comparing with finite differences. More... | |
TEST_F (NitrogenFluidPropertiesTest, combined) | |
Verify that the methods that return multiple properties in one call return identical values as the individual methods. More... | |
TEST_F | ( | NitrogenFluidPropertiesTest | , |
fluidName | |||
) |
Test that the fluid name is correctly returned.
Definition at line 16 of file NitrogenFluidPropertiesTest.C.
TEST_F | ( | NitrogenFluidPropertiesTest | , |
molarMass | |||
) |
Test that the molar mass is correctly returned.
Definition at line 21 of file NitrogenFluidPropertiesTest.C.
TEST_F | ( | NitrogenFluidPropertiesTest | , |
criticalProperties | |||
) |
Test that the critical properties are correctly returned.
Definition at line 29 of file NitrogenFluidPropertiesTest.C.
TEST_F | ( | NitrogenFluidPropertiesTest | , |
triplePointProperties | |||
) |
Test that the triple point properties are correctly returned.
Definition at line 39 of file NitrogenFluidPropertiesTest.C.
TEST_F | ( | NitrogenFluidPropertiesTest | , |
vapor | |||
) |
Verify calculation of vapor pressure, vapor density and saturated liquid density.
Definition at line 49 of file NitrogenFluidPropertiesTest.C.
TEST_F | ( | NitrogenFluidPropertiesTest | , |
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 74 of file NitrogenFluidPropertiesTest.C.
TEST_F | ( | NitrogenFluidPropertiesTest | , |
thermalConductivity | |||
) |
Verify calculation of thermal conductivity using data from Lemmon and Jacobsen, Viscosity and Thermal Conductivity Equations for Nitrogen, Oxygen, Argon, and Air, International Journal of Thermophysics, 25, 21–69 (2004)
Definition at line 89 of file NitrogenFluidPropertiesTest.C.
TEST_F | ( | NitrogenFluidPropertiesTest | , |
viscosity | |||
) |
Verify calculation of viscosity using data from Lemmon and Jacobsen, Viscosity and Thermal Conductivity Equations for Nitrogen, Oxygen, Argon, and Air, International Journal of Thermophysics, 25, 21–69 (2004)
Definition at line 105 of file NitrogenFluidPropertiesTest.C.
TEST_F | ( | NitrogenFluidPropertiesTest | , |
properties | |||
) |
Verify calculation of thermophysical properties of Nitrogen from the Span et al EOS using verification data provided in "A reference equation of state for the thermodynamic properties of nitrogen for temeperatures from 63.151 to 1000 K and pressures to 2200 MPa", Journal of Physical and Chemical Reference Data, 29, 1361–1433 (2000)
Definition at line 124 of file NitrogenFluidPropertiesTest.C.
TEST_F | ( | NitrogenFluidPropertiesTest | , |
derivatives | |||
) |
Verify calculation of the derivatives of all properties by comparing with finite differences.
Definition at line 165 of file NitrogenFluidPropertiesTest.C.
TEST_F | ( | NitrogenFluidPropertiesTest | , |
combined | |||
) |
Verify that the methods that return multiple properties in one call return identical values as the individual methods.
Definition at line 222 of file NitrogenFluidPropertiesTest.C.