Go to the documentation of this file.
49 "\n Usage: faceToFace <faceSet>\n\n"
50 " Select all faces in the faceSet\n\n"
76 setName_(
dict.lookup(
"set"))
108 Info<<
" Adding all faces from faceSet " << setName_ <<
" ..."
112 faceSet loadedSet(mesh_, setName_);
118 Info<<
" Removing all faces from faceSet " << setName_ <<
" ..."
122 faceSet loadedSet(mesh_, setName_);
static addToUsageTable usage_
Add usage string.
A class for handling words, derived from string.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
Class with constructor to add usage string to table.
faceToFace(const polyMesh &mesh, const word &setName)
Construct from components.
virtual void deleteSet(const topoSet &set)
Delete elements present in set.
Ostream & endl(Ostream &os)
Add newline and flush stream.
setAction
Enumeration defining the valid actions.
Mesh consisting of general polyhedral cells.
virtual void addSet(const topoSet &set)
Add elements present in set.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
General set of labels of mesh quantity (points, cells, faces).
virtual void applyToSet(const topoSetSource::setAction action, topoSet &) const
A list of keyword definitions, which are a keyword followed by any number of values (e....
Macros for easy insertion into run-time selection tables.
Base class of a source for a topoSet.
virtual ~faceToFace()
Destructor.
defineTypeNameAndDebug(combustionModel, 0)