const Moose::Functor< Real > & _gamma
Functor giving the gamma coefficient (on right hand side, treated explicitly)
const Moose::Functor< Real > & _beta
Functor giving the beta coefficient (multiplying value)
virtual Real getAlpha(Moose::FaceArg face, Moose::StateArg state) const override
Getter functions (consistent entry point for all derived classes)
const InputParameters & parameters() const
Get the parameters of the object.
Class implementing a Robin boundary condition for linear finite volume variables. ...
This is a wrapper that forwards calls to the implementation, which can be switched out at any time wi...
LinearFVAdvectionDiffusionFunctorRobinBC(const InputParameters ¶meters)
Class constructor.
virtual Real getGamma(Moose::FaceArg face, Moose::StateArg state) const override
A structure defining a "face" evaluation calling argument for Moose functors.
static InputParameters validParams()
const Moose::Functor< Real > & _alpha
Functor giving the alpha coefficient (multiplying normal gradient)
virtual Real getBeta(Moose::FaceArg face, Moose::StateArg state) const override
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Class implementing the base for the Robin boundary condition for linear finite volume variables...
State argument for evaluating functors.