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