Go to the documentation of this file.
35 #ifndef coupledFacePair_H
36 #define coupledFacePair_H
label coupleID() const
Return STAR couple ID.
label slaveFaceID_
Slave face (higher cell label)
label slaveFace() const
Return slave face.
label masterCell() const
Return master cell.
Data associated with a pair of coupled faces.
label slaveCellID_
Slave cell (higher cell label)
label slaveCell() const
Return slave cell.
label coupleID_
STAR couple ID.
label masterFaceID_
Master face (lower cell label)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
label masterCellID_
Master cell (lower cell label)
friend Ostream & operator<<(Ostream &, const coupledFacePair &)
bool integralMatch_
Integral or arbitrary flag.
label masterFace() const
Return master face.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
bool integralMatch() const
Is this an integral match?
coupledFacePair(const label coupleNo, const label mC, const label mF, const label sC, const label sF, const label integral)
Construct from components.