60 setName_(
dict.lookupBackwardsCompatible<
word>({
"set",
"cellSet"}))
78 if (!isA<cellZoneSet>(set))
81 <<
"Operation only allowed on a cellZoneSet." <<
endl;
89 Info<<
" Adding all cells from cellSet " << setName_
100 label celli = iter.key();
102 if (!fzSet.
found(celli))
104 newAddressing.
append(celli);
113 Info<<
" Removing all cells from cellSet " << setName_
117 cellSet loadedSet(mesh_, setName_);
#define forAll(list, i)
Loop across all elements in list.
#define forAllConstIter(Container, container, iter)
Iterate across all elements in the container object of type.
Macros for easy insertion into run-time selection tables.
DynamicList< T, SizeInc, SizeMult, SizeDiv > & append(const T &)
Append an element at the end of the list.
bool found(const Key &) const
Return true if hashedEntry is found in table.
void transfer(List< T > &)
Transfer the contents of the argument List into this list.
void size(const label)
Override size to be inconsistent with allocated storage.
A collection of cell labels.
Like cellSet but -reads data from cellZone -updates cellZone when writing.
const labelList & addressing() const
void updateSet()
Sort addressing and make cellSet part consistent with addressing.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh consisting of general polyhedral cells.
A topoSetSource to select cells based on usage in a cellSet.
virtual ~setToCellZone()
Destructor.
virtual void applyToSet(const topoSetSource::setAction action, topoSet &) const
setToCellZone(const polyMesh &mesh, const word &setName)
Construct from components.
Base class of a source for a topoSet.
setAction
Enumeration defining the valid actions.
General set of labels of mesh quantity (points, cells, faces).
A class for handling words, derived from string.
#define WarningInFunction
Report a warning using Foam::Warning.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
addToRunTimeSelectionTable(polyPatch, mergedCyclicPolyPatch, word)
Ostream & endl(Ostream &os)
Add newline and flush stream.
defineTypeNameAndDebug(combustionModel, 0)