Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< RichardsMassChange >()
Definition at line 23 of file RichardsMassChange.C.
25 InputParameters params = validParams<TimeDerivative>();
26 params.addParam<
bool>(
"use_supg",
28 "True for using SUPG in this kernel, false otherwise. "
29 "This has no effect if the material does not use SUPG.");
30 params.addRequiredParam<UserObjectName>(
31 "richardsVarNames_UO",
"The UserObject that holds the list of Richards variable names.");