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...
#include <phasePair.H>


Classes | |
| class | const_iterator |
| STL const_iterator. More... | |
Public Types | |
| typedef HashTable< dictionary, phasePairKey, phasePairKey::hash > | dictTable |
| Dictionary hash table. | |
| typedef HashTable< scalar, phasePairKey, phasePairKey::hash > | scalarTable |
| Scalar hash table. | |
| typedef HashTable< dictionary, phasePairKey, phasePairKey::hash > | dictTable |
| Dictionary hash table. | |
| typedef HashTable< scalar, phasePairKey, phasePairKey::hash > | scalarTable |
| Scalar hash table. | |
| Public Types inherited from phasePairKey | |
| using | hash = phasePairKey::hasher |
| Alternative name for functor. | |
| using | hash = phasePairKey::hasher |
| Alternative name for functor. | |
| using | hash = phasePairKey::hasher |
| Alternative name for functor. | |
| Public Types inherited from FixedList< T, N > | |
| typedef T | value_type |
| The value type the FixedList contains. | |
| typedef T * | pointer |
| The pointer type for non-const access to value_type items. | |
| typedef const T * | const_pointer |
| The pointer type for const access to value_type items. | |
| typedef T & | reference |
| The type used for storing into value_type objects. | |
| typedef const T & | const_reference |
| The type used for reading from constant value_type objects. | |
| typedef T * | iterator |
| Random access iterator for traversing FixedList. | |
| typedef const T * | const_iterator |
| Random access iterator for traversing FixedList. | |
| typedef label | size_type |
| The type to represent the size of a FixedList. | |
| typedef label | difference_type |
| The difference between iterator objects. | |
| typedef std::reverse_iterator< iterator > | reverse_iterator |
| Reverse iterator (non-const access). | |
| typedef std::reverse_iterator< const_iterator > | const_reverse_iterator |
| Reverse iterator (const access). | |
Public Member Functions | |
| phasePair (const multiphaseInter::phaseModel &phase1, const multiphaseInter::phaseModel &phase2, const bool ordered=false) | |
| Construct from two phases. | |
| virtual | ~phasePair ()=default |
| Destructor. | |
| virtual const multiphaseInter::phaseModel & | from () const |
| From phase. | |
| virtual const multiphaseInter::phaseModel & | to () const |
| To phase. | |
| virtual word | name () const |
| Pair name. | |
| const multiphaseInter::phaseModel & | phase1 () const |
| const multiphaseInter::phaseModel & | phase2 () const |
| phasePair (const phaseModel &phase1, const phaseModel &phase2, const bool ordered=false) | |
| Construct from two phases and gravity. | |
| virtual | ~phasePair () |
| Destructor. | |
| virtual const phaseModel & | dispersed () const |
| Dispersed phase. | |
| virtual const phaseModel & | continuous () const |
| Continuous phase. | |
| virtual word | name () const |
| Pair name. | |
| virtual word | otherName () const |
| Other pair name. | |
| 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 > | sigma () const |
| Surface tension coefficient. | |
| tmp< volScalarField > | Mo () const |
| Morton Number. | |
| tmp< volScalarField > | Ta () const |
| Takahashi Number. | |
| virtual tmp< volScalarField > | E () const |
| Aspect ratio. | |
| const phaseModel & | phase1 () const |
| Return phase 1. | |
| const phaseModel & | phase2 () const |
| Return phase 2. | |
| bool | contains (const phaseModel &phase) const |
| Return true if this phasePair contains the given phase. | |
| const phaseModel & | otherPhase (const phaseModel &phase) const |
| Return the other phase relative to the given phase. | |
| label | index (const phaseModel &phase) const |
| Return the index of the given phase. Generates a FatalError if. | |
| const uniformDimensionedVectorField & | g () const |
| Return gravitation acceleration. | |
| const_iterator | cbegin () const |
| const_iterator set to the beginning of the pair | |
| const_iterator | cend () const |
| const_iterator set to beyond the end of the pair | |
| const_iterator | begin () const |
| const_iterator set to the beginning of the pair | |
| const_iterator | end () const |
| const_iterator set to beyond the end of the pair | |
| 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 | ~phasePair () |
| Destructor. | |
| virtual const phaseModel & | dispersed () const |
| Dispersed phase. | |
| virtual const phaseModel & | continuous () const |
| Continuous phase. | |
| virtual word | name () const |
| Pair name. | |
| 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 tmp< volScalarField > | E () const |
| Aspect ratio. | |
| const phaseModel & | phase1 () const |
| const phaseModel & | phase2 () const |
| const dimensionedVector & | g () const |
| const dimensionedScalar & | sigma () const |
| Public Member Functions inherited from phasePairKey | |
| phasePairKey ()=default | |
| Default construct. | |
| phasePairKey (const word &name1, const word &name2, const bool ordered=false) | |
| Construct from names and (optional) ordering flag. | |
| virtual | ~phasePairKey ()=default |
| Destructor. | |
| bool | ordered () const noexcept |
| Return the ordered flag. | |
| phasePairKey ()=default | |
| Default construct. | |
| phasePairKey (const word &name1, const word &name2, const bool ordered=false) | |
| Construct from names and (optional) ordering flag. | |
| virtual | ~phasePairKey ()=default |
| Destructor. | |
| bool | ordered () const noexcept |
| Return the ordered flag. | |
| phasePairKey ()=default | |
| Default construct. | |
| phasePairKey (const word &name1, const word &name2, const bool ordered=false) | |
| Construct from names and (optional) ordering flag. | |
| virtual | ~phasePairKey ()=default |
| Destructor. | |
| bool | ordered () const noexcept |
| Return the ordered flag. | |
| Public Member Functions inherited from Pair< word > | |
| Pair ()=default | |
| Default construct. | |
| void | front ()=delete |
| The front() accessor (from FixedList) has no purpose. | |
| void | back ()=delete |
| The back() accessor (from FixedList) has no purpose. | |
| Pair (const word &f, const word &s) | |
| Copy construct from components. | |
| Pair (word &&f, word &&s) | |
| Move construct from components. | |
| Pair (const std::pair< word, word > &vals) | |
| Copy construct from std::pair. | |
| Pair (std::pair< word, word > &&vals) | |
| Move construct from std::pair. | |
| Pair (const FixedList< word, 2 > &list) | |
| Copy construct FixedList of two items. | |
| Pair (const word &f, const word &s, const bool doSort) | |
| Copy construct, optionally sorted with first less-than second. | |
| Pair (const FixedList< word, 2 > &list, const bool doSort) | |
| Copy construct, optionally sorted with first less-than second. | |
| Pair (Istream &is) | |
| Construct from Istream. | |
| const word & | first () const noexcept |
| Access the first element. | |
| word & | first () noexcept |
| Access the first element. | |
| const word & | second () const noexcept |
| Access the second element. | |
| word & | second () noexcept |
| Access the second element. | |
| const word & | other (const word &a) const |
| Return other element. | |
| bool | is_sorted () const |
| True if first() is less-than-equal second(). | |
| void | flip () |
| Flip the Pair in-place. | |
| void | sort () |
| Sort so that first() is less-than second(). | |
| Public Member Functions inherited from FixedList< T, N > | |
| FixedList ()=default | |
| Default construct. | |
| FixedList (const T &val) | |
| Construct and initialize all entries to given value. | |
| FixedList (Foam::zero) | |
| Construct and initialize all entries to zero. | |
| FixedList (const FixedList< T, N > &list) | |
| Copy construct. | |
| FixedList (FixedList< T, N > &&list) | |
| Move construct by using move assignment for the individual list elements. | |
| FixedList (std::initializer_list< T > list) | |
| Construct from an initializer list. Runtime size check. | |
| FixedList (const UList< T > &list) | |
| Construct from UList. Runtime size check. | |
| template<unsigned AnyNum> | |
| FixedList (const FixedList< T, AnyNum > &list, const FixedList< label, N > &indices) | |
| Copy construct from a subset of the input. No size check. | |
| FixedList (const UList< T > &list, const FixedList< label, N > &indices) | |
| Copy construct from a subset of the input. No size check. | |
| FixedList (Istream &is) | |
| Construct from Istream. | |
| autoPtr< FixedList< T, N > > | clone () const |
| Clone. | |
| const T * | cdata () const noexcept |
| Return pointer to the underlying array serving as data storage. | |
| T * | data () noexcept |
| Return pointer to the underlying array serving as data storage. | |
| const char * | cdata_bytes () const noexcept |
| Return pointer to the underlying array serving as data storage,. | |
| char * | data_bytes () noexcept |
| Return pointer to the underlying array serving as data storage,. | |
| template<unsigned Index> | |
| T & | get () noexcept |
| Element access using compile-time indexing. | |
| template<unsigned Index> | |
| const T & | get () const noexcept |
| Element access using compile-time indexing. | |
| T & | front () noexcept |
| Access first element of the list, position [0]. | |
| const T & | front () const noexcept |
| Access first element of the list, position [0]. | |
| T & | back () noexcept |
| Access last element of the list, position [N-1]. | |
| const T & | back () const noexcept |
| Access last element of the list, position [N-1]. | |
| label | fcIndex (const label i) const noexcept |
| Return the forward circular index, i.e. next index which returns to the first at the end of the list. | |
| const T & | fcValue (const label i) const |
| Return forward circular value (ie, next value in the list). | |
| T & | fcValue (const label i) |
| Return forward circular value (ie, next value in the list). | |
| label | rcIndex (const label i) const noexcept |
| Return the reverse circular index, i.e. previous index which returns to the last at the beginning of the list. | |
| const T & | rcValue (const label i) const |
| Return reverse circular value (ie, previous value in the list). | |
| T & | rcValue (const label i) |
| Return reverse circular value (ie, previous value in the list). | |
| void | checkStart (const label start) const |
| Check start is within valid range [0,size). | |
| void | checkSize (const label size) const |
| Check size is identical to template parameter N. | |
| void | checkIndex (const label i) const |
| Check index is within valid range [0,N). | |
| bool | uniform () const |
| True if all entries have identical values, and list is non-empty. | |
| bool | contains (const T &val) const |
| True if the value is contained in the list. | |
| bool | contains (const T &val, label pos, label len=-1) const |
| Is the value contained in the list? | |
| label | find (const T &val) const |
| Find index of the first occurrence of the value. | |
| label | find (const T &val, label pos, label len=-1) const |
| Find index of the first occurrence of the value. | |
| label | rfind (const T &val, label pos=-1) const |
| Find index of the last occurrence of the value. | |
| void | resize (const label n) |
| Dummy function, to make FixedList consistent with List Any resizing is ignored (Fatal with bad sizing in full debug). | |
| void | resize_fill (const label n, const T &val) |
| Set val for all elements. Any resizing is ignored (Fatal with bad sizing in full debug). | |
| void | resize_nocopy (const label n) |
| Dummy function, to make FixedList consistent with List Any resizing is ignored (Fatal with bad sizing in full debug). | |
| void | setSize (const label n) |
| Dummy function, to make FixedList consistent with List. | |
| void | fill (const T &val) |
| Assign all entries to the given value. | |
| void | fill (Foam::zero) |
| Assign all entries to zero. | |
| void | moveFirst (const label i) |
| Move element to the first position. | |
| void | moveLast (const label i) |
| Move element to the last position. | |
| void | swapFirst (const label i) |
| Swap element with the first element. | |
| void | swapLast (const label i) |
| Swap element with the last element. | |
| void | transfer (FixedList< T, N > &list) |
| Transfer by swapping using a move assignment for the content of the individual list elements. | |
| T & | operator[] (const label i) |
| Return element of FixedList. | |
| const T & | operator[] (const label i) const |
| Return element of constant FixedList. | |
| void | operator= (const UList< T > &list) |
| Assignment to UList operator. Takes linear time. | |
| void | operator= (std::initializer_list< T > list) |
| Assignment to an initializer list. Takes linear time. | |
| void | operator= (const T &val) |
| Assign all entries to the given value. fill(). | |
| void | operator= (Foam::zero) |
| Assign all entries to zero. fill(). | |
| void | operator= (const FixedList< T, N > &list) |
| Copy assignment. | |
| void | operator= (FixedList< T, N > &&list) |
| Move assignment. | |
| iterator | begin () noexcept |
| Return an iterator to begin traversing the FixedList. | |
| iterator | end () noexcept |
| Return an iterator to end traversing the FixedList. | |
| iterator | begin (const int i) noexcept |
| Return iterator at offset i from begin, clamped to [0,N] range. | |
| const_iterator | cbegin () const noexcept |
| Return const_iterator to begin traversing the constant FixedList. | |
| const_iterator | cend () const noexcept |
| Return const_iterator to end traversing the constant FixedList. | |
| const_iterator | begin () const noexcept |
| Return const_iterator to begin traversing the constant FixedList. | |
| const_iterator | end () const noexcept |
| Return const_iterator to end traversing the constant FixedList. | |
| const_iterator | cbegin (const int i) const noexcept |
| Return const_iterator at offset i from begin, clamped to [0,N] range. | |
| const_iterator | begin (const int i) const noexcept |
| Return const_iterator at offset i from begin, clamped to [0,N] range. | |
| reverse_iterator | rbegin () |
| Return reverse_iterator to begin reverse traversing the FixedList. | |
| reverse_iterator | rend () |
| Return reverse_iterator to end reverse traversing the FixedList. | |
| const_reverse_iterator | crbegin () const |
| Return const_reverse_iterator to begin reverse traversing FixedList. | |
| const_reverse_iterator | crend () const |
| Return const_reverse_iterator to end reverse traversing FixedList. | |
| const_reverse_iterator | rbegin () const |
| Return const_reverse_iterator to begin reverse traversing FixedList. | |
| const_reverse_iterator | rend () const |
| Return const_reverse_iterator to end reverse traversing FixedList. | |
| void | swap (FixedList< T, N > &other) |
| Swap lists by swapping the content of the individual list elements. | |
| bool | operator== (const FixedList< T, N > &list) const |
| Equality operation on FixedLists of the same type. | |
| bool | operator!= (const FixedList< T, N > &list) const |
| The opposite of the equality operation. Takes linear time. | |
| bool | operator< (const FixedList< T, N > &list) const |
| Compare two FixedLists lexicographically. Takes linear time. | |
| bool | operator> (const FixedList< T, N > &list) const |
| Compare two FixedLists lexicographically. Takes linear time. | |
| bool | operator<= (const FixedList< T, N > &list) const |
| Return true if !(a > b). Takes linear time. | |
| bool | operator>= (const FixedList< T, N > &list) const |
| Return true if !(a < b). Takes linear time. | |
| Istream & | readList (Istream &is) |
| Read from Istream, discarding contents of existing List. | |
| void | writeEntry (const word &keyword, Ostream &os) const |
| Write the list as a dictionary entry with keyword. | |
| Ostream & | writeList (Ostream &os, const label shortLen=0) const |
| Write List, with line-breaks in ASCII when length exceeds shortLen. | |
| T & | first () noexcept |
| Access first element of the list, position [0] - front(). | |
| const T & | first () const noexcept |
| Access first element of the list, position [0] - front(). | |
| T & | last () noexcept |
| Access last element of the list, position [N-1] - back(). | |
| const T & | last () const noexcept |
| Access last element of the list, position [N-1] - back(). | |
| bool | found (const T &val, label pos=0) const |
| Same as contains(). | |
| FixedList (const T list[N]) | |
| Deprecated: copy construct from C-array. | |
| void | operator= (const T list[N]) |
| Deprecated: assignment from C-array. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from Pair< word > | |
| static int | compare (const Pair< word > &a, const Pair< word > &b) |
| Compare Pairs. | |
| Static Public Member Functions inherited from FixedList< T, N > | |
| static const FixedList< T, N > & | null () noexcept |
| Return a null FixedList (reference to a nullObject). Read/write access is questionable. | |
| static std::streamsize | size_bytes () noexcept |
| Number of contiguous bytes for the list data,. | |
| static std::streamsize | byteSize () |
| Number of contiguous bytes for the list data, runtime FatalError if type is not contiguous. | |
| static constexpr bool | empty () noexcept |
| Always false since zero-sized FixedList is compile-time disabled. | |
| static constexpr label | size () noexcept |
| Return the number of elements in the FixedList. | |
| static constexpr unsigned | max_size () noexcept |
| The dimensioned size (template parameter N) of the FixedList. | |
| Protected Member Functions inherited from FixedList< T, N > | |
| void | writeEntry (Ostream &os) const |
| Write the FixedList with its compound type. | |
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 49 of file phasePair.H.
| 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 65 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 64 of file phasePair.H.
| phasePair | ( | const multiphaseInter::phaseModel & | phase1, |
| const multiphaseInter::phaseModel & | phase2, | ||
| const bool | ordered = false ) |
Construct from two phases.
Definition at line 27 of file phasePair.C.
References name(), phasePairKey::ordered(), phase1(), phase2(), and phasePairKey::phasePairKey().
Referenced by orderedPhasePair::orderedPhasePair(), orderedPhasePair::orderedPhasePair(), orderedPhasePair::orderedPhasePair(), and sigma().


