Go to the source code of this file.
Functions | |
TEST_F (MethaneFluidPropertiesTest, criticalProperties) | |
Verify that critical properties are correctly returned. More... | |
TEST_F (MethaneFluidPropertiesTest, triplePointProperties) | |
Verify that triple point properties are correctly returned. More... | |
TEST_F (MethaneFluidPropertiesTest, fluidName) | |
Test that the fluid name is correctly returned. More... | |
TEST_F (MethaneFluidPropertiesTest, molarMass) | |
Test that the molar mass is correctly returned. More... | |
TEST_F (MethaneFluidPropertiesTest, 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 (MethaneFluidPropertiesTest, vapor) | |
Verify calculation of vapor pressure, vapor density and saturated liquid density. More... | |
TEST_F (MethaneFluidPropertiesTest, properties) | |
Verify calculation of thermophysical properties of methane using verification data provided in Setzmann and Wagner, A new equation of state and tables of thermodynamic properties for methane covering the range from the melting line to 625 K at pressures up to 100 MPa, Journal of Physical and Chemical Reference Data, 20, 1061–1155 (1991) and Irvine Jr, T. More... | |
TEST_F (MethaneFluidPropertiesTest, derivatives) | |
Verify calculation of the derivatives of all properties by comparing with finite differences. More... | |
TEST_F (MethaneFluidPropertiesTest, combined) | |
Verify that the methods that return multiple properties in one call return identical values as the individual methods. More... | |
TEST_F | ( | MethaneFluidPropertiesTest | , |
criticalProperties | |||
) |
Verify that critical properties are correctly returned.
Definition at line 16 of file MethaneFluidPropertiesTest.C.
TEST_F | ( | MethaneFluidPropertiesTest | , |
triplePointProperties | |||
) |
Verify that triple point properties are correctly returned.
Definition at line 26 of file MethaneFluidPropertiesTest.C.
TEST_F | ( | MethaneFluidPropertiesTest | , |
fluidName | |||
) |
Test that the fluid name is correctly returned.
Definition at line 35 of file MethaneFluidPropertiesTest.C.
TEST_F | ( | MethaneFluidPropertiesTest | , |
molarMass | |||
) |
Test that the molar mass is correctly returned.
Definition at line 40 of file MethaneFluidPropertiesTest.C.
TEST_F | ( | MethaneFluidPropertiesTest | , |
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 50 of file MethaneFluidPropertiesTest.C.
TEST_F | ( | MethaneFluidPropertiesTest | , |
vapor | |||
) |
Verify calculation of vapor pressure, vapor density and saturated liquid density.
Definition at line 64 of file MethaneFluidPropertiesTest.C.
TEST_F | ( | MethaneFluidPropertiesTest | , |
properties | |||
) |
Verify calculation of thermophysical properties of methane using verification data provided in Setzmann and Wagner, A new equation of state and tables of thermodynamic properties for methane covering the range from the melting line to 625 K at pressures up to 100 MPa, Journal of Physical and Chemical Reference Data, 20, 1061–1155 (1991) and Irvine Jr, T.
F. and Liley, P. E. (1984) Steam and Gas Tables with Computer Equations
Definition at line 95 of file MethaneFluidPropertiesTest.C.
TEST_F | ( | MethaneFluidPropertiesTest | , |
derivatives | |||
) |
Verify calculation of the derivatives of all properties by comparing with finite differences.
Definition at line 117 of file MethaneFluidPropertiesTest.C.
TEST_F | ( | MethaneFluidPropertiesTest | , |
combined | |||
) |
Verify that the methods that return multiple properties in one call return identical values as the individual methods.
Definition at line 135 of file MethaneFluidPropertiesTest.C.