27 Real
interpolate(
const FaceInfo & face, Real elem_value, Real neighbor_value)
const override;
Abstract base class for interpolation methods that produce a scalar face value from adjacent cell val...
virtual Real interpolate(const FaceInfo &face, Real elem_value, Real neighbor_value) const =0
Face interpolation operation for this method.
Harmonic-mean interpolation using the geometric weighting stored on FaceInfo.
Real interpolate(const FaceInfo &face, Real elem_value, Real neighbor_value) const override
Face interpolation operation for this method.
static InputParameters validParams()
Registered base class for linear FV interpolation objects.
This data structure is used to store geometric and variable related metadata about each cell face in ...