Bubble coalescence due to wake entrainment IATE source as defined in paper: More...
Public Member Functions | |
TypeName ("wakeEntrainmentCoalescence") | |
Runtime type information. More... | |
wakeEntrainmentCoalescence (const IATE &iate, const dictionary &dict) | |
virtual | ~wakeEntrainmentCoalescence ()=default |
Destructor. More... | |
virtual tmp< fvScalarMatrix > | R (const volScalarField &alphai, volScalarField &kappai) const |
TypeName ("wakeEntrainmentCoalescence") | |
Runtime type information. More... | |
wakeEntrainmentCoalescence (const IATE &iate, const dictionary &dict) | |
virtual | ~wakeEntrainmentCoalescence ()=default |
Destructor. More... | |
virtual tmp< volScalarField > | R () const |
![]() | |
TypeName ("IATEsource") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, IATEsource, dictionary,(const IATE &iate, const dictionary &dict),(iate, dict)) | |
IATEsource (const IATE &iate) | |
autoPtr< IATEsource > | clone () const |
virtual | ~IATEsource ()=default |
Destructor. More... | |
const phaseModel & | phase () const |
const twoPhaseSystem & | fluid () const |
const phaseModel & | otherPhase () const |
scalar | phi () const |
tmp< volScalarField > | Ur () const |
Return the bubble relative velocity. More... | |
tmp< volScalarField > | Ut () const |
Return the bubble turbulent velocity. More... | |
tmp< volScalarField > | Re () const |
Return the bubble Reynolds number. More... | |
tmp< volScalarField > | CD () const |
Return the bubble drag coefficient. More... | |
tmp< volScalarField > | Mo () const |
Return the bubble Morton number. More... | |
tmp< volScalarField > | Eo () const |
Return the bubble Eotvos number. More... | |
tmp< volScalarField > | We () const |
Return the bubble Webber number. More... | |
virtual tmp< fvScalarMatrix > | R (const volScalarField &alphai, volScalarField &kappai) const =0 |
TypeName ("IATEsource") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, IATEsource, dictionary,(const IATE &iate, const dictionary &dict),(iate, dict)) | |
IATEsource (const IATE &iate) | |
autoPtr< IATEsource > | clone () const |
virtual | ~IATEsource ()=default |
Destructor. More... | |
const phaseModel & | phase () const |
const twoPhaseSystem & | fluid () const |
const phaseModel & | otherPhase () const |
scalar | phi () const |
tmp< volScalarField > | Ur () const |
Return the bubble relative velocity. More... | |
tmp< volScalarField > | Ut () const |
Return the bubble turbulent velocity. More... | |
tmp< volScalarField > | Re () const |
Return the bubble Reynolds number. More... | |
tmp< volScalarField > | CD () const |
Return the bubble drag coefficient. More... | |
tmp< volScalarField > | Mo () const |
Return the bubble Morton number. More... | |
tmp< volScalarField > | Eo () const |
Return the bubble Eotvos number. More... | |
tmp< volScalarField > | We () const |
Return the bubble Webber number. More... | |
virtual tmp< volScalarField > | R () const =0 |
Additional Inherited Members | |
![]() | |
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) |
![]() | |
const IATE & | iate_ |
Reference to the IATE this source applies to. More... | |
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 62 of file wakeEntrainmentCoalescence.H.
wakeEntrainmentCoalescence | ( | const IATE & | iate, |
const dictionary & | dict | ||
) |
Definition at line 54 of file wakeEntrainmentCoalescence.C.
References Foam::dimless.
|
virtualdefault |
Destructor.
wakeEntrainmentCoalescence | ( | const IATE & | iate, |
const dictionary & | dict | ||
) |
|
virtualdefault |
Destructor.
TypeName | ( | "wakeEntrainmentCoalescence" | ) |
Runtime type information.
|
virtual |
Implements IATEsource.
Definition at line 69 of file wakeEntrainmentCoalescence.C.
References Foam::cbrt(), phi, and Foam::fvm::SuSp().
TypeName | ( | "wakeEntrainmentCoalescence" | ) |
Runtime type information.
|
virtual |
Implements IATEsource.
Definition at line 68 of file wakeEntrainmentCoalescence.C.
References IATE::a(), Foam::cbrt(), IATEsource::CD(), IATEsource::iate_, IATEsource::phi(), and IATEsource::Ur().