Class implementing the base for the Robin boundary condition for linear finite volume variables.
Class implementing a Robin boundary condition for linear finite volume variables.
const Moose::Functor< Real > & _gamma
Functor giving the gamma coefficient (on right hand side, treated explicitly)
static InputParameters validParams()
const Moose::Functor< Real > & _alpha
Functor giving the alpha coefficient (multiplying normal gradient)
virtual Real getAlpha(Moose::FaceArg face, Moose::StateArg state) const override
Getter functions (consistent entry point for all derived classes)
const Moose::Functor< Real > & _beta
Functor giving the beta coefficient (multiplying value)
virtual Real getGamma(Moose::FaceArg face, Moose::StateArg state) const override
virtual Real getBeta(Moose::FaceArg face, Moose::StateArg state) const override
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...
A structure defining a "face" evaluation calling argument for Moose functors.
State argument for evaluating functors.