![]() |
|
Public Member Functions | |
TypeName ("addFace") | |
Runtime type information. | |
polyAddFace () | |
Construct null. Used for constructing lists. | |
polyAddFace (const face &f, const label owner, const label neighbour, const label masterPointID, const label masterEdgeID, const label masterFaceID, const bool flipFaceFlux, const label patchID, const label zoneID, const bool zoneFlip) | |
Construct from components. | |
virtual autoPtr< topoAction > | clone () const |
Construct and return a clone. | |
const face & | newFace () const |
Return face. | |
label | owner () const |
Return owner cell. | |
label | neighbour () const |
Return neighour cell. | |
bool | isPointMaster () const |
Is the face mastered by a point. | |
bool | isEdgeMaster () const |
Is the face mastered by an edge. | |
bool | isFaceMaster () const |
Is the face mastered by another face. | |
bool | appended () const |
Is the face appended with no master. | |
label | masterPointID () const |
Return master point ID. | |
label | masterEdgeID () const |
Return master edge ID. | |
label | masterFaceID () const |
Return master face ID. | |
bool | flipFaceFlux () const |
Does the face flux need to be flipped. | |
bool | isInPatch () const |
Does the face belong to a boundary patch? | |
label | patchID () const |
Boundary patch ID. | |
bool | isInZone () const |
Does the face belong to a zone? | |
bool | onlyInZone () const |
Is the face only a zone face (i.e. not belonging to a cell). | |
label | zoneID () const |
Face zone ID. | |
label | zoneFlip () const |
Face zone flip. |
|
Construct null. Used for constructing lists.
Definition at line 106 of file polyAddFace.H. |
|
Construct from components.
Definition at line 123 of file polyAddFace.H. References Foam::abort(), Foam::FatalError, FatalErrorIn, Foam::label, and Foam::min(). |
Here is the call graph for this function:
|
Is the face appended with no master.
Definition at line 365 of file polyAddFace.H. References Foam::label. |
|
Construct and return a clone.
Implements topoAction. Definition at line 318 of file polyAddFace.H. |
|
Does the face flux need to be flipped.
Definition at line 389 of file polyAddFace.H. |
|
Is the face mastered by an edge.
Definition at line 353 of file polyAddFace.H. |
|
Is the face mastered by another face.
Definition at line 359 of file polyAddFace.H. |
|
Does the face belong to a boundary patch?
Definition at line 395 of file polyAddFace.H. References Foam::label. |
|
Does the face belong to a zone?
Definition at line 407 of file polyAddFace.H. |
|
Is the face mastered by a point.
Definition at line 347 of file polyAddFace.H. |
|
Return master edge ID.
Definition at line 377 of file polyAddFace.H. References Foam::label. |
|
Return master face ID.
Definition at line 383 of file polyAddFace.H. |
|
Return master point ID.
Definition at line 371 of file polyAddFace.H. References Foam::label. |
|
Return neighour cell.
Definition at line 341 of file polyAddFace.H. |
|
Return face.
Definition at line 329 of file polyAddFace.H. References Foam::label. |
|
Is the face only a zone face (i.e. not belonging to a cell).
Definition at line 413 of file polyAddFace.H. References Foam::label. |
|
Return owner cell.
Definition at line 335 of file polyAddFace.H. References Foam::label. |
|
Boundary patch ID.
Definition at line 401 of file polyAddFace.H. |
|
Runtime type information.
|
|
Face zone flip.
Definition at line 425 of file polyAddFace.H. |
|
Face zone ID.
Definition at line 419 of file polyAddFace.H. References Foam::label. |