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 (volScalarField &kappai) 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 phaseSystem & | fluid () const |
| const phaseModel & | otherPhase () const |
| scalar | phi () const |
| tmp< volScalarField > | sigma () const |
| Return the bubble surface tension coefficient. More... | |
| 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 turbulent Weber 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) |
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:
Reference:
Ishii, M., Kim, S., & Kelly, J. (2005).
Development of interfacial area transport equation.
Nuclear Engineering and Technology, 37(6), 525-536.
Definition at line 59 of file IATEturbulentBreakUp.H.
| turbulentBreakUp | ( | const IATE & | iate, |
| const dictionary & | dict | ||
| ) |
Definition at line 47 of file IATEturbulentBreakUp.C.
|
inlinevirtual |
Destructor.
Definition at line 84 of file IATEturbulentBreakUp.H.
| TypeName | ( | "turbulentBreakUp" | ) |
Runtime type information.
|
virtual |
Implements IATEsource.
Definition at line 63 of file IATEturbulentBreakUp.C.
References DimensionedField< Type, GeoMesh, PrimitiveField >::dimensions(), Foam::dimTime, Foam::exp(), forAll, Foam::R(), Foam::sqr(), Foam::sqrt(), Foam::fvm::Su(), and Foam::typedName().
