Abstract base class for surface interpolation schemes. More...
Static Public Member Functions | |
static tmp< surfaceInterpolationScheme< Type > > | New (const fvMesh &mesh, Istream &schemeData) |
static tmp< surfaceInterpolationScheme< Type > > | New (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData) |
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const GeometricField< Type, fvPatchField, volMesh > &, const tmp< surfaceScalarField > &, const tmp< surfaceScalarField > &) |
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) |
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const GeometricField< Type, fvPatchField, volMesh > &, const tmp< surfaceScalarField > &) |
Abstract base class for surface interpolation schemes.
Definition at line 53 of file surfaceInterpolationScheme.H.
|
inline |
Definition at line 109 of file surfaceInterpolationScheme.H.
|
virtualdefault |
TypeName | ( | "surfaceInterpolationScheme< Type >" | ) |
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 |
Definition at line 33 of file surfaceInterpolationScheme.C.
Referenced by gaussGrad< Type >::gaussGrad(), laplacianScheme< Type, GType >::laplacianScheme(), and multivariateIndependentScheme< Type >::operator()().
|
static |
Definition at line 74 of file surfaceInterpolationScheme.C.
|
inline |
Definition at line 140 of file surfaceInterpolationScheme.H.
Referenced by localBlended< Type >::blendingFactor(), CoBlended< Type >::blendingFactor(), cellCoBlended< Type >::blendingFactor(), DEShybrid< 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(), outletStabilised< Type >::correction(), localBlended< 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(), LUST< Type >::weights(), clippedLinear< Type >::weights(), outletStabilised< Type >::weights(), localBlended< Type >::weights(), weightedFlux< Type >::weights(), and blended< Type >::weights().
|
static |
Definition at line 119 of file surfaceInterpolationScheme.C.
Referenced by cubic< Type >::correction(), harmonic::interpolate(), Foam::linearInterpolate(), and skewCorrected< Type >::skewCorrection().
|
static |
|
static |
Definition at line 300 of file surfaceInterpolationScheme.C.
|
pure virtual |
Implemented in DEShybrid< Type >, cellCoBlended< Type >, CoBlended< Type >, blended< Type >, fixedBlended< Type >, localBlended< Type >, limiterBlended< Type >, outletStabilised< Type >, limitWith< Type >, skewCorrected< Type >, multivariateSurfaceInterpolationScheme< Type >::fieldScheme, limitedSurfaceInterpolationScheme< Type >, weightedFlux< Type >, upwind< Type >, multivariateUpwind< Type >::fieldScheme, clippedLinear< Type >, multivariateSelectionScheme< Type >::fieldScheme, downwind< Type >, weighted< Type >, localMax< Type >, localMin< Type >, LUST< Type >, reverseLinear< Type >, linear< Type >, midPoint< Type >, and harmonic.
|
inlinevirtual |
Reimplemented in DEShybrid< Type >, cellCoBlended< Type >, CoBlended< Type >, fixedBlended< Type >, localBlended< Type >, outletStabilised< Type >, limiterBlended< Type >, linearUpwindNormal< Type >, limitWith< Type >, linearUpwindV< Type >, deferredCorrection< Type >, skewCorrected< Type >, linearUpwind< Type >, LUST< Type >, PureUpwindFitScheme< Type, Polynomial, Stencil >, UpwindFitScheme< Type, Polynomial, Stencil >, pointLinear< Type >, CentredFitScheme< Type, Polynomial, Stencil >, and cubic< Type >.
Definition at line 191 of file surfaceInterpolationScheme.H.
|
inlinevirtual |
Reimplemented in DEShybrid< Type >, cellCoBlended< Type >, CoBlended< Type >, fixedBlended< Type >, localBlended< Type >, outletStabilised< Type >, skewCorrected< Type >, limiterBlended< Type >, limitWith< Type >, LUST< Type >, PureUpwindFitScheme< Type, Polynomial, Stencil >, UpwindFitScheme< Type, Polynomial, Stencil >, pointLinear< Type >, CentredFitScheme< Type, Polynomial, Stencil >, cubic< Type >, linearUpwindNormal< Type >, linearUpwindV< Type >, deferredCorrection< Type >, and linearUpwind< Type >.
Definition at line 199 of file surfaceInterpolationScheme.H.
|
virtual |
tmp< GeometricField < typename innerProduct<vector, Type>::type, fvsPatchField, surfaceMesh > > dotInterpolate | ( | const surfaceVectorField & | Sf, |
const tmp< GeometricField< Type, fvPatchField, volMesh >> & | |||
) | const |
|
virtual |
Reimplemented in DEShybrid< Type >, cellCoBlended< Type >, CoBlended< Type >, weightedFlux< Type >, fixedBlended< Type >, localBlended< Type >, limiterBlended< Type >, localMax< Type >, localMin< Type >, and harmonic.
Definition at line 390 of file surfaceInterpolationScheme.C.
Foam::tmp< Foam::GeometricField< Type, Foam::fvsPatchField, Foam::surfaceMesh > > interpolate | ( | const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf | ) | const |
Definition at line 419 of file surfaceInterpolationScheme.C.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.