Go to the documentation of this file.
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_);
118 Info<<
" Removing all elements of cellSet " << setName_ <<
" ..."
122 cellSet loadedSet(mesh_, setName_);
A class for handling words, derived from string.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
Class with constructor to add usage string to table.
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)....
virtual ~cellToCell()
Destructor.
General set of labels of mesh quantity (points, cells, faces).
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.
A collection of cell labels.
cellToCell(const polyMesh &mesh, const word &setName)
Construct from components.
virtual void applyToSet(const topoSetSource::setAction action, topoSet &) const
defineTypeNameAndDebug(combustionModel, 0)
static addToUsageTable usage_
Add usage string.