Description for mass transfer between a pair of phases. The direction of the mass transfer is from the phase 'from' to the phasse 'to'. More...
Classes | |
class | const_iterator |
STL const_iterator. More... | |
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... | |
![]() | |
using | hash = phasePairKey::hasher |
Alternative name for functor. More... | |
using | hash = phasePairKey::hasher |
Alternative name for functor. More... | |
using | hash = phasePairKey::hasher |
Alternative name for functor. More... | |
Public Member Functions | |
phasePair (const phaseModel &phase1, const phaseModel &phase2, const bool ordered=false) | |
Construct from two phases. More... | |
virtual | ~phasePair ()=default |
Destructor. More... | |
virtual const phaseModel & | from () const |
From phase. More... | |
virtual const phaseModel & | to () const |
To phase. More... | |
virtual word | name () const |
Pair name. More... | |
const phaseModel & | phase1 () const |
const phaseModel & | phase2 () const |
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... | |
virtual word | otherName () const |
Other 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 |
Return phase 1. More... | |
const phaseModel & | phase2 () const |
Return phase 2. More... | |
bool | contains (const phaseModel &phase) const |
Return true if this phasePair contains the given phase. More... | |
const phaseModel & | otherPhase (const phaseModel &phase) const |
Return the other phase relative to the given phase. More... | |
label | index (const phaseModel &phase) const |
Return the index of the given phase. Generates a FatalError if. More... | |
const uniformDimensionedVectorField & | g () const |
Return gravitation acceleration. More... | |
const_iterator | cbegin () const |
const_iterator set to the beginning of the pair More... | |
const_iterator | cend () const |
const_iterator set to beyond the end of the pair More... | |
const_iterator | begin () const |
const_iterator set to the beginning of the pair More... | |
const_iterator | end () const |
const_iterator set to beyond the end of the pair More... | |
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 ()=default | |
Default construct. More... | |
phasePairKey (const word &name1, const word &name2, const bool ordered=false) | |
Construct from names and (optional) ordering flag. More... | |
virtual | ~phasePairKey ()=default |
Destructor. More... | |
bool | ordered () const noexcept |
Return the ordered flag. More... | |
phasePairKey ()=default | |
Default construct. More... | |
phasePairKey (const word &name1, const word &name2, const bool ordered=false) | |
Construct from names and (optional) ordering flag. More... | |
virtual | ~phasePairKey ()=default |
Destructor. More... | |
bool | ordered () const noexcept |
Return the ordered flag. More... | |
phasePairKey ()=default | |
Default construct. More... | |
phasePairKey (const word &name1, const word &name2, const bool ordered=false) | |
Construct from names and (optional) ordering flag. More... | |
virtual | ~phasePairKey ()=default |
Destructor. More... | |
bool | ordered () const noexcept |
Return the ordered flag. More... | |
![]() | |
Pair ()=default | |
Default construct. More... | |
Pair (const word &f, const word &s) | |
Copy construct from components. More... | |
Pair (word &&f, word &&s) | |
Move construct from components. More... | |
Pair (const std::pair< word, word > &vals) | |
Copy construct from std::pair. More... | |
Pair (std::pair< word, word > &&vals) | |
Move construct from std::pair. More... | |
Pair (const FixedList< word, 2 > &list) | |
Copy construct FixedList of two items. More... | |
Pair (const word &f, const word &s, const bool doSort) | |
Copy construct, optionally sorted with first less-than second. More... | |
Pair (const FixedList< word, 2 > &list, const bool doSort) | |
Copy construct, optionally sorted with first less-than second. More... | |
Pair (Istream &is) | |
Construct from Istream. More... | |
const word & | second () const noexcept |
Return second element, which is also the last element. More... | |
word & | second () noexcept |
Return second element, which is also the last element. More... | |
const word & | other (const word &a) const |
Return other element. More... | |
bool | sorted () const |
True if first() is less-than second() More... | |
void | flip () |
Flip the Pair in-place. More... | |
void | sort () |
Sort so that first() is less-than second() More... | |
Additional Inherited Members | |
![]() | |
static int | compare (const Pair< word > &a, const Pair< word > &b) |
Compare Pairs. More... | |
Description for mass transfer between a pair of phases. The direction of the mass transfer is from the phase 'from' to the phasse 'to'.
Definition at line 53 of file phasePair.H.
typedef HashTable<dictionary, phasePairKey, phasePairKey::hash> dictTable |
Dictionary hash table.
Definition at line 61 of file phasePair.H.
typedef HashTable<scalar, phasePairKey, phasePairKey::hash> scalarTable |
Scalar hash table.
Definition at line 65 of file phasePair.H.
typedef HashTable<dictionary, phasePairKey, phasePairKey::hash> dictTable |
Dictionary hash table.
Definition at line 60 of file phasePair.H.
typedef HashTable<scalar, phasePairKey, phasePairKey::hash> scalarTable |
Scalar hash table.
Definition at line 64 of file phasePair.H.
phasePair | ( | const phaseModel & | phase1, |
const phaseModel & | phase2, | ||
const bool | ordered = false |
||
) |
Construct from two phases.
Definition at line 35 of file phasePair.C.
|
virtualdefault |
Destructor.
Definition at line 66 of file phasePair.C.
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.
Definition at line 48 of file phasePair.C.
|
virtual |
Destructor.
|
virtual |
From phase.
Reimplemented in orderedPhasePair.
Definition at line 49 of file phasePair.C.
References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.
Referenced by interfaceHeatResistance< Thermo, OtherThermo >::Kexp(), kineticGasEvaporation< Thermo, OtherThermo >::Kexp(), and interfaceOxideRate< Thermo, OtherThermo >::Kexp().
|
virtual |
To phase.
Reimplemented in orderedPhasePair.
Definition at line 59 of file phasePair.C.
References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.
Referenced by interfaceHeatResistance< Thermo, OtherThermo >::Kexp(), kineticGasEvaporation< Thermo, OtherThermo >::Kexp(), and interfaceOxideRate< Thermo, OtherThermo >::Kexp().
|
virtual |
Pair name.
Reimplemented in orderedPhasePair, orderedPhasePair, and orderedPhasePair.
Definition at line 69 of file phasePair.C.
Referenced by phaseChange::addToDriftRate(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::InterfaceCompositionPhaseChangePhaseSystem(), phaseChange::phaseChange(), PopulationBalancePhaseSystem< BasePhaseSystem >::PopulationBalancePhaseSystem(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::ThermalPhaseChangePhaseSystem(), and TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::TwoResistanceHeatTransferPhaseSystem().
|
inline |
Definition at line 30 of file phasePairI.H.
Referenced by MassTransferPhaseSystem< BasePhaseSystem >::alphaTransfer(), turbulentDispersionModel::continuousTurbulence(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), PopulationBalancePhaseSystem< BasePhaseSystem >::dmdts(), PhaseTransferPhaseSystem< BasePhaseSystem >::dmdts(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::dmdts(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::dmdts(), orderedPhasePair::from(), OneResistanceHeatTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::heatTransfer(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::InterfaceCompositionPhaseChangePhaseSystem(), PopulationBalancePhaseSystem< BasePhaseSystem >::massTransfer(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::massTransfer(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::massTransfer(), interfaceCompositionModel::New(), phaseForces::nonDragForce(), NonRandomTwoLiquid< Thermo, OtherThermo >::NonRandomTwoLiquid(), MomentumTransferPhaseSystem< BasePhaseSystem >::partialElimination(), MomentumTransferPhaseSystem< BasePhaseSystem >::partialEliminationf(), constantSurfaceTensionCoefficient::sigma(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::TwoResistanceHeatTransferPhaseSystem(), and MassTransferPhaseSystem< BasePhaseSystem >::volTransfer().
|
inline |
Definition at line 36 of file phasePairI.H.
Referenced by MassTransferPhaseSystem< BasePhaseSystem >::alphaTransfer(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), PopulationBalancePhaseSystem< BasePhaseSystem >::dmdts(), PhaseTransferPhaseSystem< BasePhaseSystem >::dmdts(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::dmdts(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::dmdts(), OneResistanceHeatTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::heatTransfer(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::InterfaceCompositionPhaseChangePhaseSystem(), PopulationBalancePhaseSystem< BasePhaseSystem >::massTransfer(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::massTransfer(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::massTransfer(), interfaceCompositionModel::New(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::TwoResistanceHeatTransferPhaseSystem(), and MassTransferPhaseSystem< BasePhaseSystem >::volTransfer().
|
virtual |
Dispersed phase.
Reimplemented in orderedPhasePair, and orderedPhasePair.
Definition at line 72 of file phasePair.C.
References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.
Referenced by wallLubricationModel::F(), linear::limiter(), sine::limiter(), and cosine::limiter().
|
virtual |
Continuous phase.
Reimplemented in orderedPhasePair, and orderedPhasePair.
Definition at line 82 of file phasePair.C.
References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.
Referenced by turbulentDispersionModel::continuousTurbulence(), liftModel::Fi(), and virtualMassModel::Ki().
|
virtual |
Pair name.
Reimplemented in orderedPhasePair, orderedPhasePair, and orderedPhasePair.
|
virtual |
Foam::tmp< Foam::volScalarField > rho | ( | ) | const |
Average density.
Definition at line 108 of file phasePair.C.
References phase1, phase2, and phaseModel::rho().
Foam::tmp< Foam::volScalarField > magUr | ( | ) | const |
Relative velocity magnitude.
Definition at line 114 of file phasePair.C.
References Foam::mag(), phase1, phase2, and U.
Foam::tmp< Foam::volVectorField > Ur | ( | ) | const |
Relative velocity.
Definition at line 120 of file phasePair.C.
Referenced by liftModel::Fi().
Foam::tmp< Foam::volScalarField > Re | ( | ) | const |
Reynolds number.
Definition at line 126 of file phasePair.C.
Foam::tmp< Foam::volScalarField > Pr | ( | ) | const |
Prandtl number.
Definition at line 132 of file phasePair.C.
Foam::tmp< Foam::volScalarField > Eo | ( | ) | const |
Eotvos number.
Definition at line 142 of file phasePair.C.
Foam::tmp< Foam::volScalarField > EoH1 | ( | ) | const |
Eotvos number based on hydraulic diameter type 1.
Definition at line 148 of file phasePair.C.
References Foam::cbrt(), and Foam::pow().
Foam::tmp< Foam::volScalarField > EoH2 | ( | ) | const |
Eotvos number based on hydraulic diameter type 2.
Definition at line 159 of file phasePair.C.
References Foam::cbrt().
|
inline |
Surface tension coefficient.
Definition at line 170 of file phasePair.C.
References phaseModel::fluid(), phaseSystem::lookupSubModel(), phase1, phase2, and sigma().
Foam::tmp< Foam::volScalarField > Mo | ( | ) | const |
Morton Number.
Definition at line 180 of file phasePair.C.
References g, Foam::mag(), nu, Foam::pow3(), rho, and sigma().
Foam::tmp< Foam::volScalarField > Ta | ( | ) | const |
Takahashi Number.
Definition at line 194 of file phasePair.C.
References Foam::pow(), and Foam::Re().
|
virtual |
Aspect ratio.
Reimplemented in orderedPhasePair, and orderedPhasePair.
Definition at line 200 of file phasePair.C.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, and phase1.
|
inline |
Return phase 1.
|
inline |
Return phase 2.
|
inline |
Return true if this phasePair contains the given phase.
Definition at line 42 of file phasePairI.H.
Referenced by phaseChange::addToDriftRate(), phaseChange::correct(), phaseForces::execute(), phaseSystem::generatePairsAndSubModels(), and phaseForces::phaseForces().
|
inline |
Return the other phase relative to the given phase.
Generates a FatalError if this phasePair does not contain the given phase
Definition at line 49 of file phasePairI.H.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, and phase::name().
Referenced by phaseForces::execute().
|
inline |
Return the index of the given phase. Generates a FatalError if.
this phasePair does not contain the given phase
Definition at line 72 of file phasePairI.H.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, and phase::name().
Referenced by phaseSystem::generatePairsAndSubModels(), and InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::InterfaceCompositionPhaseChangePhaseSystem().
|
inline |
Return gravitation acceleration.
Definition at line 93 of file phasePairI.H.
|
inline |
const_iterator set to the beginning of the pair
Definition at line 194 of file phasePairI.H.
|
inline |
const_iterator set to beyond the end of the pair
Definition at line 200 of file phasePairI.H.
|
inline |
const_iterator set to the beginning of the pair
Definition at line 206 of file phasePairI.H.
|
inline |
const_iterator set to beyond the end of the pair
Definition at line 212 of file phasePairI.H.
|
virtual |
Dispersed phase.
Reimplemented in orderedPhasePair, and orderedPhasePair.
|
virtual |
Continuous phase.
Reimplemented in orderedPhasePair, and orderedPhasePair.
|
virtual |
Pair name.
Reimplemented in orderedPhasePair, 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 |