Go to the documentation of this file.
41 #ifndef topoSetFaceZoneSource_H
42 #define topoSetFaceZoneSource_H
A class for handling words, derived from Foam::string.
virtual ~topoSetFaceZoneSource()=default
The topoSetFaceZoneSource is a intermediate class for handling topoSet sources for selecting face zon...
Mesh consisting of general polyhedral cells.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
static autoPtr< topoSetFaceZoneSource > New(const word &sourceType, const polyMesh &mesh, const dictionary &dict)
declareRunTimeSelectionTable(autoPtr, topoSetFaceZoneSource, word,(const polyMesh &mesh, const dictionary &dict),(mesh, dict))
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Base class of a source for a topoSet.
@ FACEZONE_SOURCE
Faces as zone.
autoPtr< topoSetFaceZoneSource > clone() const
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual topoSetSource::sourceType setType() const
topoSetFaceZoneSource(const polyMesh &mesh)
const polyMesh & mesh() const noexcept