Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< RichardsMultiphaseProblem >()
Definition at line 21 of file RichardsMultiphaseProblem.C.
23 InputParameters params = validParams<FEProblemBase>();
24 params.addRequiredParam<NonlinearVariableName>(
25 "bounded_var",
"Variable whose value will be constrained to be greater than lower_var");
26 params.addRequiredParam<NonlinearVariableName>(
28 "Variable that acts as a lower bound to bounded_var. It will not be "
29 "constrained during the solution procedure");