Go to the documentation of this file.
86 #ifndef searchableSurfaceToFaceZone_H
87 #define searchableSurfaceToFaceZone_H
96 class searchableSurface;
102 class searchableSurfaceToFaceZone
109 static addToUsageTable usage_;
112 autoPtr<searchableSurface> surfacePtr_;
122 const dictionary&
dict,
130 TypeName(
"searchableSurfaceToFaceZone");
138 const word& surfaceType,
139 const polyMesh&
mesh,
140 const dictionary&
dict
147 const polyMesh&
mesh,
148 const dictionary&
dict
searchableSurfaceToFaceZone(const word &surfaceType, const polyMesh &mesh, const dictionary &dict)
Construct surface-type from dictionary.
sourceType
Enumeration defining the types of sources.
A class for handling words, derived from Foam::string.
virtual topoSetSource::sourceType setType() const
The source category is a faceZone.
Class with constructor to add usage string to table.
TypeName("searchableSurfaceToFaceZone")
Runtime type information.
setAction
Enumeration defining the valid actions.
const polyMesh & mesh() const
Reference to the mesh.
Mesh consisting of general polyhedral cells.
virtual ~searchableSurfaceToFaceZone()=default
Destructor.
virtual void applyToSet(const topoSetSource::setAction action, topoSet &set) const
Apply specified action to the topoSet.
static word getSurfaceName(const dictionary &dict, const word &defaultName)
Retrieve surface name from dictionary entry.
General set of labels of mesh quantity (points, cells, faces).
static const word defaultName("coeffs")
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 whose cell-cell centre vector intersects with a given searchableS...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.