Selects the mesh cell faces specified by a threshold value. Non-triangulated by default. More...
#include <sampling/thresholdCellFaces.H>
Selects the mesh cell faces specified by a threshold value. Non-triangulated by default.
Definition at line 52 of file thresholdCellFaces.H.
Public Member Functions | |
TypeName ("thresholdCellFaces") | |
Runtime type information.
| |
thresholdCellFaces (const polyMesh &, const scalarField &, const scalar lowerThreshold, const scalar upperThreshold, const bool triangulate=false) | |
Construct from mesh, field and threshold value.
| |
labelList & | meshCells () |
For every face original cell in mesh.
| |
const labelList & | meshCells () const |
For every face original cell in mesh.
|
thresholdCellFaces | ( | const polyMesh & | mesh, |
const scalarField & | field, | ||
const scalar | lowerThreshold, | ||
const scalar | upperThreshold, | ||
const bool | triangulate = false
|
||
) |
Construct from mesh, field and threshold value.
Definition at line 265 of file thresholdCellFaces.C.
References Foam::endl(), and WarningIn.
TypeName | ( | "thresholdCellFaces" | ) |
Runtime type information.
labelList& meshCells | ( | ) | [inline]
|
For every face original cell in mesh.
Definition at line 97 of file thresholdCellFaces.H.
const labelList& meshCells | ( | ) | const [inline]
|
For every face original cell in mesh.
Definition at line 103 of file thresholdCellFaces.H.