static InputParameters validParams()
virtual Real getGamma(Moose::FaceArg face, Moose::StateArg state) const =0
const InputParameters & parameters() const
Get the parameters of the object.
virtual Real computeBoundaryValueMatrixContribution() const override
Computes the boundary value's contribution to the linear system matrix.
virtual Real computeBoundaryNormalGradient() const override
Computes the normal gradient (often used in diffusion terms) on the boundary.
virtual Real getBeta(Moose::FaceArg face, Moose::StateArg state) const =0
Base class for boundary conditions that are valid for advection diffusion problems.
A structure defining a "face" evaluation calling argument for Moose functors.
virtual Real computeBoundaryValue() const override
Computes the boundary value of this object.
virtual Real computeBoundaryGradientRHSContribution() const override
Computes the boundary gradient's contribution to the linear system right hand side.
virtual Real computeBoundaryValueRHSContribution() const override
Computes the boundary value's contribution to the linear system right hand side.
virtual Real getAlpha(Moose::FaceArg face, Moose::StateArg state) const =0
Getter functions (consistent entry point for all derived classes)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
LinearFVAdvectionDiffusionFunctorRobinBCBase(const InputParameters ¶meters)
Class constructor.
Class implementing the base for the Robin boundary condition for linear finite volume variables...
virtual Real computeBoundaryGradientMatrixContribution() const override
Computes the boundary gradient's contribution to the linear system matrix.
State argument for evaluating functors.