Same as interpolationCellPoint, but if interpolating a wall face, uses cell centre value instead. More...
Public Member Functions | |
TypeName ("cellPointWallModified") | |
Runtime type information. More... | |
interpolationCellPointWallModified (const GeometricField< Type, fvPatchField, volMesh > &psi) | |
Construct from components. More... | |
Type | interpolate (const cellPointWeightWallModified &cpw) const |
Interpolate field for the given cellPointWeight. More... | |
Type | interpolate (const vector &position, const label celli, const label facei=-1) const |
Interpolate field to the given point in the given cell. More... | |
Type | interpolate (const barycentric &coordinates, const tetIndices &tetIs, const label facei=-1) const |
Interpolate field to the given coordinates in the tetrahedron. More... | |
![]() | |
TypeName ("cellPoint") | |
Runtime type information. More... | |
interpolationCellPoint (const GeometricField< Type, fvPatchField, volMesh > &psi) | |
Construct from components. More... | |
Type | interpolate (const cellPointWeight &cpw) const |
Interpolate field for the given cellPointWeight. More... | |
![]() | |
virtual const word & | type () const =0 |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, interpolation, dictionary,(const GeometricField< Type, fvPatchField, volMesh > &psi),(psi)) | |
interpolation (const GeometricField< Type, fvPatchField, volMesh > &psi) | |
Construct from components. More... | |
virtual | ~interpolation () |
Destructor. More... | |
const GeometricField< Type, fvPatchField, volMesh > & | psi () const |
Return the field to be interpolated. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< interpolation< Type > > | New (const word &interpolationType, const GeometricField< Type, fvPatchField, volMesh > &psi) |
Return a reference to the specified interpolation scheme. More... | |
static autoPtr< interpolation< Type > > | New (const dictionary &interpolationSchemes, const GeometricField< Type, fvPatchField, volMesh > &psi) |
Return a reference to the selected interpolation scheme. More... | |
![]() | |
const GeometricField< Type, pointPatchField, pointMesh > | psip_ |
Interpolated volfield. More... | |
![]() | |
const GeometricField< Type, fvPatchField, volMesh > & | psi_ |
const polyMesh & | pMesh_ |
const vectorField & | pMeshPoints_ |
const faceList & | pMeshFaces_ |
const vectorField & | pMeshFaceCentres_ |
const vectorField & | pMeshFaceAreas_ |
Same as interpolationCellPoint, but if interpolating a wall face, uses cell centre value instead.
Definition at line 48 of file interpolationCellPointWallModified.H.
interpolationCellPointWallModified | ( | const GeometricField< Type, fvPatchField, volMesh > & | psi | ) |
Construct from components.
Definition at line 33 of file interpolationCellPointWallModified.C.
TypeName | ( | "cellPointWallModified" | ) |
Runtime type information.
|
inline |
Interpolate field for the given cellPointWeight.
Definition at line 30 of file interpolationCellPointWallModifiedI.H.
References cellPointWeight::cell(), cellPointWeight::faceVertices(), and cellPointWeight::weights().
Referenced by interpolationCellPointWallModified< Type >::interpolate().
|
inlinevirtual |
Interpolate field to the given point in the given cell.
Reimplemented from interpolationCellPoint< Type >.
Definition at line 48 of file interpolationCellPointWallModifiedI.H.
References interpolationCellPointWallModified< Type >::interpolate(), and Foam::fvc::interpolate().
|
inlinevirtual |
Interpolate field to the given coordinates in the tetrahedron.
defined by the given indices.
Reimplemented from interpolationCellPoint< Type >.
Definition at line 69 of file interpolationCellPointWallModifiedI.H.
References tetIndices::cell(), Foam::exit(), tetIndices::face(), Foam::FatalError, FatalErrorInFunction, Foam::fvc::interpolate(), patchi, and polyBoundaryMesh::whichPatch().