|
virtualdefault |
Destructor.
Definition at line 59 of file phasePair.C.
| phasePair | ( | const phaseModel & | phase1, |
| const phaseModel & | phase2, | ||
| const bool | ordered = false ) |
Construct from two phases and gravity.
Definition at line 43 of file phasePair.C.
References mesh, name(), phasePairKey::ordered(), phase1(), phase2(), and phasePairKey::phasePairKey().

|
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 40 of file phasePair.C.
References g(), name(), phasePairKey::ordered(), phase1(), phase2(), and phasePairKey::phasePairKey().

|
virtual |
Destructor.
|
virtual |
From phase.
Reimplemented in orderedPhasePair.
Definition at line 42 of file phasePair.C.
References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.

|
virtual |
To phase.
Reimplemented in orderedPhasePair.
Definition at line 52 of file phasePair.C.
References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.

|
virtual |
Pair name.
Reimplemented in orderedPhasePair, orderedPhasePair, and orderedPhasePair.
Definition at line 62 of file phasePair.C.
References Pair< word >::first(), and Pair< word >::second().
Referenced by phaseChange::addToDriftRate(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::InterfaceCompositionPhaseChangePhaseSystem(), MomentumTransferPhaseSystem< BasePhaseSystem >::MomentumTransferPhaseSystem(), phaseChange::phaseChange(), phasePair(), phasePair(), phasePair(), PopulationBalancePhaseSystem< BasePhaseSystem >::PopulationBalancePhaseSystem(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::ThermalPhaseChangePhaseSystem(), and TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::TwoResistanceHeatTransferPhaseSystem().


|
inline |
Definition at line 23 of file phasePairI.H.
Referenced by MassTransferPhaseSystem< BasePhaseSystem >::alphaTransfer(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::dmdts(), PhaseTransferPhaseSystem< BasePhaseSystem >::dmdts(), PopulationBalancePhaseSystem< BasePhaseSystem >::dmdts(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::dmdts(), OneResistanceHeatTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::heatTransfer(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::InterfaceCompositionPhaseChangePhaseSystem(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::massTransfer(), PhaseTransferPhaseSystem< BasePhaseSystem >::massTransfer(), PopulationBalancePhaseSystem< BasePhaseSystem >::massTransfer(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::massTransfer(), MomentumTransferPhaseSystem< BasePhaseSystem >::partialElimination(), MomentumTransferPhaseSystem< BasePhaseSystem >::partialEliminationf(), phasePair(), phasePair(), phasePair(), MomentumTransferPhaseSystem< BasePhaseSystem >::phiFfs(), MomentumTransferPhaseSystem< BasePhaseSystem >::phiFs(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::TwoResistanceHeatTransferPhaseSystem(), and MassTransferPhaseSystem< BasePhaseSystem >::volTransfer().

|
inline |
Definition at line 29 of file phasePairI.H.
Referenced by MassTransferPhaseSystem< BasePhaseSystem >::alphaTransfer(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::dmdts(), PhaseTransferPhaseSystem< BasePhaseSystem >::dmdts(), PopulationBalancePhaseSystem< BasePhaseSystem >::dmdts(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::dmdts(), OneResistanceHeatTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::heatTransfer(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::InterfaceCompositionPhaseChangePhaseSystem(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::massTransfer(), PhaseTransferPhaseSystem< BasePhaseSystem >::massTransfer(), PopulationBalancePhaseSystem< BasePhaseSystem >::massTransfer(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::massTransfer(), MomentumTransferPhaseSystem< BasePhaseSystem >::partialElimination(), MomentumTransferPhaseSystem< BasePhaseSystem >::partialEliminationf(), phasePair(), phasePair(), phasePair(), MomentumTransferPhaseSystem< BasePhaseSystem >::phiFfs(), MomentumTransferPhaseSystem< BasePhaseSystem >::phiFs(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::TwoResistanceHeatTransferPhaseSystem(), and MassTransferPhaseSystem< BasePhaseSystem >::volTransfer().

|
virtual |
Dispersed phase.
Reimplemented in orderedPhasePair, and orderedPhasePair.
Definition at line 65 of file phasePair.C.
References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.
Referenced by Eo(), EoH1(), EoH2(), Re(), and Ur().


|
virtual |
Continuous phase.
Reimplemented in orderedPhasePair, and orderedPhasePair.
Definition at line 75 of file phasePair.C.
References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.
Referenced by Mo(), Pr(), Re(), and Ur().


|
virtual |
Pair name.
Reimplemented in orderedPhasePair, orderedPhasePair, and orderedPhasePair.
|
virtual |
Other pair name.
Reimplemented in orderedPhasePair.
Definition at line 93 of file phasePair.C.
References Pair< word >::first(), and Pair< word >::second().

| Foam::tmp< Foam::volScalarField > rho | ( | ) | const |
Average density.
Definition at line 101 of file phasePair.C.
References phase1, phase2, and phaseModel::rho().

| Foam::tmp< Foam::volScalarField > magUr | ( | ) | const |
Relative velocity magnitude.
Definition at line 107 of file phasePair.C.
References Foam::mag(), phase1, phase2, and U.
Referenced by Re().


| Foam::tmp< Foam::volVectorField > Ur | ( | ) | const |
Relative velocity.
Definition at line 113 of file phasePair.C.
References continuous(), and dispersed().

| Foam::tmp< Foam::volScalarField > Re | ( | ) | const |
Reynolds number.
Definition at line 119 of file phasePair.C.
References continuous(), dispersed(), and magUr().

| Foam::tmp< Foam::volScalarField > Pr | ( | ) | const |
Prandtl number.
Definition at line 125 of file phasePair.C.
References continuous().

| Foam::tmp< Foam::volScalarField > Eo | ( | ) | const |
Eotvos number.
Definition at line 135 of file phasePair.C.
References dispersed().
Referenced by EoH1().


| Foam::tmp< Foam::volScalarField > EoH1 | ( | ) | const |
Eotvos number based on hydraulic diameter type 1.
Definition at line 141 of file phasePair.C.
References Foam::cbrt(), dispersed(), Eo(), and Foam::pow().

| Foam::tmp< Foam::volScalarField > EoH2 | ( | ) | const |
Eotvos number based on hydraulic diameter type 2.
Definition at line 152 of file phasePair.C.
References Foam::cbrt(), dispersed(), and E().

|
inline |
Surface tension coefficient.
Definition at line 163 of file phasePair.C.
References phaseModel::fluid(), phase1, phase2, phasePair(), and phaseSystem::sigma().

| Foam::tmp< Foam::volScalarField > Mo | ( | ) | const |
Morton Number.
Definition at line 174 of file phasePair.C.
References continuous(), g, Foam::mag(), nu, Foam::pow3(), rho, and sigma().
Referenced by Ta().


| Foam::tmp< Foam::volScalarField > Ta | ( | ) | const |
Takahashi Number.
Definition at line 188 of file phasePair.C.
References Mo(), Foam::pow(), and Foam::Re().

|
virtual |
Aspect ratio.
Reimplemented in orderedPhasePair, and orderedPhasePair.
Definition at line 194 of file phasePair.C.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, and phase1.
Referenced by EoH2().


|
inline |
Return phase 1.
|
inline |
Return phase 2.
|
inline |
Return true if this phasePair contains the given phase.
Definition at line 35 of file phasePairI.H.
Referenced by phaseChange::addToDriftRate(), phaseChange::correct(), and phaseSystem::generatePairsAndSubModels().

|
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 41 of file phasePairI.H.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, and phase::name().

|
inline |
Return the index of the given phase. Generates a FatalError if.
this phasePair does not contain the given phase
Definition at line 65 of file phasePairI.H.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, and phase::name().
Referenced by phaseSystem::generatePairsAndSubModels(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::InterfaceCompositionPhaseChangePhaseSystem(), and InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::massTransfer().


|
inline |
Return gravitation acceleration.
Definition at line 86 of file phasePairI.H.
Referenced by orderedPhasePair::orderedPhasePair(), and phasePair().

|
inline |
const_iterator set to the beginning of the pair
Definition at line 187 of file phasePairI.H.
|
inline |
const_iterator set to beyond the end of the pair
Definition at line 193 of file phasePairI.H.
|
inline |
const_iterator set to the beginning of the pair
Definition at line 199 of file phasePairI.H.
|
inline |
const_iterator set to beyond the end of the pair
Definition at line 205 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 |