Foam::interpolationCellPointFace. More...


Public Member Functions | |
| TypeName ("cellPointFace") | |
| Runtime type information. More... | |
| interpolationCellPointFace (const GeometricField< Type, fvPatchField, volMesh > &psi) | |
| Construct from components. 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... | |
Public Member Functions inherited from interpolation< Type > | |
| 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... | |
| virtual Type | interpolate (const vector &position, const tetIndices &tetIs, const label facei=-1) const |
| Interpolate field to the given point in the tetrahedron. More... | |
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) |
| 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... | |
Protected Attributes inherited from interpolation< Type > | |
| const GeometricField< Type, fvPatchField, volMesh > & | psi_ |
| const polyMesh & | pMesh_ |
| const vectorField & | pMeshPoints_ |
| const faceList & | pMeshFaces_ |
| const vectorField & | pMeshFaceCentres_ |
| const vectorField & | pMeshFaceAreas_ |
Foam::interpolationCellPointFace.
Definition at line 46 of file interpolationCellPointFace.H.
| interpolationCellPointFace | ( | const GeometricField< Type, fvPatchField, volMesh > & | psi | ) |
Construct from components.
Definition at line 38 of file interpolationCellPointFace.C.
References interpolationCellPointFace< Type >::interpolate().

| TypeName | ( | "cellPointFace" | ) |
Runtime type information.
|
virtual |
Interpolate field to the given point in the given cell.
Implements interpolation< Type >.
Definition at line 60 of file interpolationCellPointFace.C.
References Foam::constant::electromagnetic::e, Foam::endl(), forAll, InfoInFunction, Foam::mag(), Foam::max(), Foam::min(), n, patchi, phi, List< T >::size(), Foam::tab, and Foam::Zero.
Referenced by interpolationCellPointFace< Type >::interpolationCellPointFace().


1.8.11