Go to the documentation of this file.
36 #ifndef searchableSurfaceToFaceZone_H
37 #define searchableSurfaceToFaceZone_H
46 class searchableSurface;
67 TypeName(
"searchableSurfaceToFaceZone");
sourceType
Enumeration defining the types of sources.
Class with constructor to add usage string to table.
virtual sourceType setType() const
TypeName("searchableSurfaceToFaceZone")
Runtime type information.
setAction
Enumeration defining the valid actions.
const polyMesh & mesh() const
Mesh consisting of general polyhedral cells.
General set of labels of mesh quantity (points, cells, faces).
A list of keyword definitions, which are a keyword followed by any number of values (e....
Base class of a source for a topoSet.
static addToUsageTable usage_
Add usage string.
A topoSetSource to select faces based on intersection (of cell-cell vector) with a surface.
autoPtr< searchableSurface > surfacePtr_
Surface.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual ~searchableSurfaceToFaceZone()
Destructor.
virtual void applyToSet(const topoSetSource::setAction action, topoSet &) const
searchableSurfaceToFaceZone(const polyMesh &mesh, const dictionary &dict)
Construct from dictionary.