101#ifndef planeToFaceZone_H
102#define planeToFaceZone_H
137 static const Enum<faceAction> faceActionNames_;
151 void combine(faceZoneSet& set,
const bool add)
const;
168 const polyMesh&
mesh,
169 const point& basePoint,
Enum is a wrapper around a list of names/values that represent particular enumeration (or int) values...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
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.
A topoSetSource to select faces based on the adjacent cell centres spanning a given plane....
TypeName("planeToFaceZone")
Runtime type information.
planeToFaceZone()=delete
No default construct.
virtual ~planeToFaceZone()=default
Destructor.
virtual void applyToSet(const topoSetSource::setAction action, topoSet &) const
Apply specified action to the topoSet.
faceAction
Enumeration defining the valid options.
@ CLOSEST
Select faces belong to the closest contiguous plane.
@ ALL
Select all faces that meet the criteria.
Mesh consisting of general polyhedral cells.
The topoSetFaceZoneSource is a intermediate class for handling topoSet sources for selecting face zon...
topoSetFaceZoneSource(const polyMesh &mesh)
Construct from mesh.
Class with constructor to add usage string to table.
setAction
Enumeration defining various actions.
const polyMesh & mesh() const noexcept
Reference to the mesh.
General set of labels of mesh quantity (points, cells, faces).
void add(DimensionedField< scalar, GeoMesh > &result, const dimensioned< scalar > &dt1, const DimensionedField< scalar, GeoMesh > &f2)
vector point
Point is a vector.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.