Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< RichardsLumpedMassChange >()
Definition at line 22 of file RichardsLumpedMassChange.C.
24 InputParameters params = validParams<TimeKernel>();
25 params.addRequiredParam<UserObjectName>(
26 "richardsVarNames_UO",
"The UserObject that holds the list of Richards variables.");
27 params.addRequiredParam<std::vector<UserObjectName>>(
29 "List of names of user objects that define the fluid density (or densities for "
30 "multiphase). In the multiphase case, for ease of use, the density, Seff and "
31 "Sat UserObjects are the same format as for RichardsMaterial, but only the one "
32 "relevant for the specific phase is actually used.");
33 params.addRequiredParam<std::vector<UserObjectName>>(
35 "List of name of user objects that define effective saturation as a function of "
37 params.addRequiredParam<std::vector<UserObjectName>>(
39 "List of names of user objects that define saturation as a function of effective saturation");