Generic GeometricField class.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Mesh data needed to do the Finite Volume discretisation.
Centred interpolation interpolation scheme class.
Face-point interpolation scheme class derived from linear and returns linear weighting factors but al...
virtual bool corrected() const
Return true if this scheme uses an explicit correction.
void operator=(const pointLinear &)=delete
Disallow default bitwise assignment.
TypeName("pointLinear")
Runtime type information.
virtual tmp< SurfaceField< Type > > correction(const VolField< Type > &vf) const
Return the explicit correction to the face-interpolate.
pointLinear(const fvMesh &mesh)
Construct from mesh.
const fvMesh & mesh() const
Return mesh reference.
A class for managing temporary objects.