|
| orderedPhasePair (const phaseModel &from, const phaseModel &to) |
|
virtual | ~orderedPhasePair ()=default |
|
virtual const phaseModel & | from () const |
|
virtual const phaseModel & | to () const |
|
virtual word | name () const |
|
| orderedPhasePair (const phaseModel &dispersed, const phaseModel &continuous) |
|
virtual | ~orderedPhasePair () |
|
virtual const phaseModel & | dispersed () const |
|
virtual const phaseModel & | continuous () const |
|
virtual word | name () const |
|
virtual word | otherName () const |
|
virtual tmp< volScalarField > | E () const |
|
| orderedPhasePair (const phaseModel &dispersed, const phaseModel &continuous, const dimensionedVector &g, const scalarTable &sigmaTable, const dictTable &aspectRatioTable) |
|
virtual | ~orderedPhasePair () |
|
virtual const phaseModel & | dispersed () const |
|
virtual const phaseModel & | continuous () const |
|
virtual word | name () const |
|
virtual tmp< volScalarField > | E () const |
|
| phasePair (const phaseModel &phase1, const phaseModel &phase2, const bool ordered=false) |
|
virtual | ~phasePair ()=default |
|
const phaseModel & | phase1 () const |
|
const phaseModel & | phase2 () const |
|
| phasePair (const phaseModel &phase1, const phaseModel &phase2, const bool ordered=false) |
|
virtual | ~phasePair () |
|
tmp< volScalarField > | rho () const |
|
tmp< volScalarField > | magUr () const |
|
tmp< volVectorField > | Ur () const |
|
tmp< volScalarField > | Re () const |
|
tmp< volScalarField > | Pr () const |
|
tmp< volScalarField > | Eo () const |
|
tmp< volScalarField > | EoH1 () const |
|
tmp< volScalarField > | EoH2 () const |
|
tmp< volScalarField > | sigma () const |
|
tmp< volScalarField > | Mo () const |
|
tmp< volScalarField > | Ta () const |
|
const phaseModel & | phase1 () const |
|
const phaseModel & | phase2 () const |
|
bool | contains (const phaseModel &phase) const |
|
const phaseModel & | otherPhase (const phaseModel &phase) const |
|
label | index (const phaseModel &phase) const |
|
const uniformDimensionedVectorField & | g () const |
|
const_iterator | cbegin () const |
|
const_iterator | cend () const |
|
const_iterator | begin () const |
|
const_iterator | end () const |
|
| phasePair (const phaseModel &phase1, const phaseModel &phase2, const dimensionedVector &g, const scalarTable &sigmaTable, const bool ordered=false) |
|
virtual | ~phasePair () |
|
tmp< volScalarField > | rho () const |
|
tmp< volScalarField > | magUr () const |
|
tmp< volVectorField > | Ur () const |
|
tmp< volScalarField > | Re () const |
|
tmp< volScalarField > | Pr () const |
|
tmp< volScalarField > | Eo () const |
|
tmp< volScalarField > | EoH1 () const |
|
tmp< volScalarField > | EoH2 () const |
|
tmp< volScalarField > | Mo () const |
|
tmp< volScalarField > | Ta () const |
|
const phaseModel & | phase1 () const |
|
const phaseModel & | phase2 () const |
|
const dimensionedVector & | g () const |
|
const dimensionedScalar & | sigma () const |
|
| phasePairKey ()=default |
|
| phasePairKey (const word &name1, const word &name2, const bool ordered=false) |
|
virtual | ~phasePairKey ()=default |
|
bool | ordered () const noexcept |
|
| phasePairKey ()=default |
|
| phasePairKey (const word &name1, const word &name2, const bool ordered=false) |
|
virtual | ~phasePairKey ()=default |
|
bool | ordered () const noexcept |
|
| phasePairKey ()=default |
|
| phasePairKey (const word &name1, const word &name2, const bool ordered=false) |
|
virtual | ~phasePairKey ()=default |
|
bool | ordered () const noexcept |
|
| 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 () |
|
- Source files
-
- Source files
-
- Source files
-
Definition at line 45 of file orderedPhasePair.H.