A class that holds the data needed to identify a zone in a dynamic mesh. More...
#include <OpenFOAM/ZoneID.H>
A class that holds the data needed to identify a zone in a dynamic mesh.
The zone is identified by name. Its index in the zoneMesh is updated if the mesh has changed.
Definition at line 61 of file ZoneID.H.
Inheritance diagram for ZoneID< ZoneType >:
Collaboration diagram for ZoneID< ZoneType >:Public Member Functions | |
| ZoneID (const word &name, const ZoneMesh< ZoneType, polyMesh > &zm) | |
| Construct from name.
| |
| ZoneID (Istream &is, const ZoneMesh< ZoneType, polyMesh > &zm) | |
| Construct from Istream.
| |
| const word & | name () const |
| Return name.
| |
| label | index () const |
| Return index.
| |
| bool | active () const |
| Has the zone been found.
| |
| void | update (const ZoneMesh< ZoneType, polyMesh > &zm) |
| Update.
| |
Friends | |
| Ostream & | operator (Ostream &os, const ZoneID< ZoneType > &p) |