121#ifndef Foam_cellToFaceZone_H
122#define Foam_cellToFaceZone_H
163 bitSet& selectedFace,
179 const polyMesh&
mesh,
180 const word& cellSetName,
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A bitSet stores bits (elements with only two states) in packed internal format and supports a variety...
A collection of cell labels.
A topoSetSource to select faces with only one neighbour (i.e. outside) in a specified cellSet.
virtual ~cellToFaceZone()=default
Destructor.
cellToFaceZone(const polyMesh &mesh, const word &cellSetName, const bool flip)
Construct from components.
TypeName("cellToFaceZone")
Runtime type information.
virtual void applyToSet(const topoSetSource::setAction action, topoSet &set) const
Apply specified action to the topoSet.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
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).
A class for handling words, derived from Foam::string.
List< word > wordList
List of word.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.