Go to the documentation of this file.
51 #ifndef regionsToCell_H
52 #define regionsToCell_H
108 void unselectOutsideRegions(
boolList& selectedCell)
const;
111 void shrinkRegions(
boolList& selectedCell)
const;
115 void erode(
boolList& selectedCell)
const;
void set(List< bool > &bools, const labelRange &range)
virtual void applyToSet(const topoSetSource::setAction action, topoSet &set) const
A class for handling words, derived from Foam::string.
bool verbose() const noexcept
Mesh consisting of general polyhedral cells.
TypeName("regionsToCell")
Generic templated field type.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
TopoSetSource. Select cells belonging to topological connected region (that contains given points)
This class separates the mesh into distinct unconnected regions, each of which is then given a label ...
General set of labels of mesh quantity (points, cells, faces).
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
void add(FieldField< Field1, typename typeOfSum< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)
virtual ~regionsToCell()=default
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
The topoSetCellSource is a intermediate class for handling topoSet sources for selecting cells.
const polyMesh & mesh() const noexcept
regionsToCell(const polyMesh &mesh, const word &setName, const pointField &insidePoints, const label nErode)