Bubble coalescence due to wake entrainment IATE source as defined in paper: More...
#include <wakeEntrainmentCoalescence.H>


Public Member Functions | |
| TypeName ("wakeEntrainmentCoalescence") | |
| Runtime type information. | |
| wakeEntrainmentCoalescence (const IATE &iate, const dictionary &dict) | |
| virtual | ~wakeEntrainmentCoalescence ()=default |
| Destructor. | |
| virtual tmp< fvScalarMatrix > | R (const volScalarField &alphai, volScalarField &kappai) const |
| TypeName ("wakeEntrainmentCoalescence") | |
| Runtime type information. | |
| wakeEntrainmentCoalescence (const IATE &iate, const dictionary &dict) | |
| virtual | ~wakeEntrainmentCoalescence ()=default |
| Destructor. | |
| virtual tmp< volScalarField > | R () const |
| Public Member Functions inherited from IATEsource | |
| TypeName ("IATEsource") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, IATEsource, dictionary,(const IATE &iate, const dictionary &dict),(iate, dict)) | |
| IATEsource (const IATE &iate) | |
| autoPtr< IATEsource > | clone () const |
| virtual | ~IATEsource ()=default |
| Destructor. | |
| const phaseModel & | phase () const |
| const twoPhaseSystem & | fluid () const |
| const phaseModel & | otherPhase () const |
| scalar | phi () const |
| tmp< volScalarField > | Ur () const |
| Return the bubble relative velocity. | |
| tmp< volScalarField > | Ut () const |
| Return the bubble turbulent velocity. | |
| tmp< volScalarField > | Re () const |
| Return the bubble Reynolds number. | |
| tmp< volScalarField > | CD () const |
| Return the bubble drag coefficient. | |
| tmp< volScalarField > | Mo () const |
| Return the bubble Morton number. | |
| tmp< volScalarField > | Eo () const |
| Return the bubble Eotvos number. | |
| tmp< volScalarField > | We () const |
| Return the bubble Webber number. | |
| TypeName ("IATEsource") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, IATEsource, dictionary,(const IATE &iate, const dictionary &dict),(iate, dict)) | |
| IATEsource (const IATE &iate) | |
| autoPtr< IATEsource > | clone () const |
| virtual | ~IATEsource ()=default |
| Destructor. | |
| const phaseModel & | phase () const |
| const twoPhaseSystem & | fluid () const |
| const phaseModel & | otherPhase () const |
| scalar | phi () const |
| tmp< volScalarField > | Ur () const |
| Return the bubble relative velocity. | |
| tmp< volScalarField > | Ut () const |
| Return the bubble turbulent velocity. | |
| tmp< volScalarField > | Re () const |
| Return the bubble Reynolds number. | |
| tmp< volScalarField > | CD () const |
| Return the bubble drag coefficient. | |
| tmp< volScalarField > | Mo () const |
| Return the bubble Morton number. | |
| tmp< volScalarField > | Eo () const |
| Return the bubble Eotvos number. | |
| tmp< volScalarField > | We () const |
| Return the bubble Webber number. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from IATEsource | |
| static autoPtr< IATEsource > | New (const word &type, const IATE &iate, const dictionary &dict) |
| static autoPtr< IATEsource > | New (const word &type, const IATE &iate, const dictionary &dict) |
| Protected Attributes inherited from IATEsource | |
| const IATE & | iate_ |
| Reference to the IATE this source applies to. | |
Bubble coalescence due to wake entrainment IATE source as defined in paper:
Reference:
Ishii, M., Kim, S., & Kelly, J. (2005).
Development of interfacial area transport equation.
Nuclear Engineering and Technology, 37(6), 525-536.
"Development of Interfacial Area Transport Equation"
Ishii, M., Kim, S. and Kelly, J.,
Nuclear Engineering and Technology, Vol.37 No.6 December 2005
Definition at line 58 of file wakeEntrainmentCoalescence.H.
| wakeEntrainmentCoalescence | ( | const IATE & | iate, |
| const dictionary & | dict ) |
Definition at line 47 of file wakeEntrainmentCoalescence.C.
References dict, Foam::dimless, and IATEsource::IATEsource().

|
virtualdefault |
Destructor.
| wakeEntrainmentCoalescence | ( | const IATE & | iate, |
| const dictionary & | dict ) |
References dict.
|
virtualdefault |
Destructor.
| TypeName | ( | "wakeEntrainmentCoalescence" | ) |
Runtime type information.
References dict.
|
virtual |
Implements IATEsource.
Definition at line 62 of file wakeEntrainmentCoalescence.C.
References Foam::cbrt(), IATEsource::CD(), IATEsource::iate_, phi, Foam::fvm::SuSp(), and IATEsource::Ur().

| TypeName | ( | "wakeEntrainmentCoalescence" | ) |
Runtime type information.
|
virtual |
Implements IATEsource.
Definition at line 61 of file wakeEntrainmentCoalescence.C.
References Foam::cbrt(), IATEsource::CD(), IATEsource::iate_, IATEsource::phi(), and IATEsource::Ur().
