![]() |
|
Public Member Functions | |
TypeName ("modifyFace") | |
Runtime type information. | |
polyModifyFace () | |
Construct null. Used in constructing lists. | |
polyModifyFace (const face &f, const label faceID, const label owner, const label neighbour, const bool flipFaceFlux, const label patchID, const bool removeFromZone, 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 | faceID () const |
Return master face ID. | |
label | owner () const |
Return owner cell ID. | |
label | neighbour () const |
Return owner cell 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). | |
bool | removeFromZone () const |
label | zoneID () const |
Face zone ID. | |
label | zoneFlip () const |
Face zone flip. |
|
Construct null. Used in constructing lists.
Definition at line 100 of file polyModifyFace.H. |
|
Construct from components.
Definition at line 115 of file polyModifyFace.H. References Foam::abort(), Foam::FatalError, FatalErrorIn, Foam::label, and Foam::min(). |
Here is the call graph for this function:
|
Construct and return a clone.
Implements topoAction. Definition at line 263 of file polyModifyFace.H. |
|
Return master face ID.
Definition at line 280 of file polyModifyFace.H. References Foam::label. |
|
Does the face flux need to be flipped.
Definition at line 298 of file polyModifyFace.H. |
|
Does the face belong to a boundary patch?
Definition at line 304 of file polyModifyFace.H. References Foam::label. |
|
Does the face belong to a zone?
Definition at line 316 of file polyModifyFace.H. |
|
Return owner cell ID.
Definition at line 292 of file polyModifyFace.H. |
|
Return face.
Definition at line 274 of file polyModifyFace.H. References Foam::label. |
|
Is the face only a zone face (i.e. not belonging to a cell).
Definition at line 322 of file polyModifyFace.H. |
|
Return owner cell ID.
Definition at line 286 of file polyModifyFace.H. References Foam::label. |
|
Boundary patch ID.
Definition at line 310 of file polyModifyFace.H. |
|
Definition at line 327 of file polyModifyFace.H. References Foam::label. |
|
Runtime type information.
|
|
Face zone flip.
Definition at line 339 of file polyModifyFace.H. |
|
Face zone ID.
Definition at line 333 of file polyModifyFace.H. References Foam::label. |