Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< RichardsBorehole >()
Definition at line 17 of file RichardsBorehole.C.
20 params.addRequiredParam<UserObjectName>(
21 "richardsVarNames_UO",
"The UserObject that holds the list of Richards variable names.");
22 params.addParam<std::vector<UserObjectName>>(
"relperm_UO",
23 "List of names of user objects that "
24 "define relative permeability. Only "
25 "needed if fully_upwind is used");
26 params.addParam<std::vector<UserObjectName>>(
28 "List of name of user objects that define effective saturation as a function of "
29 "pressure list. Only needed if fully_upwind is used");
30 params.addParam<std::vector<UserObjectName>>(
"density_UO",
31 "List of names of user objects that "
32 "define the fluid density. Only "
33 "needed if fully_upwind is used");
34 params.addParam<
bool>(
"fully_upwind",
false,
"Fully upwind the flux");
35 params.addClassDescription(
"Approximates a borehole in the mesh with given bottomhole pressure, "
36 "and radii using a number of point sinks whose positions are read "