Go to the source code of this file.
Functions | |
TEST_F (BrineFluidPropertiesTest, fluidName) | |
Test that the fluid name is correctly returned. More... | |
TEST_F (BrineFluidPropertiesTest, molarMass) | |
Test that the molar masses are correctly returned. More... | |
TEST_F (BrineFluidPropertiesTest, getComponent) | |
Test that the correct fluid component userobject is returned. More... | |
TEST_F (BrineFluidPropertiesTest, vapor) | |
Verify calculation of brine vapor pressure using data from Haas, Physical properties of the coexisting phases and thermochemical properties of the H2O component in boiling NaCl solutions, Geological Survey Bulletin, 1421-A (1976). More... | |
TEST_F (BrineFluidPropertiesTest, solubility) | |
Verify calculation of halite solubility using data from Bodnar et al, Synthetic fluid inclusions in natural quartz, III. More... | |
TEST_F (BrineFluidPropertiesTest, properties) | |
Verify calculation of brine properties. More... | |
TEST_F (BrineFluidPropertiesTest, derivatives) | |
Verify calculation of the derivatives of all properties by comparing with finite differences. More... | |
TEST_F (BrineFluidPropertiesTest, combined) | |
Verify that the methods that return multiple properties in one call return identical values as the individual methods. More... | |
TEST_F | ( | BrineFluidPropertiesTest | , |
fluidName | |||
) |
Test that the fluid name is correctly returned.
Definition at line 19 of file BrineFluidPropertiesTest.C.
TEST_F | ( | BrineFluidPropertiesTest | , |
molarMass | |||
) |
Test that the molar masses are correctly returned.
Definition at line 24 of file BrineFluidPropertiesTest.C.
TEST_F | ( | BrineFluidPropertiesTest | , |
getComponent | |||
) |
Test that the correct fluid component userobject is returned.
Definition at line 38 of file BrineFluidPropertiesTest.C.
TEST_F | ( | BrineFluidPropertiesTest | , |
vapor | |||
) |
Verify calculation of brine vapor pressure using data from Haas, Physical properties of the coexisting phases and thermochemical properties of the H2O component in boiling NaCl solutions, Geological Survey Bulletin, 1421-A (1976).
Definition at line 53 of file BrineFluidPropertiesTest.C.
TEST_F | ( | BrineFluidPropertiesTest | , |
solubility | |||
) |
Verify calculation of halite solubility using data from Bodnar et al, Synthetic fluid inclusions in natural quartz, III.
Determination of phase equilibrium properties in the system H2O-NaCl to 1000C and 1500 bars, Geocehmica et Cosmochemica Acta, 49, 1861-1873 (1985). Note that the average of the range quoted has been used for each point.
Definition at line 67 of file BrineFluidPropertiesTest.C.
TEST_F | ( | BrineFluidPropertiesTest | , |
properties | |||
) |
Verify calculation of brine properties.
Experimental density values from Pitzer et al, Thermodynamic properties of aqueous sodium chloride solution, Journal of Physical and Chemical Reference Data, 13, 1-102 (1984)
Experimental viscosity values from Phillips et al, Viscosity of NaCl and other solutions up to 350C and 50MPa pressures, LBL-11586 (1980)
Thermal conductivity values from Ozbek and Phillips, Thermal conductivity of aqueous NaCl solutions from 20C to 330C, LBL-9086 (1980)
It is difficult to compare enthalpy and cp with experimental data, so instead we recreate the data presented in Figures 11 and 12 of Driesner, The system H2O-NaCl. Part II: Correlations for molar volume, enthalpy, and isobaric heat capacity from 0 to 1000 C, 1 to 500 bar, and 0 to 1 Xnacl, Geochimica et Cosmochimica Acta 71, 4902-4919 (2007)
Definition at line 92 of file BrineFluidPropertiesTest.C.
TEST_F | ( | BrineFluidPropertiesTest | , |
derivatives | |||
) |
Verify calculation of the derivatives of all properties by comparing with finite differences.
Definition at line 138 of file BrineFluidPropertiesTest.C.
TEST_F | ( | BrineFluidPropertiesTest | , |
combined | |||
) |
Verify that the methods that return multiple properties in one call return identical values as the individual methods.
Definition at line 238 of file BrineFluidPropertiesTest.C.