Go to the source code of this file.
Functions | |
TEST_F (HydrogenFluidPropertiesTest, fluidName) | |
Test that the fluid name is correctly returned. More... | |
TEST_F (HydrogenFluidPropertiesTest, molarMass) | |
Test that the molar mass is correctly returned. More... | |
TEST_F (HydrogenFluidPropertiesTest, criticalProperties) | |
Test that the critical properties are correctly returned. More... | |
TEST_F (HydrogenFluidPropertiesTest, triplePointProperties) | |
Test that the triple point properties are correctly returned. More... | |
TEST_F (HydrogenFluidPropertiesTest, vapor) | |
Verify calculation of vapor pressure, vapor density and saturated liquid density. More... | |
TEST_F (HydrogenFluidPropertiesTest, 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 (HydrogenFluidPropertiesTest, thermalConductivity) | |
Verify calculation of thermal conductivity using data from Assael, Assael, Huber, Perkins and Takata, Correlation of te thermal conductivity of normal and parahydrogen from the triple point to 1000 K and up to 100 Mpa, Journal of Physical and Chemical Reference Data, 40 (2011) More... | |
TEST_F (HydrogenFluidPropertiesTest, viscosity) | |
Verify calculation of viscosity using data from Muzny, Huber and Kazakov, Correlation for the viscosity of normal hydrogen obtained from symbolic regression, Journal of Chemical and Engineering Data, 58, 969-979 (2013) More... | |
TEST_F (HydrogenFluidPropertiesTest, properties) | |
Verify calculation of thermophysical properties of Hydrogen using reference data from NIST. More... | |
TEST_F (HydrogenFluidPropertiesTest, derivatives) | |
Verify calculation of the derivatives of all properties by comparing with finite differences. More... | |
TEST_F (HydrogenFluidPropertiesTest, combined) | |
Verify that the methods that return multiple properties in one call return identical values as the individual methods. More... | |
TEST_F | ( | HydrogenFluidPropertiesTest | , |
fluidName | |||
) |
Test that the fluid name is correctly returned.
Definition at line 16 of file HydrogenFluidPropertiesTest.C.
TEST_F | ( | HydrogenFluidPropertiesTest | , |
molarMass | |||
) |
Test that the molar mass is correctly returned.
Definition at line 21 of file HydrogenFluidPropertiesTest.C.
TEST_F | ( | HydrogenFluidPropertiesTest | , |
criticalProperties | |||
) |
Test that the critical properties are correctly returned.
Definition at line 29 of file HydrogenFluidPropertiesTest.C.
TEST_F | ( | HydrogenFluidPropertiesTest | , |
triplePointProperties | |||
) |
Test that the triple point properties are correctly returned.
Definition at line 39 of file HydrogenFluidPropertiesTest.C.
TEST_F | ( | HydrogenFluidPropertiesTest | , |
vapor | |||
) |
Verify calculation of vapor pressure, vapor density and saturated liquid density.
Definition at line 49 of file HydrogenFluidPropertiesTest.C.
TEST_F | ( | HydrogenFluidPropertiesTest | , |
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 63 of file HydrogenFluidPropertiesTest.C.
TEST_F | ( | HydrogenFluidPropertiesTest | , |
thermalConductivity | |||
) |
Verify calculation of thermal conductivity using data from Assael, Assael, Huber, Perkins and Takata, Correlation of te thermal conductivity of normal and parahydrogen from the triple point to 1000 K and up to 100 Mpa, Journal of Physical and Chemical Reference Data, 40 (2011)
Definition at line 79 of file HydrogenFluidPropertiesTest.C.
TEST_F | ( | HydrogenFluidPropertiesTest | , |
viscosity | |||
) |
Verify calculation of viscosity using data from Muzny, Huber and Kazakov, Correlation for the viscosity of normal hydrogen obtained from symbolic regression, Journal of Chemical and Engineering Data, 58, 969-979 (2013)
Definition at line 96 of file HydrogenFluidPropertiesTest.C.
TEST_F | ( | HydrogenFluidPropertiesTest | , |
properties | |||
) |
Verify calculation of thermophysical properties of Hydrogen using reference data from NIST.
Definition at line 112 of file HydrogenFluidPropertiesTest.C.
TEST_F | ( | HydrogenFluidPropertiesTest | , |
derivatives | |||
) |
Verify calculation of the derivatives of all properties by comparing with finite differences.
Definition at line 153 of file HydrogenFluidPropertiesTest.C.
TEST_F | ( | HydrogenFluidPropertiesTest | , |
combined | |||
) |
Verify that the methods that return multiple properties in one call return identical values as the individual methods.
Definition at line 210 of file HydrogenFluidPropertiesTest.C.