36 #ifndef thresholdCellFaces_H 37 #define thresholdCellFaces_H 72 const scalar lowerThreshold,
73 const scalar upperThreshold,
90 const scalar lowerThreshold,
91 const scalar upperThreshold,
92 const bool triangulate =
false Selects the mesh cell faces specified by a threshold value. Non-triangulated by default.
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.
A surface geometry mesh with zone information, not to be confused with the similarly named surfaceMes...
labelList & meshCells()
For every face original cell in mesh.
virtual label triangulate()
Triangulate in-place, returning the number of triangles added.
Mesh consisting of general polyhedral cells.