Data associated with a pair of coupled faces. More...
Data associated with a pair of coupled faces.
Definition at line 49 of file coupledFacePair.H.
Public Member Functions | |
| coupledFacePair (const label coupleNo, const label mC, const label mF, const label sC, const label sF, const label integral) | |
| Construct from components.
| |
| label | coupleID () const |
| Return STAR couple ID.
| |
| label | masterCell () const |
| Return master cell.
| |
| label | masterFace () const |
| Return master face.
| |
| label | slaveCell () const |
| Return slave cell.
| |
| label | slaveFace () const |
| Return slave face.
| |
| bool | integralMatch () const |
| Is this an integral match?
| |
Friends | |
| Ostream & | operator<< (Ostream &, const coupledFacePair &) |
| coupledFacePair | ( | const label | coupleNo, |
| const label | mC, | ||
| const label | mF, | ||
| const label | sC, | ||
| const label | sF, | ||
| const label | integral | ||
| ) |
Construct from components.
| label coupleID | ( | ) | const [inline]
|
Return STAR couple ID.
Definition at line 90 of file coupledFacePair.H.
| label masterCell | ( | ) | const [inline]
|
Return master cell.
Definition at line 96 of file coupledFacePair.H.
| label masterFace | ( | ) | const [inline]
|
Return master face.
Definition at line 102 of file coupledFacePair.H.
| label slaveCell | ( | ) | const [inline]
|
Return slave cell.
Definition at line 108 of file coupledFacePair.H.
| label slaveFace | ( | ) | const [inline]
|
Return slave face.
Definition at line 114 of file coupledFacePair.H.
| bool integralMatch | ( | ) | const [inline]
|
Is this an integral match?
Definition at line 120 of file coupledFacePair.H.
| Ostream& operator<< | ( | Ostream & | , |
| const coupledFacePair & | |||
| ) | [friend]
|