41#ifndef Foam_topoSetFaceZoneSource_H
42#define Foam_topoSetFaceZoneSource_H
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Like faceSet but -reads data from faceZone -updates faceZone when writing.
Mesh consisting of general polyhedral cells.
virtual ~topoSetFaceZoneSource()=default
Destructor.
topoSetFaceZoneSource(const polyMesh &mesh)
Construct from mesh.
declareRunTimeSelectionTable(autoPtr, topoSetFaceZoneSource, istream,(const polyMesh &mesh, Istream &is),(mesh, is))
autoPtr< topoSetFaceZoneSource > clone() const
Clone (disallowed).
static autoPtr< topoSetFaceZoneSource > New(const word &sourceType, const polyMesh &mesh, const dictionary &dict)
Return a reference to the selected source type.
declareRunTimeSelectionTable(autoPtr, topoSetFaceZoneSource, word,(const polyMesh &mesh, const dictionary &dict),(mesh, dict))
virtual topoSetSource::sourceType setType() const
The source category is a faceZone.
sourceType
Enumeration defining the types of sources.
@ FACEZONE_SOURCE
Faces as zone.
topoSetSource(const topoSetSource &)=delete
No copy construct.
const polyMesh & mesh() const noexcept
Reference to the mesh.
A class for handling words, derived from Foam::string.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
#define declareRunTimeSelectionTable(ptrWrapper, baseType, argNames, argList, parList)
Declare a run-time selection (variables and adder classes).