virtual Real computeElemMatrixContribution() override
Computes the system matrix contribution from an element side on an internal face. ...
Base class for boundary conditions for linear FV systems.
Kernel that adds contributions from a diffusion term discretized using the finite volume method to a ...
const Moose::Functor< Real > & _diffusion_coeff
The functor for the diffusion coefficient.
virtual Real computeElemRightHandSideContribution() override
Computes the right hand side contribution from the element side on an internal face.
Real _flux_rhs_contribution
The cached right hand side contribution.
Finite volume kernel that contributes approximations of discretized face flux terms to the matrix and...
This is a wrapper that forwards calls to the implementation, which can be switched out at any time wi...
Real faceDiffusivity() const
Returns the diffusion coefficient interpolated to the current face.
Real computeFluxMatrixContribution()
Computes the matrix contribution from the diffusive face flux.
bool _cached_face_diffusivity
Cache for interpolated diffusion coefficient.
static InputParameters validParams()
This data structure is used to store geometric and variable related metadata about each cell face in ...
virtual Real computeNeighborRightHandSideContribution() override
Computes the right hand side contribution from the neighbor side on an internal face.
virtual void setupFaceData(const FaceInfo *face_info) override
Set the current FaceInfo object.
LinearFVDiffusion(const InputParameters ¶ms)
Class constructor.
virtual Real computeBoundaryRHSContribution(const LinearFVBoundaryCondition &bc) override
Computes the right hand side contribution from a boundary face.
Real _flux_matrix_contribution
The cached matrix contribution.
virtual void initialSetup() override
Gets called at the beginning of the simulation before this object is asked to do its job...
virtual Real computeBoundaryMatrixContribution(const LinearFVBoundaryCondition &bc) override
Computes the matrix contribution from a boundary face.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Helper interface for objects that need access to FVInterpolationMethod instances. ...
const FVFaceInterpolationMethod * _coeff_interp_method
Optional interpolation method for the diffusion coefficient.
virtual Real computeNeighborMatrixContribution() override
Computes the system matrix contribution from the neighbor side on an internal face.
Real computeFluxRHSContribution()
Computes the right hand side contribution from the diffusive face flux.
Abstract base class for interpolation methods that produce a scalar face value from adjacent cell val...
const bool _use_nonorthogonal_correction
Switch to enable/disable nonorthogonal correction.