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