Go to the documentation of this file.
89 #ifndef setsToFaceZone_H
90 #define setsToFaceZone_H
110 static addToUsageTable usage_;
113 const word faceSetName_;
116 const word cellSetName_;
133 const polyMesh&
mesh,
134 const word& faceSetName,
135 const word& cellSetName,
virtual topoSetSource::sourceType setType() const
The source category is a pointSet.
sourceType
Enumeration defining the types of sources.
A class for handling words, derived from Foam::string.
virtual ~setsToFaceZone()=default
Destructor.
Class with constructor to add usage string to table.
setAction
Enumeration defining the valid actions.
const polyMesh & mesh() const
Reference to the mesh.
Mesh consisting of general polyhedral cells.
setsToFaceZone(const polyMesh &mesh, const word &faceSetName, const word &cellSetName, const bool flip)
Construct from components.
virtual void applyToSet(const topoSetSource::setAction action, topoSet &set) const
Apply specified action to the topoSet.
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 select all faces in a given faceSet, which are oriented in slave cells of a given ...
TypeName("setsToFaceZone")
Runtime type information.