Public Types | |
typedef HashTable< dictionary, phasePairKey, phasePairKey::hash > | dictTable |
Dictionary hash table. More... | |
typedef HashTable< scalar, phasePairKey, phasePairKey::hash > | scalarTable |
Scalar hash table. More... | |
typedef HashTable< dictionary, phasePairKey, phasePairKey::hash > | dictTable |
Dictionary hash table. More... | |
typedef HashTable< scalar, phasePairKey, phasePairKey::hash > | scalarTable |
Scalar hash table. More... | |
Public Member Functions | |
phasePair (const phaseModel &phase1, const phaseModel &phase2, const bool ordered=false) | |
Construct from two phases and gravity. More... | |
virtual | ~phasePair () |
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... | |
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... | |
virtual tmp< volScalarField > | E () const |
Aspect ratio. 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... | |
virtual const phaseModel & | dispersed () const |
Dispersed phase. More... | |
virtual const phaseModel & | continuous () const |
Continuous phase. More... | |
virtual word | name () const |
Pair name. 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... | |
virtual tmp< volScalarField > | E () const |
Aspect ratio. 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... | |
Private Member Functions | |
tmp< volScalarField > | EoH (const volScalarField &d) const |
tmp< volScalarField > | EoH (const volScalarField &d) const |
Private Attributes | |
const phaseModel & | phase1_ |
Phase 1. More... | |
const phaseModel & | phase2_ |
Phase 2. More... | |
const uniformDimensionedVectorField & | g_ |
Gravitational acceleration. More... | |
const dimensionedVector & | g_ |
Gravitational acceleration. More... | |
const dimensionedScalar | sigma_ |
Surface tension coefficient. More... | |
Additional Inherited Members | |
![]() | |
static int | compare (const Pair< Type > &a, const Pair< Type > &b) |
Compare Pairs. More... | |
typedef HashTable<dictionary, phasePairKey, phasePairKey::hash> dictTable |
Dictionary hash table.
Definition at line 59 of file phasePair.H.
typedef HashTable<scalar, phasePairKey, phasePairKey::hash> scalarTable |
Scalar hash table.
Definition at line 63 of file phasePair.H.
typedef HashTable<dictionary, phasePairKey, phasePairKey::hash> dictTable |
Dictionary hash table.
Definition at line 58 of file phasePair.H.
typedef HashTable<scalar, phasePairKey, phasePairKey::hash> scalarTable |
Scalar hash table.
Definition at line 62 of file phasePair.H.
phasePair | ( | const phaseModel & | phase1, |
const phaseModel & | phase2, | ||
const bool | ordered = false |
||
) |
Construct from two phases and gravity.
|
virtual |
Destructor.
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.
|
virtual |
Destructor.
|
private |
|
virtual |
Dispersed phase.
Reimplemented in orderedPhasePair, and orderedPhasePair.
|
virtual |
Continuous phase.
Reimplemented in orderedPhasePair, and orderedPhasePair.
|
virtual |
Pair name.
Reimplemented in orderedPhasePair, and orderedPhasePair.
tmp<volScalarField> rho | ( | ) | const |
Average density.
tmp<volScalarField> magUr | ( | ) | const |
Relative velocity magnitude.
tmp<volVectorField> Ur | ( | ) | const |
Relative velocity.
tmp<volScalarField> Re | ( | ) | const |
Reynolds number.
tmp<volScalarField> Pr | ( | ) | const |
Prandtl number.
tmp<volScalarField> Eo | ( | ) | const |
Eotvos number.
tmp<volScalarField> EoH1 | ( | ) | const |
Eotvos number based on hydraulic diameter type 1.
tmp<volScalarField> EoH2 | ( | ) | const |
Eotvos number based on hydraulic diameter type 2.
|
inline |
Surface tension coefficient.
Definition at line 46 of file phasePairI.H.
tmp<volScalarField> Mo | ( | ) | const |
Morton Number.
tmp<volScalarField> Ta | ( | ) | const |
Takahashi Number.
|
virtual |
Aspect ratio.
Reimplemented in orderedPhasePair, and orderedPhasePair.
|
inline |
Definition at line 28 of file phasePairI.H.
References phasePair::phase1_.
|
inline |
Definition at line 34 of file phasePairI.H.
|
inline |
Definition at line 40 of file phasePairI.H.
|
private |
|
virtual |
Dispersed phase.
Reimplemented in orderedPhasePair, and orderedPhasePair.
|
virtual |
Continuous phase.
Reimplemented in orderedPhasePair, and orderedPhasePair.
|
virtual |
Pair name.
Reimplemented in orderedPhasePair, and orderedPhasePair.
tmp<volScalarField> rho | ( | ) | const |
Average density.
tmp<volScalarField> magUr | ( | ) | const |
Relative velocity magnitude.
tmp<volVectorField> Ur | ( | ) | const |
Relative velocity.
tmp<volScalarField> Re | ( | ) | const |
Reynolds number.
tmp<volScalarField> Pr | ( | ) | const |
Prandtl number.
tmp<volScalarField> Eo | ( | ) | const |
Eotvos number.
tmp<volScalarField> EoH1 | ( | ) | const |
Eotvos number based on hydraulic diameter type 1.
tmp<volScalarField> EoH2 | ( | ) | const |
Eotvos number based on hydraulic diameter type 2.
tmp<volScalarField> Mo | ( | ) | const |
Morton Number.
tmp<volScalarField> Ta | ( | ) | const |
Takahashi Number.
|
virtual |
Aspect ratio.
Reimplemented in orderedPhasePair, and orderedPhasePair.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
Phase 2.
Definition at line 74 of file phasePair.H.
|
private |
Gravitational acceleration.
Definition at line 77 of file phasePair.H.
|
private |
Gravitational acceleration.
Definition at line 76 of file phasePair.H.
|
private |
Surface tension coefficient.
Definition at line 79 of file phasePair.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.