![]() |
|
Public Member Functions | |
polyPatchID (const word &name, const polyBoundaryMesh &bm) | |
Construct from name. | |
polyPatchID (Istream &is, const polyBoundaryMesh &bm) | |
Construct from Istream. | |
const word & | name () const |
Return name. | |
label | index () const |
Return index. | |
bool | active () const |
Has the patch been found. | |
void | update (const polyBoundaryMesh &bm) |
Update. | |
Friends | |
Ostream & | operator<< (Ostream &os, const polyPatchID &p) |
|
Construct from name.
Definition at line 70 of file polyPatchID.H. |
|
Construct from Istream.
Definition at line 77 of file polyPatchID.H. |
|
Has the patch been found.
Definition at line 101 of file polyPatchID.H. References polyBoundaryMesh::findPatchID(). |
Here is the call graph for this function:
|
Return index.
Definition at line 95 of file polyPatchID.H. |
|
Return name.
Definition at line 89 of file polyPatchID.H. References Foam::label. |
|
Update.
Definition at line 110 of file polyPatchID.H. References p. |
|
Definition at line 118 of file polyPatchID.H. |