|
| orderedPhasePair (const phaseModel &dispersed, const phaseModel &continuous) |
| Construct from two phases and gravity. More...
|
|
virtual | ~orderedPhasePair () |
| Destructor. More...
|
|
virtual const phaseModel & | dispersed () const |
| Dispersed phase. More...
|
|
virtual const phaseModel & | continuous () const |
| Continuous phase. More...
|
|
virtual word | name () const |
| Pair name. More...
|
|
virtual tmp< volScalarField > | E () const |
| Aspect ratio. More...
|
|
| orderedPhasePair (const phaseModel &dispersed, const phaseModel &continuous, const dimensionedVector &g, const scalarTable &sigmaTable, const dictTable &aspectRatioTable) |
| Construct from two phases, gravity, surface tension and aspect. More...
|
|
virtual | ~orderedPhasePair () |
| Destructor. More...
|
|
virtual const phaseModel & | dispersed () const |
| Dispersed phase. More...
|
|
virtual const phaseModel & | continuous () const |
| Continuous phase. More...
|
|
virtual word | name () const |
| Pair name. More...
|
|
virtual tmp< volScalarField > | E () const |
| Aspect ratio. More...
|
|
| phasePair (const phaseModel &phase1, const phaseModel &phase2, const bool ordered=false) |
| Construct from two phases and gravity. More...
|
|
virtual | ~phasePair () |
| Destructor. More...
|
|
tmp< volScalarField > | rho () const |
| Average density. More...
|
|
tmp< volScalarField > | magUr () const |
| Relative velocity magnitude. More...
|
|
tmp< volVectorField > | Ur () const |
| Relative velocity. More...
|
|
tmp< volScalarField > | Re () const |
| Reynolds number. More...
|
|
tmp< volScalarField > | Pr () const |
| Prandtl number. More...
|
|
tmp< volScalarField > | Eo () const |
| Eotvos number. More...
|
|
tmp< volScalarField > | EoH1 () const |
| Eotvos number based on hydraulic diameter type 1. More...
|
|
tmp< volScalarField > | EoH2 () const |
| Eotvos number based on hydraulic diameter type 2. More...
|
|
tmp< volScalarField > | sigma () const |
| Surface tension coefficient. More...
|
|
tmp< volScalarField > | Mo () const |
| Morton Number. More...
|
|
tmp< volScalarField > | Ta () const |
| Takahashi Number. More...
|
|
const phaseModel & | phase1 () const |
|
const phaseModel & | phase2 () const |
|
const uniformDimensionedVectorField & | g () const |
|
| phasePair (const phaseModel &phase1, const phaseModel &phase2, const dimensionedVector &g, const scalarTable &sigmaTable, const bool ordered=false) |
| Construct from two phases, gravity and surface tension table. More...
|
|
virtual | ~phasePair () |
| Destructor. More...
|
|
tmp< volScalarField > | rho () const |
| Average density. More...
|
|
tmp< volScalarField > | magUr () const |
| Relative velocity magnitude. More...
|
|
tmp< volVectorField > | Ur () const |
| Relative velocity. More...
|
|
tmp< volScalarField > | Re () const |
| Reynolds number. More...
|
|
tmp< volScalarField > | Pr () const |
| Prandtl number. More...
|
|
tmp< volScalarField > | Eo () const |
| Eotvos number. More...
|
|
tmp< volScalarField > | EoH1 () const |
| Eotvos number based on hydraulic diameter type 1. More...
|
|
tmp< volScalarField > | EoH2 () const |
| Eotvos number based on hydraulic diameter type 2. More...
|
|
tmp< volScalarField > | Mo () const |
| Morton Number. More...
|
|
tmp< volScalarField > | Ta () const |
| Takahashi Number. More...
|
|
const phaseModel & | phase1 () const |
|
const phaseModel & | phase2 () const |
|
const dimensionedVector & | g () const |
|
const dimensionedScalar & | sigma () const |
|
| phasePairKey () |
| Construct null. More...
|
|
| phasePairKey (const word &name1, const word &name2, const bool ordered=false) |
| Construct from names and the ordering flag. More...
|
|
virtual | ~phasePairKey () |
|
bool | ordered () const |
| Return the ordered flag. More...
|
|
| phasePairKey () |
| Construct null. More...
|
|
| phasePairKey (const word &name1, const word &name2, const bool ordered) |
| Construct from names and the ordering flag. More...
|
|
virtual | ~phasePairKey () |
|
| Pair () |
| Null constructor. More...
|
|
| Pair (const Type &f, const Type &s) |
| Construct from components. More...
|
|
| Pair (const FixedList< Type, 2 > &fl) |
| Construct from FixedList. More...
|
|
| Pair (Istream &is) |
| Construct from Istream. More...
|
|
const Type & | first () const |
| Return first. More...
|
|
Type & | first () |
| Return first. More...
|
|
const Type & | second () const |
| Return second. More...
|
|
Type & | second () |
| Return second. More...
|
|
const Type & | other (const Type &a) const |
| Return other. More...
|
|
- Source files
-
- Source files
-
Definition at line 47 of file orderedPhasePair.H.