Turbulence-induced break-up IATE source as defined in paper: More...
Public Member Functions | |
TypeName ("turbulentBreakUp") | |
Runtime type information. More... | |
turbulentBreakUp (const IATE &iate, const dictionary &dict) | |
virtual | ~turbulentBreakUp () |
Destructor. More... | |
virtual tmp< fvScalarMatrix > | R (const volScalarField &alphai, volScalarField &kappai) const |
TypeName ("turbulentBreakUp") | |
Runtime type information. More... | |
turbulentBreakUp (const IATE &iate, const dictionary &dict) | |
virtual | ~turbulentBreakUp () |
Destructor. More... | |
virtual tmp< volScalarField > | R () const |
Public Member Functions inherited from IATEsource | |
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 () |
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... | |
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 () |
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... | |
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. More... | |
Turbulence-induced break-up IATE source as defined in paper:
"Development of Interfacial Area Transport Equation" Ishii, M., Kim, S. and Kelly, J., Nuclear Engineering and Technology, Vol.37 No.6 December 2005
"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 turbulentBreakUp.H.
turbulentBreakUp | ( | const IATE & | iate, |
const dictionary & | dict | ||
) |
|
inlinevirtual |
Destructor.
Definition at line 83 of file turbulentBreakUp.H.
References turbulentBreakUp::R().
turbulentBreakUp | ( | const IATE & | iate, |
const dictionary & | dict | ||
) |
|
inlinevirtual |
Destructor.
Definition at line 83 of file turbulentBreakUp.H.
References turbulentBreakUp::R().
TypeName | ( | "turbulentBreakUp" | ) |
Runtime type information.
|
virtual |
Implements IATEsource.
TypeName | ( | "turbulentBreakUp" | ) |
Runtime type information.
|
virtual |
Implements IATEsource.
Referenced by turbulentBreakUp::~turbulentBreakUp().