Public Member Functions | List of all members
interpolationCellPointWallModified< Type > Class Template Reference

Same as interpolationCellPoint, but if interpolating a wall face, uses cell centre value instead. More...

Inheritance diagram for interpolationCellPointWallModified< Type >:
Inheritance graph
[legend]
Collaboration diagram for interpolationCellPointWallModified< Type >:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("cellPointWallModified")
 
 interpolationCellPointWallModified (const GeometricField< Type, fvPatchField, volMesh > &psi)
 
Type interpolate (const cellPointWeightWallModified &cpw) const
 
Type interpolate (const vector &position, const label celli, const label facei=-1) const
 
Type interpolate (const barycentric &coordinates, const tetIndices &tetIs, const label facei=-1) const
 
- Public Member Functions inherited from interpolationCellPoint< Type >
 TypeName ("cellPoint")
 
 interpolationCellPoint (const GeometricField< Type, fvPatchField, volMesh > &psi)
 
Type interpolate (const cellPointWeight &cpw) const
 
- Public Member Functions inherited from interpolation< Type >
virtual const wordtype () const=0
 
 declareRunTimeSelectionTable (autoPtr, interpolation, dictionary,(const GeometricField< Type, fvPatchField, volMesh > &psi),(psi))
 
 interpolation (const GeometricField< Type, fvPatchField, volMesh > &psi)
 
virtual ~interpolation ()=default
 
const GeometricField< Type, fvPatchField, volMesh > & psi () const
 

Additional Inherited Members

- Static Public Member Functions inherited from interpolation< Type >
static autoPtr< interpolation< Type > > New (const word &interpolationType, const GeometricField< Type, fvPatchField, volMesh > &psi)
 
static autoPtr< interpolation< Type > > New (const dictionary &interpolationSchemes, const GeometricField< Type, fvPatchField, volMesh > &psi)
 
- Protected Attributes inherited from interpolationCellPoint< Type >
const GeometricField< Type, pointPatchField, pointMeshpsip_
 
- Protected Attributes inherited from interpolation< Type >
const GeometricField< Type, fvPatchField, volMesh > & psi_
 
const polyMeshpMesh_
 
const vectorFieldpMeshPoints_
 
const faceListpMeshFaces_
 
const vectorFieldpMeshFaceCentres_
 
const vectorFieldpMeshFaceAreas_
 

Detailed Description

template<class Type>
class Foam::interpolationCellPointWallModified< Type >

Same as interpolationCellPoint, but if interpolating a wall face, uses cell centre value instead.

Definition at line 44 of file interpolationCellPointWallModified.H.

Constructor & Destructor Documentation

◆ interpolationCellPointWallModified()

Definition at line 28 of file interpolationCellPointWallModified.C.

Member Function Documentation

◆ TypeName()

TypeName ( "cellPointWallModified"  )

◆ interpolate() [1/3]

Type interpolate ( const cellPointWeightWallModified cpw) const
inline

Definition at line 25 of file interpolationCellPointWallModifiedI.H.

References cellPointWeight::cell(), cellPointWeight::faceVertices(), and cellPointWeight::weights().

Here is the call graph for this function:

◆ interpolate() [2/3]

Type interpolate ( const vector position,
const label  celli,
const label  facei = -1 
) const
inlinevirtual

Reimplemented from interpolationCellPoint< Type >.

Definition at line 43 of file interpolationCellPointWallModifiedI.H.

References Foam::fac::interpolate().

Here is the call graph for this function:

◆ interpolate() [3/3]

Type interpolate ( const barycentric coordinates,
const tetIndices tetIs,
const label  facei = -1 
) const
inlinevirtual

The documentation for this class was generated from the following files: