Go to the documentation of this file.
82 #ifndef setToCellZone_H
83 #define setToCellZone_H
103 static addToUsageTable usage_;
sourceType
Enumeration defining the types of sources.
TypeName("setToCellZone")
Runtime type information.
A class for handling words, derived from Foam::string.
setAction
Enumeration defining the valid actions.
virtual void applyToSet(const topoSetSource::setAction action, topoSet &set) const
Apply specified action to the topoSet.
const polyMesh & mesh() const
Reference to the mesh.
Mesh consisting of general polyhedral cells.
virtual topoSetSource::sourceType setType() const
The source category is a cellZone.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
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,...
Base class of a source for a topoSet.
A topoSetSource to convert a cellSet to a cellZone (and associated cellSet).
virtual ~setToCellZone()=default
Destructor.
setToCellZone(const polyMesh &mesh, const word &setName)
Construct from components.