20 params.
set<
bool>(
"use_legacy_material_output") =
false;
21 params.
set<
bool>(
"use_legacy_initial_residual_evaluation_behavior") =
false;
41 registerSyntax(
"AddGeochemicalModelInterrogatorAction",
"GeochemicalModelInterrogator");
43 registerSyntax(
"AddTimeIndependentReactionSolverAction",
"TimeIndependentReactionSolver");
44 registerSyntax(
"AddTimeDependentReactionSolverAction",
"TimeDependentReactionSolver");
45 registerSyntax(
"AddSpatialReactionSolverAction",
"SpatialReactionSolver");
48 addTaskDependency(
"add_geochemistry_reactor",
52 addTaskDependency(
"add_geochemistry_molality_aux",
53 "add_geochemistry_reactor");
54 addTaskDependency(
"add_distribution",
"add_geochemistry_molality_aux");
Real f(Real x)
Test function for Brents method.
void GeochemistryApp__registerAll(Factory &f, ActionFactory &af, Syntax &s)
registerKnownLabel("GeochemistryApp")
void GeochemistryApp__registerApps()
Action that sets up GeochemistryConsoleOutput and various AuxVariables.
virtual ~GeochemistryApp()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
GeochemistryApp(const InputParameters ¶meters)
static InputParameters validParams()
static void registerApps()
ActionFactory _action_factory
static InputParameters validParams()
static void registerActionsTo(ActionFactory &f, const std::set< std::string > &labels)
static void registerObjectsTo(Factory &f, const std::set< std::string > &labels)