Abstract base class for surface interpolation schemes. More...
Public Member Functions | |
TypeName ("surfaceInterpolationScheme") | |
Runtime type information. More... | |
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. More... | |
surfaceInterpolationScheme (const surfaceInterpolationScheme &) | |
Disallow default bitwise copy construction. More... | |
virtual | ~surfaceInterpolationScheme () |
Destructor. More... | |
const fvMesh & | mesh () const |
Return mesh reference. More... | |
virtual tmp< surfaceScalarField > | weights (const GeometricField< Type, fvPatchField, volMesh > &) const =0 |
Return the interpolation weighting factors for the given field. More... | |
virtual bool | corrected () const |
Return true if this scheme uses an explicit correction. More... | |
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | correction (const GeometricField< Type, fvPatchField, volMesh > &) const |
Return the explicit correction to the face-interpolate. More... | |
virtual tmp< GeometricField< typename innerProduct< vector, Type >::type, fvsPatchField, surfaceMesh > > | dotInterpolate (const surfaceVectorField &Sf, const GeometricField< Type, fvPatchField, volMesh > &vf) const |
Return the face-interpolate of the given cell field. More... | |
tmp< GeometricField< typename innerProduct< vector, Type >::type, fvsPatchField, surfaceMesh > > | dotInterpolate (const surfaceVectorField &Sf, const tmp< GeometricField< Type, fvPatchField, volMesh >> &) const |
Return the face-interpolate of the given tmp cell field. More... | |
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const GeometricField< Type, fvPatchField, volMesh > &) const |
Return the face-interpolate of the given cell field. More... | |
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const tmp< GeometricField< Type, fvPatchField, volMesh >> &) const |
Return the face-interpolate of the given tmp cell field. More... | |
void | operator= (const surfaceInterpolationScheme &)=delete |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from refCount | |
int | count () const |
Return the current reference count. More... | |
bool | unique () const |
Return true if the reference count is zero. More... | |
void | operator++ () |
Increment the reference count. More... | |
void | operator++ (int) |
Increment the reference count. More... | |
void | operator-- () |
Decrement the reference count. More... | |
void | operator-- (int) |
Decrement the reference count. More... | |
Static Public Member Functions | |
static tmp< surfaceInterpolationScheme< Type > > | New (const fvMesh &mesh, Istream &schemeData) |
Return new tmp interpolation scheme. More... | |
static tmp< surfaceInterpolationScheme< Type > > | New (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData) |
Return new tmp interpolation scheme. More... | |
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. More... | |
template<class SFType > | |
static tmp< GeometricField< typename innerProduct< typename SFType::value_type, Type >::type, fvsPatchField, surfaceMesh > > | dotInterpolate (const SFType &Sf, const GeometricField< Type, fvPatchField, volMesh > &vf, const tmp< surfaceScalarField > &tlambdas) |
Return the face-interpolate of the given cell field. More... | |
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const GeometricField< Type, fvPatchField, volMesh > &, const tmp< surfaceScalarField > &) |
Return the face-interpolate of the given cell field. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from refCount | |
refCount () | |
Construct null initialising count to 0. More... | |
Abstract base class for surface interpolation schemes.
Definition at line 55 of file surfaceInterpolationScheme.H.
|
inline |
Construct from mesh.
Definition at line 102 of file surfaceInterpolationScheme.H.
Referenced by surfaceInterpolationScheme< GType >::surfaceInterpolationScheme().
surfaceInterpolationScheme | ( | const surfaceInterpolationScheme< Type > & | ) |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 131 of file surfaceInterpolationScheme.C.
Referenced by surfaceInterpolationScheme< GType >::surfaceInterpolationScheme().
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.
Definition at line 37 of file surfaceInterpolationScheme.C.
Referenced by gaussGrad< Type >::gaussGrad(), laplacianScheme< Type, GType >::laplacianScheme(), surfaceInterpolationScheme< GType >::New(), multivariateIndependentScheme< Type >::operator()(), and surfaceInterpolationScheme< GType >::surfaceInterpolationScheme().
|
static |
Return new tmp interpolation scheme.
Definition at line 83 of file surfaceInterpolationScheme.C.
|
inline |
Return mesh reference.
Definition at line 137 of file surfaceInterpolationScheme.H.
Referenced by blended< Type >::blendingFactor(), localBlended< Type >::blendingFactor(), CoBlended< Type >::blendingFactor(), cellCoBlended< Type >::blendingFactor(), skewCorrected< Type >::corrected(), cubic< Type >::correction(), CentredFitScheme< Type, Polynomial, Stencil >::correction(), PureUpwindFitScheme< Type, Polynomial, Stencil >::correction(), UpwindFitScheme< Type, Polynomial, Stencil >::correction(), skewCorrected< Type >::correction(), localBlended< Type >::correction(), localMin< Type >::interpolate(), localMax< Type >::interpolate(), localBlended< Type >::interpolate(), upwind< scalar >::limiter(), blended< Type >::limiter(), skewCorrected< Type >::skewCorrection(), midPoint< Type >::weights(), linear< Type >::weights(), reverseLinear< Type >::weights(), LUST< Type >::weights(), clippedLinear< Type >::weights(), localBlended< Type >::weights(), and blended< Type >::weights().
|
static |
Return the face-interpolate of the given cell field.
with the given owner and neighbour weigting factors
Definition at line 140 of file surfaceInterpolationScheme.C.
Referenced by cubic< Type >::correction(), deferred< Type >::correction(), surfaceInterpolationScheme< GType >::correction(), surfaceInterpolationScheme< GType >::interpolate(), Foam::linearInterpolate(), surfaceInterpolationScheme< GType >::mesh(), skewCorrected< Type >::skewCorrection(), and surfaceInterpolationScheme< GType >::~surfaceInterpolationScheme().
|
static |
Return the face-interpolate of the given cell field.
with the given weighting factors dotted with given field Sf
Referenced by surfaceInterpolationScheme< GType >::correction(), surfaceInterpolationScheme< GType >::interpolate(), and surfaceInterpolationScheme< GType >::mesh().
|
static |
Return the face-interpolate of the given cell field.
with the given weighting factors
Definition at line 311 of file surfaceInterpolationScheme.C.
|
pure virtual |
Return the interpolation weighting factors for the given field.
Implemented in cellCoBlended< Type >, CoBlended< Type >, multivariateSurfaceInterpolationScheme< Type >::fieldScheme, limitedSurfaceInterpolationScheme< Type >, limitedSurfaceInterpolationScheme< scalar >, fixedBlended< Type >, blended< Type >, MPLIC, localBlended< Type >, limiterBlended< Type >, multivariateUpwind< Type >::fieldScheme, upwind< Type >, multivariateSelectionScheme< Type >::fieldScheme, clippedLinear< Type >, upwind< scalar >, limitWith< Type >, outletStabilised< Type >, downwind< Type >, MPLICU, weighted< Type >, skewCorrected< Type >, localMax< Type >, phaseStabilised< Type >, harmonic, localMin< Type >, LUST< Type >, reverseLinear< Type >, linear< Type >, and midPoint< Type >.
Referenced by surfaceInterpolationScheme< GType >::mesh().
|
inlinevirtual |
Return true if this scheme uses an explicit correction.
Reimplemented in cellCoBlended< Type >, CoBlended< Type >, fixedBlended< Type >, localBlended< Type >, limiterBlended< Type >, limitWith< Type >, outletStabilised< Type >, deferred< Type >, skewCorrected< Type >, phaseStabilised< Type >, LUST< Type >, PureUpwindFitScheme< Type, Polynomial, Stencil >, UpwindFitScheme< Type, Polynomial, Stencil >, pointLinear< Type >, CentredFitScheme< Type, Polynomial, Stencil >, linearUpwind< Type >, linearUpwindV< Type >, and cubic< Type >.
Definition at line 188 of file surfaceInterpolationScheme.H.
|
inlinevirtual |
Return the explicit correction to the face-interpolate.
for the given field
Reimplemented in cellCoBlended< Type >, CoBlended< Type >, fixedBlended< Type >, localBlended< Type >, limiterBlended< Type >, skewCorrected< Type >, limitWith< Type >, outletStabilised< Type >, deferred< Type >, phaseStabilised< Type >, LUST< Type >, PureUpwindFitScheme< Type, Polynomial, Stencil >, UpwindFitScheme< Type, Polynomial, Stencil >, pointLinear< Type >, CentredFitScheme< Type, Polynomial, Stencil >, linearUpwind< Type >, linearUpwindV< Type >, and cubic< Type >.
Definition at line 196 of file surfaceInterpolationScheme.H.
|
virtual |
Return the face-interpolate of the given cell field.
with explicit correction dotted with given field Sf
tmp< GeometricField < typename innerProduct<vector, Type>::type, fvsPatchField, surfaceMesh > > dotInterpolate | ( | const surfaceVectorField & | Sf, |
const tmp< GeometricField< Type, fvPatchField, volMesh >> & | |||
) | const |
Return the face-interpolate of the given tmp cell field.
with explicit correction dotted with given field Sf
|
virtual |
Return the face-interpolate of the given cell field.
with explicit correction
Reimplemented in cellCoBlended< Type >, CoBlended< Type >, fixedBlended< Type >, localBlended< Type >, MPLIC, limiterBlended< Type >, MPLICU, localMax< Type >, harmonic, and localMin< Type >.
Definition at line 398 of file surfaceInterpolationScheme.C.
Foam::tmp< Foam::GeometricField< Type, Foam::fvsPatchField, Foam::surfaceMesh > > interpolate | ( | const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf | ) | const |
Return the face-interpolate of the given tmp cell field.
with explicit correction
Definition at line 427 of file surfaceInterpolationScheme.C.
|
delete |
Disallow default bitwise assignment.
Referenced by surfaceInterpolationScheme< GType >::correction().