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...
Public Member Functions | |
TypeName ("addFace") | |
Runtime type information. More... | |
polyAddFace () | |
Construct null. Used for constructing lists. More... | |
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. More... | |
virtual autoPtr< topoAction > | clone () const |
Construct and return a clone. More... | |
const face & | newFace () const |
Return face. More... | |
label | owner () const |
Return owner cell. More... | |
label | neighbour () const |
Return neighbour cell. More... | |
bool | isPointMaster () const |
Is the face mastered by a point. More... | |
bool | isEdgeMaster () const |
Is the face mastered by an edge. More... | |
bool | isFaceMaster () const |
Is the face mastered by another face. More... | |
bool | appended () const |
Is the face appended with no master. More... | |
label | masterPointID () const |
Return master point ID. More... | |
label | masterEdgeID () const |
Return master edge ID. More... | |
label | masterFaceID () const |
Return master face 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... | |
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... | |
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 51 of file polyAddFace.H.
|
inline |
Construct null. Used for constructing lists.
Definition at line 99 of file polyAddFace.H.
Referenced by polyAddFace::clone().
|
inline |
Construct from components.
Definition at line 116 of file polyAddFace.H.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, Foam::min(), and List< T >::size().
TypeName | ( | "addFace" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements topoAction.
Definition at line 227 of file polyAddFace.H.
References polyAddFace::polyAddFace().
|
inline |
Return face.
Definition at line 238 of file polyAddFace.H.
Referenced by polyTopoChange::setAction().
|
inline |
Return owner cell.
Definition at line 244 of file polyAddFace.H.
Referenced by polyTopoChange::setAction().
|
inline |
Return neighbour cell.
Definition at line 250 of file polyAddFace.H.
Referenced by polyTopoChange::setAction().
|
inline |
Is the face mastered by a point.
Definition at line 256 of file polyAddFace.H.
Referenced by polyAddFace::appended().
|
inline |
Is the face mastered by an edge.
Definition at line 262 of file polyAddFace.H.
Referenced by polyAddFace::appended().
|
inline |
Is the face mastered by another face.
Definition at line 268 of file polyAddFace.H.
Referenced by polyAddFace::appended().
|
inline |
Is the face appended with no master.
Definition at line 274 of file polyAddFace.H.
References polyAddFace::isEdgeMaster(), polyAddFace::isFaceMaster(), and polyAddFace::isPointMaster().
|
inline |
Return master point ID.
Definition at line 280 of file polyAddFace.H.
Referenced by polyTopoChange::setAction().
|
inline |
Return master edge ID.
Definition at line 286 of file polyAddFace.H.
Referenced by polyTopoChange::setAction().
|
inline |
Return master face ID.
Definition at line 292 of file polyAddFace.H.
Referenced by polyTopoChange::setAction().
|
inline |
Does the face flux need to be flipped.
Definition at line 298 of file polyAddFace.H.
Referenced by polyTopoChange::setAction().
|
inline |
Does the face belong to a boundary patch?
Definition at line 304 of file polyAddFace.H.
|
inline |
Boundary patch ID.
Definition at line 310 of file polyAddFace.H.
Referenced by polyTopoChange::setAction().
|
inline |
Does the face belong to a zone?
Definition at line 316 of file polyAddFace.H.
|
inline |
Is the face only a zone face (i.e. not belonging to a cell)
Definition at line 322 of file polyAddFace.H.
|
inline |
Face zone ID.
Definition at line 328 of file polyAddFace.H.
Referenced by polyTopoChange::setAction().
|
inline |
Face zone flip.
Definition at line 334 of file polyAddFace.H.
Referenced by polyTopoChange::setAction().