48 setToFaceZone::typeName,
49 "\n Usage: setToFaceZone <faceSet>\n\n" 50 " Select all faces in the faceSet." 77 setName_(dict.
lookup(
"faceSet"))
107 if (!isA<faceZoneSet>(
set))
110 <<
"Operation only allowed on a faceZoneSet." <<
endl;
118 Info<<
" Adding all faces from faceSet " << setName_
130 label facei = iter.key();
132 if (!fzSet.
found(facei))
134 newAddressing.append(facei);
135 newFlipMap.append(
false);
145 Info<<
" Removing all faces from faceSet " << setName_
149 faceSet loadedSet(mesh_, setName_);
160 newFlipMap.append(fzSet.
flipMap()[i]);
const boolList & flipMap() const
#define forAll(list, i)
Loop across all elements in list.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A list of keyword definitions, which are a keyword followed by any number of values (e...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
void size(const label)
Override size to be inconsistent with allocated storage.
Ostream & endl(Ostream &os)
Add newline and flush stream.
Macros for easy insertion into run-time selection tables.
Base class of a source for a topoSet.
bool found(const Key &) const
Return true if hashedEntry is found in table.
A class for handling words, derived from string.
setAction
Enumeration defining the valid actions.
forAllConstIter(PtrDictionary< phaseModel >, mixture.phases(), phase)
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
setToFaceZone(const polyMesh &mesh, const word &setName)
Construct from components.
void updateSet()
Sort addressing and make faceSet part consistent with addressing.
Like faceSet but -reads data from faceZone -updates faceZone when writing.
General set of labels of mesh quantity (points, cells, faces).
virtual ~setToFaceZone()
Destructor.
#define WarningInFunction
Report a warning using Foam::Warning.
Class with constructor to add usage string to table.
Mesh consisting of general polyhedral cells.
virtual void applyToSet(const topoSetSource::setAction action, topoSet &) const
const labelList & addressing() const
void transfer(List< T > &)
Transfer the contents of the argument List into this list.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.