Uses the cell value for any point in the cell apart from a boundary face where it uses the boundary value directly. Note: will not work on an empty patch. More...
#include <finiteVolume/interpolationCellPatchConstrained.H>
Uses the cell value for any point in the cell apart from a boundary face where it uses the boundary value directly. Note: will not work on an empty patch.
Definition at line 51 of file interpolationCellPatchConstrained.H.
Public Member Functions | |
TypeName ("cellPatchConstrained") | |
Runtime type information.
| |
interpolationCellPatchConstrained (const GeometricField< Type, fvPatchField, volMesh > &psi) | |
Construct from components.
| |
Type | interpolate (const vector &position, const label cellI, const label faceI=-1) const |
Interpolate field to the given point in the given cell.
|
interpolationCellPatchConstrained | ( | const GeometricField< Type, fvPatchField, volMesh > & | psi ) |
Construct from components.
Definition at line 38 of file interpolationCellPatchConstrained.C.
TypeName | ( | "cellPatchConstrained" | ) |
Runtime type information.
Type interpolate | ( | const vector & | position, |
const label | cellI, | ||
const label | faceI = -1
|
||
) | const [virtual]
|
Interpolate field to the given point in the given cell.
Implements interpolation< Type >.
Definition at line 50 of file interpolationCellPatchConstrained.C.
References polyMesh::boundaryMesh(), polyBoundaryMesh::mesh(), and polyBoundaryMesh::whichPatch().