OpenFOAM logo
Open Source CFD Toolkit

surfaceInterpolationScheme Class Template Reference

Inheritance diagram for surfaceInterpolationScheme:

Inheritance graph
[legend]
Collaboration diagram for surfaceInterpolationScheme:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::surfaceInterpolationScheme< Type >


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 fvMeshmesh () const
 Return mesh reference.
virtual tmp< surfaceScalarFieldweights (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, fvPatchField, surfaceMesh > > 
correction (const GeometricField< Type, fvPatchField, volMesh > &) const
 Return the explicit correction to the face-interpolate.
virtual tmp< GeometricField<
Type, fvPatchField, surfaceMesh > > 
interpolate (const GeometricField< Type, fvPatchField, volMesh > &) const
 Return the face-interpolate of the given cell field.
tmp< GeometricField< Type,
fvPatchField, surfaceMesh > > 
interpolate (const tmp< GeometricField< Type, fvPatchField, volMesh > > &) const
 Return the face-interpolate of the given tmp cell field.

Static Public Member Functions

tmp< surfaceInterpolationScheme<
Type > > 
New (const fvMesh &mesh, Istream &schemeData)
 Return new tmp interpolation scheme.
tmp< surfaceInterpolationScheme<
Type > > 
New (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData)
 Return new tmp interpolation scheme.
tmp< GeometricField< Type,
fvPatchField, surfaceMesh > > 
interpolate (const GeometricField< Type, fvPatchField, volMesh > &, const tmp< surfaceScalarField > &, const tmp< surfaceScalarField > &)
 Return the face-interpolate of the given cell field.
tmp< GeometricField< Type,
fvPatchField, surfaceMesh > > 
interpolate (const GeometricField< Type, fvPatchField, volMesh > &, const tmp< surfaceScalarField > &)
 Return the face-interpolate of the given cell field.

Constructor & Destructor Documentation

surfaceInterpolationScheme const fvMesh mesh  )  [inline]
 

Construct from mesh.

Definition at line 120 of file surfaceInterpolationScheme.H.

virtual ~surfaceInterpolationScheme  )  [virtual]
 


Member Function Documentation

virtual bool corrected  )  const [inline, virtual]
 

Return true if this scheme uses an explicit correction.

Reimplemented in linearUpwind, linearUpwindV, cubic, skewLinear, and skewLinear.

Definition at line 189 of file surfaceInterpolationScheme.H.

virtual tmp<GeometricField<Type, fvPatchField, surfaceMesh> > correction const GeometricField< Type, fvPatchField, volMesh > &   )  const [inline, virtual]
 

Return the explicit correction to the face-interpolate.

for the given field

Reimplemented in linearUpwind, linearUpwindV, cubic, skewLinear, and skewLinear.

Definition at line 199 of file surfaceInterpolationScheme.H.

declareRunTimeSelectionTable tmp  ,
surfaceInterpolationScheme< Type >  ,
MeshFlux  ,
(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData)  ,
(mesh, faceFlux, schemeData) 
 

declareRunTimeSelectionTable tmp  ,
surfaceInterpolationScheme< Type >  ,
Mesh  ,
(const fvMesh &mesh, Istream &schemeData)  ,
(mesh, schemeData) 
 

tmp<GeometricField<Type, fvPatchField, surfaceMesh> > interpolate const tmp< GeometricField< Type, fvPatchField, volMesh > > &   )  const
 

Return the face-interpolate of the given tmp cell field.

with explicit correction

virtual tmp<GeometricField<Type, fvPatchField, surfaceMesh> > interpolate const GeometricField< Type, fvPatchField, volMesh > &   )  const [virtual]
 

Return the face-interpolate of the given cell field.

with explicit correction

Reimplemented in harmonic, localBlended, localMax, and localMin.

tmp<GeometricField<Type, fvPatchField, surfaceMesh> > interpolate const GeometricField< Type, fvPatchField, volMesh > &  ,
const tmp< surfaceScalarField > & 
[static]
 

Return the face-interpolate of the given cell field.

with the given weighting factors

tmp<GeometricField<Type, fvPatchField, surfaceMesh> > interpolate const GeometricField< Type, fvPatchField, volMesh > &  ,
const tmp< surfaceScalarField > &  ,
const tmp< surfaceScalarField > & 
[static]
 

Return the face-interpolate of the given cell field.

with the given owner and neighbour weigting factors

const fvMesh& mesh  )  const [inline]
 

Return mesh reference.

Definition at line 152 of file surfaceInterpolationScheme.H.

Referenced by linear::weights().

tmp<surfaceInterpolationScheme<Type> > New const fvMesh mesh,
const surfaceScalarField faceFlux,
Istream schemeData
[static]
 

Return new tmp interpolation scheme.

Reimplemented in limitedSurfaceInterpolationScheme, and limitedSurfaceInterpolationScheme< vector >.

tmp<surfaceInterpolationScheme<Type> > New const fvMesh mesh,
Istream schemeData
[static]
 

Return new tmp interpolation scheme.

Reimplemented in limitedSurfaceInterpolationScheme, and limitedSurfaceInterpolationScheme< vector >.

TypeName "surfaceInterpolationScheme< Type >"   ) 
 

Runtime type information.

virtual tmp<surfaceScalarField> weights const GeometricField< Type, fvPatchField, volMesh > &   )  const [pure virtual]
 

Return the interpolation weighting factors for the given field.

Implemented in blended, limitedSurfaceInterpolationScheme, upwind, multivariateScheme::fieldScheme, multivariateSelectionScheme::fieldScheme, multivariateSurfaceInterpolationScheme::fieldScheme, multivariateUpwind::fieldScheme, downwind, harmonic, linear, localBlended, localMax, localMin, midPoint, reverseLinear, weighted, and limitedSurfaceInterpolationScheme< vector >.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org