Abstract base class for surface interpolation schemes. More...
#include <finiteVolume/surfaceInterpolationScheme.H>
Abstract base class for surface interpolation schemes.
Definition at line 56 of file surfaceInterpolationScheme.H.
Public Member Functions | |
TypeName ("surfaceInterpolationScheme") | |
Runtime type information. | |
declareRunTimeSelectionTable (tmp, surfaceInterpolationScheme, Mesh,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
declareRunTimeSelectionTable (tmp, surfaceInterpolationScheme, MeshFlux,(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData),(mesh, faceFlux, schemeData)) | |
surfaceInterpolationScheme (const fvMesh &mesh) | |
Construct from mesh. | |
virtual | ~surfaceInterpolationScheme () |
const fvMesh & | mesh () const |
Return mesh reference. | |
virtual tmp< surfaceScalarField > | weights (const GeometricField< Type, fvPatchField, volMesh > &) const =0 |
Return the interpolation weighting factors for the given field. | |
virtual bool | corrected () const |
Return true if this scheme uses an explicit correction. | |
virtual tmp< GeometricField < Type, fvsPatchField, surfaceMesh > > | correction (const GeometricField< Type, fvPatchField, volMesh > &) const |
Return the explicit correction to the face-interpolate. | |
virtual tmp< GeometricField < Type, fvsPatchField, surfaceMesh > > | interpolate (const GeometricField< Type, fvPatchField, volMesh > &) const |
Return the face-interpolate of the given cell field. | |
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const tmp< GeometricField< Type, fvPatchField, volMesh > > &) const |
Return the face-interpolate of the given tmp cell field. | |
![]() | |
refCount () | |
Construct null with zero count. | |
int | count () const |
Return the reference count. | |
bool | okToDelete () const |
Return true if the reference count is zero. | |
void | resetRefCount () |
Reset the reference count to zero. | |
void | operator++ () |
Increment the reference count. | |
void | operator++ (int) |
Increment the reference count. | |
void | operator-- () |
Decrement the reference count. | |
void | operator-- (int) |
Decrement the reference count. |
Static Public Member Functions | |
static tmp < surfaceInterpolationScheme < Type > > | New (const fvMesh &mesh, Istream &schemeData) |
Return new tmp interpolation scheme. | |
static tmp < surfaceInterpolationScheme < Type > > | New (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData) |
Return new tmp interpolation scheme. | |
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. | |
static tmp< GeometricField < Type, fvsPatchField, surfaceMesh > > | interpolate (const GeometricField< Type, fvPatchField, volMesh > &, const tmp< surfaceScalarField > &) |
Return the face-interpolate of the given cell field. |
|
inline |
Construct from mesh.
Definition at line 112 of file surfaceInterpolationScheme.H.
|
virtual |
Definition at line 151 of file surfaceInterpolationScheme.C.
TypeName | ( | "surfaceInterpolationScheme< Type >" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | tmp | , |
surfaceInterpolationScheme< Type > | , | ||
Mesh | , | ||
(const fvMesh &mesh, Istream &schemeData) | , | ||
(mesh, schemeData) | |||
) |
declareRunTimeSelectionTable | ( | tmp | , |
surfaceInterpolationScheme< Type > | , | ||
MeshFlux | , | ||
(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData) | , | ||
(mesh, faceFlux, schemeData) | |||
) |
|
static |
Return new tmp interpolation scheme.
Reimplemented in limitedSurfaceInterpolationScheme< Type >.
Definition at line 44 of file surfaceInterpolationScheme.C.
References fvSchemes::debug, Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorIn, Foam::Info, and mesh.
Referenced by skewCorrected< Type >::corrected(), CentredFitScheme< Type, Polynomial, Stencil >::correction(), UpwindFitScheme< Type, Polynomial, Stencil >::correction(), and skewCorrected< Type >::skewCorrection().
|
static |
Return new tmp interpolation scheme.
Reimplemented in limitedSurfaceInterpolationScheme< Type >.
Definition at line 96 of file surfaceInterpolationScheme.C.
References fvSchemes::debug, Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorIn, Foam::Info, and mesh.
|
inline |
Return mesh reference.
Definition at line 144 of file surfaceInterpolationScheme.H.
Referenced by skewCorrected< Type >::corrected(), cubic< Type >::correction(), CentredFitScheme< Type, Polynomial, Stencil >::correction(), PureUpwindFitScheme< Type, Polynomial, Stencil >::correction(), UpwindFitScheme< Type, Polynomial, Stencil >::correction(), localBlended< Type >::correction(), outletStabilised< Type >::correction(), skewCorrected< Type >::correction(), localMax< Type >::interpolate(), localMin< Type >::interpolate(), localBlended< Type >::interpolate(), upwind< Type >::limiter(), blended< Type >::limiter(), skewCorrected< Type >::skewCorrection(), midPoint< Type >::weights(), linear< Type >::weights(), reverseLinear< Type >::weights(), localBlended< Type >::weights(), clippedLinear< Type >::weights(), outletStabilised< Type >::weights(), and blended< Type >::weights().
|
static |
Return the face-interpolate of the given cell field.
with the given owner and neighbour weigting factors
with the given owner and neighbour weighting factors
Definition at line 162 of file surfaceInterpolationScheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), tmp< T >::clear(), IOobject::db(), fvSchemes::debug, DimensionedField< Type, GeoMesh >::dimensions(), Foam::endl(), forAll, Foam::Info, IOobject::instance(), GeometricField< Type, PatchField, GeoMesh >::internalField(), DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), fvMesh::neighbour(), fvMesh::owner(), Foam::mathematicalConstant::pi(), sf(), UList< T >::size(), and y.
Referenced by cubic< Type >::correction(), Foam::linearInterpolate(), and skewCorrected< Type >::skewCorrection().
|
static |
Return the face-interpolate of the given cell field.
with the given weighting factors
with the given weigting factors
Definition at line 245 of file surfaceInterpolationScheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), tmp< T >::clear(), IOobject::db(), fvSchemes::debug, DimensionedField< Type, GeoMesh >::dimensions(), Foam::endl(), forAll, Foam::Info, IOobject::instance(), GeometricField< Type, PatchField, GeoMesh >::internalField(), DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), fvMesh::neighbour(), fvMesh::owner(), Foam::mathematicalConstant::pi(), sf(), and UList< T >::size().
|
pure virtual |
Return the interpolation weighting factors for the given field.
Implemented in multivariateSurfaceInterpolationScheme< Type >::fieldScheme, limitedSurfaceInterpolationScheme< Type >, fixedBlended< Type >, blended< Type >, upwind< Type >, multivariateUpwind< Type >::fieldScheme, outletStabilised< Type >, clippedLinear< Type >, limitWith< Type >, multivariateScheme< Type, Scheme >::fieldScheme, multivariateSelectionScheme< Type >::fieldScheme, downwind< Type >, localBlended< Type >, weighted< Type >, skewCorrected< Type >, harmonic, localMax< Type >, localMin< Type >, reverseLinear< Type >, linear< Type >, and midPoint< Type >.
|
inlinevirtual |
Return true if this scheme uses an explicit correction.
Reimplemented in fixedBlended< Type >, outletStabilised< Type >, localBlended< Type >, limitWith< Type >, linearUpwind< Type >, linearUpwindV< Type >, skewCorrected< Type >, PureUpwindFitScheme< Type, Polynomial, Stencil >, UpwindFitScheme< Type, Polynomial, Stencil >, CentredFitScheme< Type, Polynomial, Stencil >, pointLinear< Type >, and cubic< Type >.
Definition at line 177 of file surfaceInterpolationScheme.H.
|
inlinevirtual |
Return the explicit correction to the face-interpolate.
for the given field
Reimplemented in fixedBlended< Type >, skewCorrected< Type >, outletStabilised< Type >, localBlended< Type >, limitWith< Type >, linearUpwind< Type >, linearUpwindV< Type >, PureUpwindFitScheme< Type, Polynomial, Stencil >, UpwindFitScheme< Type, Polynomial, Stencil >, CentredFitScheme< Type, Polynomial, Stencil >, pointLinear< Type >, and cubic< Type >.
Definition at line 185 of file surfaceInterpolationScheme.H.
|
virtual |
Return the face-interpolate of the given cell field.
with explicit correction
Reimplemented in fixedBlended< Type >, localBlended< Type >, harmonic, localMax< Type >, and localMin< Type >.
Definition at line 321 of file surfaceInterpolationScheme.C.
References Foam::correction(), fvSchemes::debug, Foam::endl(), Foam::Info, and Foam::interpolate().
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate | ( | const tmp< GeometricField< Type, fvPatchField, volMesh > > & | tvf | ) | const |
Return the face-interpolate of the given tmp cell field.
Return the face-interpolate of the given cell field.
with explicit correction
Definition at line 350 of file surfaceInterpolationScheme.C.
References Foam::interpolate().