![]() |
|
Public Member Functions | |
ZoneMesh (const IOobject &, const polyMesh &) | |
Read constructor given IOobject and a polyMesh reference. | |
ZoneMesh (const IOobject &, const polyMesh &, const label size) | |
Construct given size. | |
~ZoneMesh () | |
const polyMesh & | mesh () const |
Return the mesh reference. | |
const Map< label > & | zoneMap () const |
Map of zones containing zone index for all zoned elements. | |
label | whichZone (const label objectIndex) const |
Given a global object index, return the zone it is in. If. | |
wordList | types () const |
Return a list of zone types. | |
wordList | names () const |
Return a list of zone names. | |
label | findZoneID (const word &zoneName) const |
Find zone index given a name. | |
void | clearAddressing () |
Clear addressing. | |
void | clear () |
Clear the zones. | |
void | movePoints (const pointField &) |
Correct zone mesh after moving points. | |
bool | writeData (Ostream &) const |
writeData member function required by regIOobject | |
Friends | |
Ostream & | operator (Ostream &, const ZoneMesh< ZoneType > &) |
|
Read constructor given IOobject and a polyMesh reference.
|
|
Construct given size.
|
|
|
|
Clear the zones.
Reimplemented from PtrList< ZoneType >. |
|
Clear addressing.
|
|
Find zone index given a name.
Referenced by ZoneID< faceZone >::active(). |
|
Return the mesh reference.
Definition at line 126 of file ZoneMesh.H. |
|
Correct zone mesh after moving points.
|
|
Return a list of zone names.
|
|
Return a list of zone types.
|
|
Given a global object index, return the zone it is in. If. object does not belong to any zones, return -1 |
|
writeData member function required by regIOobject
Implements regIOobject. |
|
Map of zones containing zone index for all zoned elements. Return -1 if the object is not in the zone |
|
|