42 Real mass_flux)
const override;
GradientLimiterType
Cell-gradient limiter variants used for MUSCL-style reconstructions.
AdvectedSystemContribution advectedInterpolate(const FaceInfo &face, Real elem_value, Real neighbor_value, const VectorValue< Real > *elem_grad, const VectorValue< Real > *neighbor_grad, Real mass_flux) const override
Compute the matrix weights for the advected face value.
Moose::FV::GradientLimiterType _gradient_limiter
Interface for interpolation methods that provide matrix and RHS contributions for advected face value...
Registered base class for linear FV interpolation objects.
bool needsGradients() const override
Whether advected interpolation requires adjacent-cell gradients.
virtual Real advectedInterpolateValue(const FaceInfo &face, Real elem_value, Real neighbor_value, const VectorValue< Real > *elem_grad, const VectorValue< Real > *neighbor_grad, Real mass_flux) const
Compute the advected face value.
This data structure is used to store geometric and variable related metadata about each cell face in ...
virtual AdvectedSystemContribution advectedInterpolate(const FaceInfo &face, Real elem_value, Real neighbor_value, const VectorValue< Real > *elem_grad, const VectorValue< Real > *neighbor_grad, Real mass_flux) const =0
Compute the matrix weights for the advected face value.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Real _deferred_correction_factor
Scales the deferred correction strength (0 = upwind, 1 = full deferred correction).
static InputParameters validParams()
Venkatakrishnan limiter (smooth, multidimensional).
FVAdvectedVenkatakrishnanDeferredCorrection(const InputParameters ¶ms)
Multi-dimensional MUSCL reconstruction using Venkatakrishnan-limited cell gradients and deferred corr...
Moose::FV::GradientLimiterType gradientLimiter() const override
Limiter used by interpolations that require limited gradients.