|
| interfacePair ()=default |
|
| interfacePair (const word &alpha1Name, const word &alpha2Name) |
|
| interfacePair (const phaseModel &alpha1, const phaseModel &alpha2) |
|
| Pair ()=default |
|
| Pair (const T &f, const T &s) |
|
| Pair (T &&f, T &&s) |
|
| Pair (const std::pair< T, T > &vals) |
|
| Pair (std::pair< T, T > &&vals) |
|
| Pair (const FixedList< T, 2 > &list) |
|
| Pair (const T &f, const T &s, const bool doSort) |
|
| Pair (const FixedList< T, 2 > &list, const bool doSort) |
|
| Pair (Istream &is) |
|
const T & | second () const noexcept |
|
T & | second () noexcept |
|
const T & | other (const T &a) const |
|
bool | sorted () const |
|
void | flip () |
|
void | sort () |
|
Definition at line 58 of file multiphaseMixtureThermo.H.
◆ hasher
◆ hash
◆ interfacePair() [1/3]
◆ interfacePair() [2/3]
◆ interfacePair() [3/3]
◆ operator==
◆ operator!=
The documentation for this class was generated from the following file: