36 #ifndef thresholdCellFaces_H
37 #define thresholdCellFaces_H
72 const scalar lowerThreshold,
73 const scalar upperThreshold,
90 const scalar lowerThreshold,
91 const scalar upperThreshold,
A surface geometry mesh with zone information, not to be confused with the similarly named surfaceMes...
virtual label triangulate()
Triangulate in-place, returning the number of triangles added.
Mesh consisting of general polyhedral cells.
Selects the mesh cell faces specified by a threshold value. Non-triangulated by default.
TypeName("thresholdCellFaces")
Runtime type information.
labelList & meshCells()
For every face original cell in mesh.
thresholdCellFaces(const polyMesh &, const scalarField &, const scalar lowerThreshold, const scalar upperThreshold, const bool triangulate=false)
Construct from mesh, field and threshold value.