'Patch' on surface as subset of triSurface. More...


Public Member Functions | |
| ClassName ("surfacePatch") | |
| Runtime type information. More... | |
| surfacePatch () | |
| Construct null. More... | |
| surfacePatch (const word &geometricType, const word &name, const label size, const label start, const label index) | |
| Construct from components. More... | |
| surfacePatch (Istream &is, const label index) | |
| Construct from Istream. More... | |
| surfacePatch (const word &name, const dictionary &dict, const label index) | |
| Construct from dictionary. More... | |
| label | start () const |
| Return start label of this patch in the polyMesh face list. More... | |
| label & | start () |
| Return start label of this patch in the polyMesh face list. More... | |
| label | size () const |
| Return size of this patch in the polyMesh face list. More... | |
| label & | size () |
| Return size of this patch in the polyMesh face list. More... | |
| void | write (Ostream &) const |
| Write. More... | |
| void | writeDict (Ostream &) const |
| Write dictionary. More... | |
| bool | operator!= (const surfacePatch &) const |
| bool | operator== (const surfacePatch &) const |
| compare. More... | |
Public Member Functions inherited from geometricSurfacePatch | |
| ClassName ("geometricSurfacePatch") | |
| Runtime type information. More... | |
| geometricSurfacePatch () | |
| Construct null. More... | |
| geometricSurfacePatch (const word &geometricType, const word &name, const label index) | |
| Construct from components. More... | |
| geometricSurfacePatch (Istream &, const label index) | |
| Construct from Istream. More... | |
| geometricSurfacePatch (const word &name, const dictionary &dict, const label index) | |
| Construct from dictionary. More... | |
| const word & | name () const |
| Return name. More... | |
| word & | name () |
| Return name. More... | |
| const word & | geometricType () const |
| Return the type of the patch. More... | |
| word & | geometricType () |
| Return the type of the patch. More... | |
| label | index () const |
| Return the index of this patch in the boundaryMesh. More... | |
| label & | index () |
| Return the index of this patch in the boundaryMesh. More... | |
| void | write (Ostream &) const |
| Write. More... | |
| void | writeDict (Ostream &) const |
| Write dictionary. More... | |
| bool | operator!= (const geometricSurfacePatch &) const |
| bool | operator== (const geometricSurfacePatch &) const |
| compare. More... | |
Friends | |
| Ostream & | operator<< (Ostream &, const surfacePatch &) |
'Patch' on surface as subset of triSurface.
Definition at line 58 of file surfacePatch.H.
| surfacePatch | ( | ) |
Construct null.
Definition at line 39 of file surfacePatch.C.
| surfacePatch | ( | const word & | geometricType, |
| const word & | name, | ||
| const label | size, | ||
| const label | start, | ||
| const label | index | ||
| ) |
Construct from components.
Definition at line 47 of file surfacePatch.C.
| surfacePatch | ( | Istream & | is, |
| const label | index | ||
| ) |
Construct from Istream.
Definition at line 62 of file surfacePatch.C.
References Foam::readLabel().

| surfacePatch | ( | const word & | name, |
| const dictionary & | dict, | ||
| const label | index | ||
| ) |
Construct from dictionary.
Definition at line 73 of file surfacePatch.C.
| ClassName | ( | "surfacePatch" | ) |
Runtime type information.
|
inline |
Return start label of this patch in the polyMesh face list.
Definition at line 107 of file surfacePatch.H.
|
inline |
Return start label of this patch in the polyMesh face list.
Definition at line 113 of file surfacePatch.H.
|
inline |
Return size of this patch in the polyMesh face list.
Definition at line 119 of file surfacePatch.H.
|
inline |
Return size of this patch in the polyMesh face list.
Definition at line 125 of file surfacePatch.H.
| void write | ( | Ostream & | os | ) | const |
Write.
Definition at line 88 of file surfacePatch.C.
References Foam::endl(), Foam::nl, and Foam::tab.

| void writeDict | ( | Ostream & | os | ) | const |
Write dictionary.
Definition at line 95 of file surfacePatch.C.
References token::BEGIN_BLOCK, token::END_BLOCK, Foam::endl(), Foam::name(), Foam::nl, and geometricSurfacePatch::writeDict().

| bool operator!= | ( | const surfacePatch & | p | ) | const |
Definition at line 109 of file surfacePatch.C.
References p.
| bool operator== | ( | const surfacePatch & | p | ) | const |
|
friend |