![]() |
|
Public Member Functions | |
ClassName ("geometricSurfacePatch") | |
Runtime type information. | |
geometricSurfacePatch () | |
Construct null. | |
geometricSurfacePatch (const word &geometricType, const word &name, const label index) | |
Construct from components. | |
geometricSurfacePatch (Istream &, const label index) | |
Construct from Istream. | |
geometricSurfacePatch (const word &name, const dictionary &dict, const label index) | |
Construct from dictionary. | |
const word & | name () const |
Return name. | |
word & | name () |
Return name. | |
const word & | geometricType () const |
Return the type of the patch. | |
word & | geometricType () |
Return the 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. | |
bool | operator!= (const geometricSurfacePatch &) const |
bool | operator== (const geometricSurfacePatch &) const |
compare. | |
Friends | |
Ostream & | operator<< (Ostream &, const geometricSurfacePatch &) |
Istream & | operator>> (Istream &, geometricSurfacePatch &) |
|
Construct null.
|
|
Construct from components.
|
|
Construct from Istream.
|
|
Construct from dictionary.
|
|
Runtime type information.
|
|
Return the type of the patch.
Definition at line 126 of file geometricSurfacePatch.H. |
|
Return the type of the patch.
Definition at line 120 of file geometricSurfacePatch.H. |
|
Return the index of this patch in the boundaryMesh.
Definition at line 132 of file geometricSurfacePatch.H. |
|
Return name.
Definition at line 114 of file geometricSurfacePatch.H. |
|
Return name.
Definition at line 108 of file geometricSurfacePatch.H. |
|
|
|
compare.
|
|
Write.
Reimplemented in surfacePatch. |
|
Write dictionary.
Reimplemented in surfacePatch. |
|
|
|
|