60 setName_(
dict.lookup(
"zone"))
78 if (!isA<faceZoneSet>(set))
81 <<
"Operation only allowed on a faceZoneSet." <<
endl;
89 Info<<
" Adding all faces from faceZone " << setName_ <<
" ..."
112 Info<<
" Removing all faces from faceZone " << setName_ <<
" ..."
#define forAll(list, i)
Loop across all elements in list.
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 list of keyword definitions, which are a keyword followed by any number of values (e....
Like faceSet but -reads data from faceZone -updates faceZone when writing.
const boolList & flipMap() const
const labelList & addressing() const
void updateSet()
Sort addressing and make faceSet part consistent with addressing.
A topoSetSource to select faces based on usage in another faceSet.
virtual void applyToSet(const topoSetSource::setAction action, topoSet &) const
virtual ~faceZoneToFaceZone()
Destructor.
faceZoneToFaceZone(const polyMesh &mesh, const word &setName)
Construct from components.
Mesh consisting of general polyhedral cells.
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.
addToRunTimeSelectionTable(polyPatch, mergedCyclicPolyPatch, word)
Ostream & endl(Ostream &os)
Add newline and flush stream.
defineTypeNameAndDebug(combustionModel, 0)