FVFunctionDirichletBC(const InputParameters ¶meters)
Base class for function objects.
Base class for finite volume Dirichlet boundaray conditions.
DualNumber< Real, DNDerivativeType, true > ADReal
This data structure is used to store geometric and variable related metadata about each cell face in ...
ADReal boundaryValue(const FaceInfo &fi, const Moose::StateArg &state) const override
static InputParameters validParams()
Applies a Dirichlet boundary condition with a value prescribed by a function.
const InputParameters & parameters() const
Get the parameters of the object.
State argument for evaluating functors.
const Function & _function