Go to the documentation of this file.
81 #ifndef faceZoneToFaceZone_H
82 #define faceZoneToFaceZone_H
95 class faceZoneToFaceZone
102 static addToUsageTable usage_;
119 const polyMesh&
mesh,
sourceType
Enumeration defining the types of sources.
A class for handling words, derived from Foam::string.
virtual void applyToSet(const topoSetSource::setAction action, topoSet &set) const
Apply specified action to the topoSet.
A topoSetSource to select faces of a given faceZone.
virtual topoSetSource::sourceType setType() const
The source category is a faceZone.
setAction
Enumeration defining the valid actions.
const polyMesh & mesh() const
Reference to the mesh.
Mesh consisting of general polyhedral cells.
virtual ~faceZoneToFaceZone()=default
Destructor.
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,...
TypeName("faceZoneToFaceZone")
Runtime type information.
Base class of a source for a topoSet.
faceZoneToFaceZone(const polyMesh &mesh, const word &setName)
Construct from components.