Go to the source code of this file.
Functions | |
TEST (GeochemistryUnitConverterTest, exceptions) | |
TEST (GeochemistryUnitConverterTest, fromMoles) | |
TEST (GeochemistryUnitConverterTest, toMoles) | |
Variables | |
const GeochemicalDatabaseReader | db ("database/moose_testdb.json", true, true, false) |
const PertinentGeochemicalSystem | model (db, {"H2O", "Ca++", "HCO3-", "H+", ">(s)FeOH", "Fe++", "CH4(aq)", "O2(aq)", ">(w)FeOH"}, {"Calcite", "Fe(OH)3(ppd)"}, {"CH4(g)"}, {"Something"}, {"(O-phth)--"}, {">(s)FeO-"}, "O2(aq)", "e-") |
const ModelGeochemicalDatabase | mgd = model.modelGeochemicalDatabase() |
TEST | ( | GeochemistryUnitConverterTest | , |
exceptions | |||
) |
Definition at line 28 of file GeochemistryUnitConverterTest.C.
TEST | ( | GeochemistryUnitConverterTest | , |
fromMoles | |||
) |
Definition at line 122 of file GeochemistryUnitConverterTest.C.
TEST | ( | GeochemistryUnitConverterTest | , |
toMoles | |||
) |
Definition at line 209 of file GeochemistryUnitConverterTest.C.
const GeochemicalDatabaseReader db("database/moose_testdb.json", true, true, false) |
Referenced by PorousFlowPorosityExponentialBase::computeQpProperties(), WCNSFV2PInterfaceAreaSourceSink::computeQpResidual(), PorousFlowVanGenuchten::d2RelativePermeability(), PorousFlowVanGenuchten::d2RelativePermeabilityNW(), PorousFlowVanGenuchten::dRelativePermeability(), PorousFlowVanGenuchten::dRelativePermeabilityNW(), TEST_F(), and GeochemicalDatabaseReader::validate().
const ModelGeochemicalDatabase mgd = model.modelGeochemicalDatabase() |
Definition at line 25 of file GeochemistryUnitConverterTest.C.
Referenced by TEST().
const PertinentGeochemicalSystem model(db, {"H2O", "Ca++", "HCO3-", "H+", ">(s)FeOH", "Fe++", "CH4(aq)", "O2(aq)", ">(w)FeOH"}, {"Calcite", "Fe(OH)3(ppd)"}, {"CH4(g)"}, {"Something"}, {"(O-phth)--"}, {">(s)FeO-"}, "O2(aq)", "e-") |