58#ifndef deferredCorrection_H
59#define deferredCorrection_H
73class deferredCorrection
86 deferredCorrection(
const deferredCorrection&) =
delete;
89 void operator=(
const deferredCorrection&) =
delete;
143 virtual tmp<GeometricField<Type, fvsPatchField, surfaceMesh>>
146 const GeometricField<Type, fvPatchField, volMesh>&
Generic GeometricField class.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Deferred correction interpolation scheme wrapper around a run-time selectable base scheme.
virtual bool corrected() const
Return true if this scheme uses an explicit correction.
deferredCorrection(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &is)
Construct from faceFlux and Istream.
TypeName("deferredCorrection")
Runtime type information.
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > correction(const GeometricField< Type, fvPatchField, volMesh > &) const
Return the explicit correction to the face-interpolate.
deferredCorrection(const fvMesh &mesh, Istream &is)
Construct from Istream.
Mesh data needed to do the Finite Volume discretisation.
static tmp< limitedSurfaceInterpolationScheme< Type > > New(const fvMesh &mesh, Istream &schemeData)
Return new tmp interpolation scheme.
Abstract base class for surface interpolation schemes.
const fvMesh & mesh() const
Return mesh reference.
A class for managing temporary objects.
Upwind differencing scheme class.
upwind(const fvMesh &mesh, const surfaceScalarField &faceFlux)
Construct from faceFlux.
tmp< surfaceScalarField > weights() const
Return the interpolation weighting factors.
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.