

Classes | |
| class | hash |
Public Member Functions | |
| interfacePair () | |
| interfacePair (const word &alpha1Name, const word &alpha2Name) | |
| interfacePair (const VoFphase &alpha1, const VoFphase &alpha2) | |
Public Member Functions inherited from Pair< word > | |
| Pair () | |
| Null constructor. More... | |
| Pair (const word &f, const word &s) | |
| Construct from components. More... | |
| Pair (Istream &is) | |
| Construct from Istream. More... | |
| const word & | first () const |
| Return first. More... | |
| word & | first () |
| Return first. More... | |
| const word & | second () const |
| Return second. More... | |
| word & | second () |
| Return second. More... | |
| const word & | other (const word &a) const |
| Return other. More... | |
| word & | operator[] (const label i) |
| Access an element by index. More... | |
| const word & | operator[] (const label i) const |
| Const-access an element by index. More... | |
Friends | |
| bool | operator== (const interfacePair &a, const interfacePair &b) |
| bool | operator!= (const interfacePair &a, const interfacePair &b) |
Additional Inherited Members | |
Public Types inherited from Pair< word > | |
| typedef word | value_type |
| Type of values the pair contains. More... | |
| typedef word & | reference |
| Type that can be used for storing into. More... | |
| typedef const word & | const_reference |
| Type that can be used for storing into. More... | |
Static Public Member Functions inherited from Pair< word > | |
| static const Pair< word > & | null () |
| Return a null pair. More... | |
| static label | size () |
| Return the size. More... | |
| static void | checkIndex (const label i) |
| Check index i is within valid range (0 ... 1) More... | |
| static int | compare (const Pair< word > &a, const Pair< word > &b) |
| Compare two pairs. Return 0 if they are different, +1 if they are. More... | |
Definition at line 61 of file multiphaseVoFMixture.H.
|
inline |
Definition at line 85 of file multiphaseVoFMixture.H.
|
inline |
Definition at line 88 of file multiphaseVoFMixture.H.
|
inline |
Definition at line 93 of file multiphaseVoFMixture.H.
|
friend |
Definition at line 101 of file multiphaseVoFMixture.H.
|
friend |
Definition at line 114 of file multiphaseVoFMixture.H.