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_);
114 set.addSet(loadedSet);
118 Info<<
" Removing all faces from faceSet " << setName_ <<
" ..." 122 faceSet loadedSet(mesh_, setName_);
124 set.deleteSet(loadedSet);
faceToFace(const polyMesh &mesh, const word &setName)
Construct from components.
General set of labels of mesh quantity (points, cells, faces).
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
A class for handling words, derived from string.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Ostream & endl(Ostream &os)
Add newline and flush stream.
setAction
Enumeration defining the valid actions.
Macros for easy insertion into run-time selection tables.
Mesh consisting of general polyhedral cells.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
Base class of a source for a topoSet.
Class with constructor to add usage string to table.
virtual ~faceToFace()
Destructor.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
virtual void applyToSet(const topoSetSource::setAction action, topoSet &) const