Base class for boundary conditions for linear FV systems.
virtual Real computeBoundaryGradientRHSContribution() const =0
Computes the boundary gradient's contribution to the linear system right hand side.
virtual Real computeBoundaryGradientMatrixContribution() const =0
Computes the boundary gradient's contribution to the linear system matrix.
LinearFVAdvectionDiffusionBC(const InputParameters ¶meters)
Class constructor.
virtual bool useBoundaryGradientExtrapolation() const
Define if the value of the gradient of the field to compute fluxes at boundaries is prescribed by t...
Base class for boundary conditions that are valid for advection diffusion problems.
virtual bool includesMaterialPropertyMultiplier() const
Check if the contributions to the right hand side and matrix already include the material property mu...
virtual Real computeBoundaryValueMatrixContribution() const =0
Computes the boundary value's contribution to the linear system matrix.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeBoundaryValueRHSContribution() const =0
Computes the boundary value's contribution to the linear system right hand side.
const InputParameters & parameters() const
Get the parameters of the object.
static InputParameters validParams()