Go to the source code of this file.
Functions | |
| TEST (GeochemistryIonicStrengthTest, sizeExceptions) | |
| TEST (GeochemistryIonicStrengthTest, getsetMax) | |
| Test getting and setting maximum ionic strengths. More... | |
| TEST (GeochemistryIonicStrengthTest, getsetOnly) | |
| Test using basis or Cl only. More... | |
| TEST (GeochemistryIonicStrengthTest, ionicStrength) | |
| Test computing ionic strength. More... | |
| TEST (GeochemistryIonicStrengthTest, stoichiometricIonicStrength) | |
| Test computing stoichiometric ionic strength. More... | |
| TEST (GeochemistryIonicStrengthTest, stoichiometricIonicStrength_except) | |
| Test exception stoichiometric ionic strength when using Cl only. More... | |
| TEST (GeochemistryIonicStrengthTest, stoichiometricIonicStrengthOnlyCl) | |
| Test stoichiometric ionic strength when using Cl only. More... | |
Variables | |
| const GeochemicalDatabaseReader | database ("database/moose_testdb.json") |
| const PertinentGeochemicalSystem | model (database, {"H2O", "H+", "HCO3-", "O2(aq)", "Ca++", ">(s)FeOH"}, {"Calcite"}, {}, {"Calcite_asdf"}, {"CH4(aq)"}, {">(s)FeOCa+"}, "O2(aq)", "e-") |
| const ModelGeochemicalDatabase | mgd = model.modelGeochemicalDatabase() |
| const GeochemistryIonicStrength | is_calc (1E9, 1E9, false, false) |
| const GeochemistryIonicStrength | is_basis_only (1E9, 1E9, true, false) |
| const GeochemistryIonicStrength | is_cl_only (1E9, 1E9, false, true) |
| TEST | ( | GeochemistryIonicStrengthTest | , |
| sizeExceptions | |||
| ) |
Definition at line 32 of file GeochemistryIonicStrengthTest.C.
| TEST | ( | GeochemistryIonicStrengthTest | , |
| getsetMax | |||
| ) |
Test getting and setting maximum ionic strengths.
Definition at line 128 of file GeochemistryIonicStrengthTest.C.
| TEST | ( | GeochemistryIonicStrengthTest | , |
| getsetOnly | |||
| ) |
Test using basis or Cl only.
Definition at line 142 of file GeochemistryIonicStrengthTest.C.
| TEST | ( | GeochemistryIonicStrengthTest | , |
| ionicStrength | |||
| ) |
Test computing ionic strength.
Definition at line 166 of file GeochemistryIonicStrengthTest.C.
| TEST | ( | GeochemistryIonicStrengthTest | , |
| stoichiometricIonicStrength | |||
| ) |
Test computing stoichiometric ionic strength.
Definition at line 217 of file GeochemistryIonicStrengthTest.C.
| TEST | ( | GeochemistryIonicStrengthTest | , |
| stoichiometricIonicStrength_except | |||
| ) |
Test exception stoichiometric ionic strength when using Cl only.
Definition at line 274 of file GeochemistryIonicStrengthTest.C.
| TEST | ( | GeochemistryIonicStrengthTest | , |
| stoichiometricIonicStrengthOnlyCl | |||
| ) |
Test stoichiometric ionic strength when using Cl only.
Definition at line 297 of file GeochemistryIonicStrengthTest.C.
| const GeochemicalDatabaseReader database("database/moose_testdb.json") |
| const GeochemistryIonicStrength is_basis_only(1E9, 1E9, true, false) |
Referenced by TEST().
| const GeochemistryIonicStrength is_calc(1E9, 1E9, false, false) |
Referenced by TEST().
| const GeochemistryIonicStrength is_cl_only(1E9, 1E9, false, true) |
Referenced by TEST().
| const ModelGeochemicalDatabase mgd = model.modelGeochemicalDatabase() |
Definition at line 27 of file GeochemistryIonicStrengthTest.C.
Referenced by TEST().
| const PertinentGeochemicalSystem model(database, {"H2O", "H+", "HCO3-", "O2(aq)", "Ca++", ">(s)FeOH"}, {"Calcite"}, {}, {"Calcite_asdf"}, {"CH4(aq)"}, {">(s)FeOCa+"}, "O2(aq)", "e-") |
1.8.14