Identifies a mesh zone by name and index, with optional physical type and group information. More...
Public Member Functions | |
zoneIdentifier (const zoneIdentifier &)=default | |
zoneIdentifier & | operator= (const zoneIdentifier &)=default |
virtual | ~zoneIdentifier ()=default |
zoneIdentifier () | |
zoneIdentifier (const word &name, const label index) | |
zoneIdentifier (const word &name, const label index, const word &physicalType, const wordList &inGroups=wordList()) | |
zoneIdentifier (const word &name, const dictionary &dict, const label index) | |
zoneIdentifier (const zoneIdentifier &ident, const label index) | |
const word & | name () const noexcept |
word & | name () noexcept |
label | index () const noexcept |
label & | index () noexcept |
const word & | physicalType () const noexcept |
word & | physicalType () noexcept |
const wordList & | inGroups () const noexcept |
wordList & | inGroups () noexcept |
bool | inGroup (const word &name) const |
void | write (Ostream &os) const |
Identifies a mesh zone by name and index, with optional physical type and group information.
Definition at line 53 of file zoneIdentifier.H.
|
default |
|
virtualdefault |
zoneIdentifier | ( | ) |
Definition at line 26 of file zoneIdentifier.C.
zoneIdentifier | ( | const word & | name, |
const label | index | ||
) |
Definition at line 34 of file zoneIdentifier.C.
zoneIdentifier | ( | const word & | name, |
const label | index, | ||
const word & | physicalType, | ||
const wordList & | inGroups = wordList() |
||
) |
Definition at line 45 of file zoneIdentifier.C.
zoneIdentifier | ( | const word & | name, |
const dictionary & | dict, | ||
const label | index | ||
) |
Definition at line 60 of file zoneIdentifier.C.
References dict, and dictionary::readIfPresent().
zoneIdentifier | ( | const zoneIdentifier & | ident, |
const label | index | ||
) |
Definition at line 74 of file zoneIdentifier.C.
|
default |
|
inlinenoexcept |
Definition at line 119 of file zoneIdentifier.H.
Referenced by multiBandZoneAbsorptionEmission::aCont(), meshRefinement::balance(), meshRefinement::checkCoupledFaceZones(), meshRefinement::createZoneBaffles(), snappyLayerDriver::doLayers(), multiBandZoneAbsorptionEmission::eCont(), meshRefinement::getZoneFaces(), meshRefinement::getZones(), zoneIdentifier::inGroup(), fvMeshDistribute::printMeshInfo(), FLMAsurfaceFormat< Face >::write(), OBJsurfaceFormat< Face >::write(), OFFsurfaceFormat< Face >::write(), AC3DsurfaceFormat< Face >::write(), ABAQUSsurfaceFormat< Face >::write(), FacePostProcessing< CloudType >::write(), STLsurfaceFormat< Face >::writeAscii(), and meshRefinement::zonify().
|
inlinenoexcept |
Definition at line 125 of file zoneIdentifier.H.
|
inlinenoexcept |
Definition at line 131 of file zoneIdentifier.H.
Referenced by cellZone::clone(), pointZone::clone(), and faceZone::clone().
|
inlinenoexcept |
Definition at line 137 of file zoneIdentifier.H.
|
inlinenoexcept |
Definition at line 143 of file zoneIdentifier.H.
|
inlinenoexcept |
Definition at line 149 of file zoneIdentifier.H.
|
inlinenoexcept |
Definition at line 155 of file zoneIdentifier.H.
|
inlinenoexcept |
Definition at line 161 of file zoneIdentifier.H.
Definition at line 167 of file zoneIdentifier.H.
References zoneIdentifier::name().
void write | ( | Ostream & | os | ) | const |
Definition at line 88 of file zoneIdentifier.C.
References token::END_STATEMENT, Foam::nl, os(), Ostream::writeEntry(), and Ostream::writeKeyword().
Referenced by Foam::operator<<(), cellZone::writeDict(), pointZone::writeDict(), and faceZone::writeDict().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.