55 const dictionary&
dict
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);
Macros for easy insertion into run-time selection tables.
virtual ~cellToCell()
Destructor.
virtual void applyToSet(const topoSetSource::setAction action, topoSet &) const
cellToCell(const polyMesh &mesh, const word &setName)
Construct from components.
setAction
Enumeration defining the valid actions.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
const unitSet & lookup(const word &unitName)
Lookup and return the named unit from the table.
addToRunTimeSelectionTable(polyPatch, mergedCyclicPolyPatch, word)
Ostream & endl(Ostream &os)
Add newline and flush stream.
defineTypeNameAndDebug(atmosphericBoundaryLayer, 0)