FVFunctorDirichletBCTempl< true > FVADFunctorDirichletBC
ADReal boundaryValue(const FaceInfo &fi, const Moose::StateArg &state) const override
A template class for finite volume dirichlet boundary conditions.
Base class for finite volume Dirichlet boundaray conditions.
This is a wrapper that forwards calls to the implementation, which can be switched out at any time wi...
bool _use_other_side
Whether to evaluate the functor on the other side.
DualNumber< Real, DNDerivativeType, true > ADReal
static InputParameters validParams()
This data structure is used to store geometric and variable related metadata about each cell face in ...
const Moose::Functor< GenericReal< is_ad > > & _functor
The value for this BC.
FVFunctorDirichletBCTempl(const InputParameters ¶meters)
FVFunctorDirichletBCTempl< false > FVFunctorDirichletBC
const InputParameters & parameters() const
Get the parameters of the object.
State argument for evaluating functors.