Go to the documentation of this file.
48 faceZoneToFaceZone::typeName,
49 "\n Usage: faceZoneToFaceZone <faceZone>\n\n"
50 " Select all faces in the faceZone\n\n"
76 setName_(
dict.lookup(
"zone"))
106 if (!isA<faceZoneSet>(set))
109 <<
"Operation only allowed on a faceZoneSet." <<
endl;
117 Info<<
" Adding all faces from faceZone " << setName_ <<
" ..."
140 Info<<
" Removing all faces from faceZone " << setName_ <<
" ..."
const labelList & addressing() const
A class for handling words, derived from string.
#define forAll(list, i)
Loop across all elements in list.
void updateSet()
Sort addressing and make faceSet part consistent with addressing.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
Class with constructor to add usage string to table.
void transfer(List< T > &)
Transfer the contents of the argument List into this list.
Ostream & endl(Ostream &os)
Add newline and flush stream.
setAction
Enumeration defining the valid actions.
const boolList & flipMap() const
Mesh consisting of general polyhedral cells.
virtual void applyToSet(const topoSetSource::setAction action, topoSet &) const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Like faceSet but updates faceZone when writing.
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.
bool found(const Key &) const
Return true if hashedEntry is found in table.
Base class of a source for a topoSet.
DynamicList< T, SizeInc, SizeMult, SizeDiv > & append(const T &)
Append an element at the end of the list.
static addToUsageTable usage_
Add usage string.
void size(const label)
Override size to be inconsistent with allocated storage.
virtual ~faceZoneToFaceZone()
Destructor.
defineTypeNameAndDebug(combustionModel, 0)
#define WarningInFunction
Report a warning using Foam::Warning.
faceZoneToFaceZone(const polyMesh &mesh, const word &setName)
Construct from components.