59 setName_(dict.
lookup(
"set"))
79 Info<<
" Adding all elements of cellSet " << setName_ <<
" ..." 83 cellSet loadedSet(mesh_, setName_);
85 set.addSet(loadedSet);
89 Info<<
" Removing all elements of cellSet " << setName_ <<
" ..." 93 cellSet loadedSet(mesh_, setName_);
95 set.deleteSet(loadedSet);
A list of keyword definitions, which are a keyword followed by any number of values (e...
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).
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.