IATE (Interfacial Area Transport Equation) bubble diameter model run-time selectable sources. More...


Classes | |
| class | iNew |
| Class used for the read-construction of. More... | |
Public Member Functions | |
| 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... | |
| virtual tmp< fvScalarMatrix > | R (volScalarField &kappai) const =0 |
Static Public Member Functions | |
| static autoPtr< IATEsource > | New (const word &type, const IATE &iate, const dictionary &dict) |
Protected Attributes | |
| const IATE & | iate_ |
| Reference to the IATE this source applies to. More... | |
IATE (Interfacial Area Transport Equation) bubble diameter model run-time selectable sources.
Definition at line 53 of file IATEsource.H.
|
inline |
Definition at line 109 of file IATEsource.H.
|
inlinevirtual |
Destructor.
Definition at line 132 of file IATEsource.H.
| TypeName | ( | "IATEsource" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| IATEsource | , | ||
| dictionary | , | ||
| (const IATE &iate, const dictionary &dict) | , | ||
| (iate, dict) | |||
| ) |
|
inline |
Definition at line 114 of file IATEsource.H.
References NotImplemented.
|
static |
Definition at line 46 of file IATEsource.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::nl, and Foam::type().
Referenced by IATEsource::iNew::operator()().


|
inline |
Definition at line 138 of file IATEsource.H.
References IATEsource::iate_, and diameterModel::phase().
Referenced by IATEsource::otherPhase(), and IATEsource::sigma().


|
inline |
Definition at line 143 of file IATEsource.H.
References phaseModel::fluid(), IATEsource::iate_, and diameterModel::phase().
Referenced by IATEsource::otherPhase(), and IATEsource::sigma().


|
inline |
Definition at line 148 of file IATEsource.H.
References IATEsource::fluid(), phaseSystem::otherPhase(), and IATEsource::phase().
Referenced by IATEsource::sigma().


|
inline |
Definition at line 153 of file IATEsource.H.
References Foam::constant::mathematical::pi().

|
inline |
Return the bubble surface tension coefficient.
Definition at line 159 of file IATEsource.H.
References IATEsource::fluid(), IATEsource::otherPhase(), IATEsource::phase(), and phaseSystem::sigma().

| Foam::tmp< Foam::volScalarField > Ur | ( | ) | const |
Return the bubble relative velocity.
Definition at line 72 of file IATEsource.C.
References IOobject::db(), objectRegistry::lookupObject(), Foam::mag(), Foam::max(), Foam::pow(), Foam::pow025(), rho, Foam::constant::physicoChemical::sigma, Foam::sqr(), and Foam::sqrt().

| Foam::tmp< Foam::volScalarField > Ut | ( | ) | const |
Return the bubble turbulent velocity.
Definition at line 89 of file IATEsource.C.
References k, and Foam::sqrt().

| Foam::tmp< Foam::volScalarField > Re | ( | ) | const |
Return the bubble Reynolds number.
Definition at line 95 of file IATEsource.C.
References Foam::e, and Foam::max().

| Foam::tmp< Foam::volScalarField > CD | ( | ) | const |
Return the bubble drag coefficient.
Definition at line 101 of file IATEsource.C.
References Foam::max(), Foam::min(), Foam::pow(), and Foam::Re().

| Foam::tmp< Foam::volScalarField > Mo | ( | ) | const |
Return the bubble Morton number.
Definition at line 119 of file IATEsource.C.
References IOobject::db(), objectRegistry::lookupObject(), Foam::mag(), Foam::pow3(), Foam::pow4(), rho, Foam::constant::physicoChemical::sigma, and Foam::sqr().

| Foam::tmp< Foam::volScalarField > Eo | ( | ) | const |
Return the bubble Eotvos number.
Definition at line 131 of file IATEsource.C.
References IOobject::db(), objectRegistry::lookupObject(), Foam::mag(), Foam::constant::physicoChemical::sigma, and Foam::sqr().

| Foam::tmp< Foam::volScalarField > We | ( | ) | const |
Return the bubble turbulent Weber number.
Definition at line 143 of file IATEsource.C.
References Foam::constant::physicoChemical::sigma, and Foam::sqr().

|
pure virtual |
Implemented in wakeEntrainmentCoalescence, turbulentBreakUp, and randomCoalescence.
|
protected |
Reference to the IATE this source applies to.
Definition at line 61 of file IATEsource.H.
Referenced by IATEsource::fluid(), and IATEsource::phase().