22 params.
addRequiredParam<MooseFunctorName>(
"u",
"The superficial velocity in the x direction.");
23 params.
addParam<MooseFunctorName>(
"v",
"The superficial velocity in the y direction.");
24 params.
addParam<MooseFunctorName>(
"w",
"The superficial velocity in the z direction.");
27 "Outflow boundary condition for advecting momentum in the porous media momentum equation. " 28 "This will impose a zero normal gradient on the boundary velocity.");
static InputParameters validParams()
A class for finite volume fully developed outflow boundary conditions for the momentum equation It ad...
DualNumber< Real, DNDerivativeType, true > ADReal
registerMooseObject("NavierStokesApp", PINSFVMomentumAdvectionOutflowBC)
static const std::string porosity
static InputParameters validParams()
A class for finite volume fully developed outflow boundary conditions for the momentum equation It ad...
PINSFVMomentumAdvectionOutflowBC(const InputParameters ¶ms)