37 Real mass_flux)
const override;
44 Real mass_flux)
const override;
const bool _limit_to_linear
Whether to clamp the blending to be no more downwind-biased than linear.
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 override
Compute the advected face value.
Interface for interpolation methods that provide matrix and RHS contributions for advected face value...
bool needsGradients() const override
Whether advected interpolation requires adjacent-cell gradients.
Registered base class for linear FV interpolation objects.
const Real _blending_factor
Scales the high-order blending strength (0 = upwind, 1 = full limited blending).
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 ...
Minmod interpolation for advected quantities that blends between upwind and the higher-order limited ...
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.
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.
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
FVAdvectedMinmodWeightBased(const InputParameters ¶ms)