A face addition data class. A face can be inflated either from a point or from another face and can either be in internal or a boundary face. More...
#include <polyAddFace.H>


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 neighbour 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. | |
| Public Member Functions inherited from topoAction | |
| TypeName ("topoAction") | |
| Runtime type information. | |
| topoAction () | |
| Construct null. | |
| virtual | ~topoAction ()=default |
| Destructor. | |
A face addition data class. A face can be inflated either from a point or from another face and can either be in internal or a boundary face.
Definition at line 47 of file polyAddFace.H.
|
inline |
Construct null. Used for constructing lists.
Definition at line 119 of file polyAddFace.H.
Referenced by clone().

|
inline |
Construct from components.
Definition at line 137 of file polyAddFace.H.
References Foam::abort(), f(), Foam::FatalError, FatalErrorInFunction, flipFaceFlux(), if(), masterEdgeID(), masterFaceID(), masterPointID(), Foam::min(), neighbour(), owner(), patchID(), zoneFlip(), and zoneID().

| TypeName | ( | "addFace" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements topoAction.
Definition at line 251 of file polyAddFace.H.
References polyAddFace().

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

|
inline |
Return owner cell.
Definition at line 272 of file polyAddFace.H.
Referenced by polyAddFace(), and polyTopoChange::setAction().

|
inline |
Return neighbour cell.
Definition at line 280 of file polyAddFace.H.
Referenced by polyAddFace(), and polyTopoChange::setAction().

|
inline |
Is the face mastered by a point.
Definition at line 288 of file polyAddFace.H.
Referenced by appended().

|
inline |
Is the face mastered by an edge.
Definition at line 296 of file polyAddFace.H.
Referenced by appended().

|
inline |
Is the face mastered by another face.
Definition at line 304 of file polyAddFace.H.
Referenced by appended().

|
inline |
Is the face appended with no master.
Definition at line 312 of file polyAddFace.H.
References isEdgeMaster(), isFaceMaster(), and isPointMaster().

|
inline |
Return master point ID.
Definition at line 320 of file polyAddFace.H.
Referenced by polyAddFace(), and polyTopoChange::setAction().

|
inline |
Return master edge ID.
Definition at line 328 of file polyAddFace.H.
Referenced by polyAddFace(), and polyTopoChange::setAction().

|
inline |
Return master face ID.
Definition at line 336 of file polyAddFace.H.
Referenced by polyAddFace(), and polyTopoChange::setAction().

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

|
inline |
Does the face belong to a boundary patch?
Definition at line 352 of file polyAddFace.H.
|
inline |
Boundary patch ID.
Definition at line 360 of file polyAddFace.H.
Referenced by polyAddFace(), and polyTopoChange::setAction().

|
inline |
Does the face belong to a zone?
Definition at line 368 of file polyAddFace.H.
|
inline |
Is the face only a zone face (i.e. not belonging to a cell).
Definition at line 376 of file polyAddFace.H.
|
inline |
Face zone ID.
Definition at line 384 of file polyAddFace.H.
Referenced by polyAddFace(), and polyTopoChange::setAction().

|
inline |
Face zone flip.
Definition at line 392 of file polyAddFace.H.
Referenced by polyAddFace(), and polyTopoChange::setAction().
