FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

coupledFacePair Class Reference

Data associated with a pair of coupled faces. More...


Detailed Description

Data associated with a pair of coupled faces.

Source files

Definition at line 49 of file coupledFacePair.H.

List of all members.

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 &)

Constructor & Destructor Documentation

coupledFacePair ( const label   coupleNo,
const label   mC,
const label   mF,
const label   sC,
const label   sF,
const label   integral  
)

Construct from components.


Member Function Documentation

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.


Friends And Related Function Documentation

Ostream& operator<< ( Ostream &   ,
const coupledFacePair &    
) [friend]

The documentation for this class was generated from the following file: