![]() |
|
Public Member Functions | |
patchIdentifier (const word &name, const label index, const word &physicalType=word::null) | |
Construct from components. | |
patchIdentifier (Istream &, const label index) | |
Construct from Istream. | |
patchIdentifier (const word &name, const dictionary &dict, const label index) | |
Construct from dictionary. | |
patchIdentifier (const patchIdentifier &p, const label index) | |
Construct from geometric patch, resetting the index. | |
virtual | ~patchIdentifier () |
const word & | name () const |
Return name. | |
word & | physicalType () const |
Return the optional physical type of the patch. | |
label | index () const |
Return the index of this patch in the boundaryMesh. | |
void | write (Ostream &) const |
Write. | |
void | writeDict (Ostream &) const |
Write dictionary. | |
Friends | |
Ostream & | operator<< (Ostream &, const patchIdentifier &) |
|
Construct from components.
|
|
Construct from Istream.
|
|
Construct from dictionary.
|
|
Construct from geometric patch, resetting the index.
|
|
|
|
Return the index of this patch in the boundaryMesh.
Definition at line 124 of file patchIdentifier.H. |
|
Return name.
Definition at line 112 of file patchIdentifier.H. |
|
Return the optional physical type of the patch.
Definition at line 118 of file patchIdentifier.H. |
|
Write.
Reimplemented in processorPolyPatch, polyPatch, faPatch, and boundaryPatch. |
|
Write dictionary.
Reimplemented in processorPolyPatch, polyPatch, faPatch, and boundaryPatch. |
|
|