18 params.
addClassDescription(
"Defines a Dirichlet boundary condition for finite volume method.");
19 params.
addRequiredParam<Real>(
"value",
"value to enforce at the boundary face");
DualNumber< Real, DNDerivativeType, true > ADReal
registerMooseObject("MooseApp", FVDirichletBC)
Base class for finite volume Dirichlet boundaray conditions.
static InputParameters validParams()
Base class for finite volume Dirichlet boundary conditions.
ADReal boundaryValue(const FaceInfo &fi, const Moose::StateArg &state) const override
FVDirichletBC(const InputParameters ¶meters)
static InputParameters validParams()
This data structure is used to store geometric and variable related metadata about each cell face in ...
State argument for evaluating functors.