Class describing modification of a face. More...


Public Member Functions | |
| TypeName ("modifyFace") | |
| Runtime type information. More... | |
| polyModifyFace () | |
| Construct null. Used in constructing lists. More... | |
| 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. More... | |
| virtual autoPtr< topoAction > | clone () const |
| Construct and return a clone. More... | |
| const face & | newFace () const |
| Return face. More... | |
| label | faceID () const |
| Return master face ID. More... | |
| label | owner () const |
| Return owner cell ID. More... | |
| label | neighbour () const |
| Return owner cell ID. More... | |
| bool | flipFaceFlux () const |
| Does the face flux need to be flipped. More... | |
| bool | isInPatch () const |
| Does the face belong to a boundary patch? More... | |
| label | patchID () const |
| Boundary patch ID. More... | |
| bool | isInZone () const |
| Does the face belong to a zone? More... | |
| bool | onlyInZone () const |
| Is the face only a zone face (i.e. not belonging to a cell) More... | |
| bool | removeFromZone () const |
| label | zoneID () const |
| Face zone ID. More... | |
| label | zoneFlip () const |
| Face zone flip. More... | |
Public Member Functions inherited from topoAction | |
| TypeName ("topoAction") | |
| Runtime type information. More... | |
| topoAction () | |
| Construct null. More... | |
| virtual | ~topoAction () |
| Destructor. More... | |
|
inline |
Construct null. Used in constructing lists.
Definition at line 93 of file polyModifyFace.H.
Referenced by polyModifyFace::clone().

|
inline |
Construct from components.
Definition at line 108 of file polyModifyFace.H.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, Foam::min(), and List< T >::size().

| TypeName | ( | "modifyFace" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements topoAction.
Definition at line 187 of file polyModifyFace.H.
References polyModifyFace::polyModifyFace().

|
inline |
Return face.
Definition at line 198 of file polyModifyFace.H.
Referenced by polyTopoChange::setAction().

|
inline |
Return master face ID.
Definition at line 204 of file polyModifyFace.H.
Referenced by polyTopoChange::setAction().

|
inline |
Return owner cell ID.
Definition at line 210 of file polyModifyFace.H.
Referenced by polyTopoChange::setAction().

|
inline |
Return owner cell ID.
Definition at line 216 of file polyModifyFace.H.
Referenced by polyTopoChange::setAction().

|
inline |
Does the face flux need to be flipped.
Definition at line 222 of file polyModifyFace.H.
Referenced by polyTopoChange::setAction().

|
inline |
Does the face belong to a boundary patch?
Definition at line 228 of file polyModifyFace.H.
|
inline |
Boundary patch ID.
Definition at line 234 of file polyModifyFace.H.
Referenced by polyTopoChange::setAction().

|
inline |
Does the face belong to a zone?
Definition at line 240 of file polyModifyFace.H.
|
inline |
Is the face only a zone face (i.e. not belonging to a cell)
Definition at line 246 of file polyModifyFace.H.
|
inline |
Definition at line 251 of file polyModifyFace.H.
|
inline |
Face zone ID.
Definition at line 257 of file polyModifyFace.H.
Referenced by polyTopoChange::setAction().

|
inline |
Face zone flip.
Definition at line 263 of file polyModifyFace.H.
Referenced by polyTopoChange::setAction().

1.8.11