Inversed weight centred interpolation interpolation scheme class.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
void operator=(const harmonic &)=delete
Disallow default bitwise assignment.
virtual tmp< surfaceScalarField > weights(const GeometricField< scalar, fvPatchField, volMesh > &) const
Return the interpolation weighting factors.
const Mesh & mesh() const
Return mesh.
Mesh data needed to do the Finite Volume discretisation.
harmonic(const fvMesh &mesh)
Construct from mesh.
TypeName("harmonic")
Runtime type information.
virtual tmp< GeometricField< scalar, fvsPatchField, surfaceMesh > > interpolate(const GeometricField< scalar, fvPatchField, volMesh > &vf) const
Return the face-interpolate of the given cell field.
A class for managing temporary objects.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
Abstract base class for surface interpolation schemes.
Harmonic-mean interpolation scheme class.