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