Go to the documentation of this file.
35 #ifndef setsToFaceZone_H
36 #define setsToFaceZone_H
79 const word& faceSetName,
80 const word& cellSetName,
sourceType
Enumeration defining the types of sources.
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
A class for handling words, derived from string.
const word cellSetName_
Name of set to use.
Class with constructor to add usage string to table.
setAction
Enumeration defining the valid actions.
const polyMesh & mesh() const
Mesh consisting of general polyhedral cells.
virtual ~setsToFaceZone()
Destructor.
virtual void applyToSet(const topoSetSource::setAction action, topoSet &) const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
const word faceSetName_
Name of set to use.
setsToFaceZone(const polyMesh &mesh, const word &faceSetName, const word &cellSetName, const Switch &flip)
Construct from components.
const Switch flip_
Whether cellSet is slave cells or master cells.
General set of labels of mesh quantity (points, cells, faces).
virtual sourceType setType() const
A list of keyword definitions, which are a keyword followed by any number of values (e....
Base class of a source for a topoSet.
A topoSetSource to select faces based on usage in a faceSet and cellSet.
TypeName("setsToFaceZone")
Runtime type information.
static addToUsageTable usage_
Add usage string.