Base class for boundary conditions that are valid for advection diffusion problems.
static InputParameters validParams()
virtual Real computeBoundaryValueMatrixContribution() const =0
Computes the boundary value's contribution to the linear system matrix.
virtual bool providesCompleteBoundaryFlux() const
Whether the boundary gradient contributions provide the complete physical boundary flux,...
virtual Real computeBoundaryValueRHSContribution() const =0
Computes the boundary value'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.
virtual Real computeBoundaryGradientRHSContribution() const =0
Computes the boundary gradient's contribution to the linear system right hand side.
virtual bool includesMaterialPropertyMultiplier() const
Whether the boundary gradient contributions already include the material property multiplier.
virtual bool needsBoundaryNonorthogonalCorrection() const
Whether the kernel should add a geometric nonorthogonal boundary correction.
Base class for boundary conditions for linear FV systems.
const InputParameters & parameters() const
Get the parameters of the object.