Go to the documentation of this file.
56 if (faceI >= 0 && faceI >= this->psi_.mesh().nInternalFaces())
60 label patchI = pbm.
patchID()[faceI-this->psi_.mesh().nInternalFaces()];
61 label patchFaceI = pbm[patchI].whichFace(faceI);
63 return this->psi_.boundaryField()[patchI][patchFaceI];
67 return this->psi_[cellI];
const polyBoundaryMesh & boundaryMesh() const
Return boundary mesh.
interpolationCellPatchConstrained(const GeometricField< Type, fvPatchField, volMesh > &psi)
Construct from components.
const labelList & patchID() const
Per boundary face label the patch index.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const polyMesh & mesh() const
Return the mesh reference.
const volScalarField & psi
Type interpolate(const vector &position, const label cellI, const label faceI=-1) const
Interpolate field to the given point in the given cell.
Generic GeometricField class.