Go to the source code of this file.
Functions | |
TEST_F (NaClFluidPropertiesTest, criticalProperties) | |
Verify that critical properties are correctly returned. More... | |
TEST_F (NaClFluidPropertiesTest, triplePointProperties) | |
Verify that triple point properties are correctly returned. More... | |
TEST_F (NaClFluidPropertiesTest, fluidName) | |
Test that the fluid name is correctly returned. More... | |
TEST_F (NaClFluidPropertiesTest, molarMass) | |
Test that the molar mass is correctly returned. More... | |
TEST_F (NaClFluidPropertiesTest, halite) | |
Verify calculation of the NACL properties the solid halite phase. More... | |
TEST_F (NaClFluidPropertiesTest, derivatives) | |
Verify calculation of the derivatives of halite properties by comparing with finite differences. More... | |
TEST_F (NaClFluidPropertiesTest, combined) | |
Verify that the methods that return multiple properties in one call return identical values as the individual methods. More... | |
TEST_F | ( | NaClFluidPropertiesTest | , |
criticalProperties | |||
) |
Verify that critical properties are correctly returned.
Definition at line 16 of file NaClFluidPropertiesTest.C.
TEST_F | ( | NaClFluidPropertiesTest | , |
triplePointProperties | |||
) |
Verify that triple point properties are correctly returned.
Definition at line 26 of file NaClFluidPropertiesTest.C.
TEST_F | ( | NaClFluidPropertiesTest | , |
fluidName | |||
) |
Test that the fluid name is correctly returned.
Definition at line 35 of file NaClFluidPropertiesTest.C.
TEST_F | ( | NaClFluidPropertiesTest | , |
molarMass | |||
) |
Test that the molar mass is correctly returned.
Definition at line 40 of file NaClFluidPropertiesTest.C.
TEST_F | ( | NaClFluidPropertiesTest | , |
halite | |||
) |
Verify calculation of the NACL properties the solid halite phase.
Density data from Brown, "The NaCl pressure standard", J. Appl. Phys., 86 (1999).
Values for cp and enthalpy are difficult to compare against. Instead, the values provided by the BrineFluidProperties UserObject were compared against simple correlations, eg. from NIST sodium chloride data.
Values for thermal conductivity from Urqhart and Bauer, Experimental determination of single-crystal halite thermal conductivity, diffusivity and specific heat from -75 C to 300 C, Int. J. Rock Mech. and Mining Sci., 78 (2015)
Definition at line 58 of file NaClFluidPropertiesTest.C.
TEST_F | ( | NaClFluidPropertiesTest | , |
derivatives | |||
) |
Verify calculation of the derivatives of halite properties by comparing with finite differences.
Definition at line 96 of file NaClFluidPropertiesTest.C.
TEST_F | ( | NaClFluidPropertiesTest | , |
combined | |||
) |
Verify that the methods that return multiple properties in one call return identical values as the individual methods.
Definition at line 114 of file NaClFluidPropertiesTest.C.