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 Webber number. More... | |
| virtual tmp< fvScalarMatrix > | R (const volScalarField &alphai, 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 IATEsource::New(), NotImplemented, and Foam::type().

|
static |
Referenced by IATEsource::clone(), and IATEsource::iNew::operator()().

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


|
inline |
Definition at line 143 of file IATEsource.H.
References phaseModel::fluid(), 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::CD(), IATEsource::Eo(), IATEsource::fluid(), IATEsource::Mo(), Foam::name(), IATEsource::otherPhase(), IATEsource::phase(), IATEsource::R(), IATEsource::Re(), phaseSystem::sigma(), IATEsource::Ur(), IATEsource::Ut(), and IATEsource::We().

| tmp<volScalarField> Ur | ( | ) | const |
Return the bubble relative velocity.
Referenced by IATEsource::sigma().

| tmp<volScalarField> Ut | ( | ) | const |
Return the bubble turbulent velocity.
Referenced by IATEsource::sigma().

| tmp<volScalarField> Re | ( | ) | const |
Return the bubble Reynolds number.
Referenced by IATEsource::sigma().

| tmp<volScalarField> CD | ( | ) | const |
Return the bubble drag coefficient.
Referenced by IATEsource::sigma().

| tmp<volScalarField> Mo | ( | ) | const |
Return the bubble Morton number.
Referenced by IATEsource::sigma().

| tmp<volScalarField> Eo | ( | ) | const |
Return the bubble Eotvos number.
Referenced by IATEsource::sigma().

| tmp<volScalarField> We | ( | ) | const |
Return the bubble Webber number.
Referenced by IATEsource::sigma().

|
pure virtual |
Implemented in randomCoalescence, phaseChange, turbulentBreakUp, wakeEntrainmentCoalescence, dummy, and wallBoiling.
Referenced by IATEsource::sigma().

|
protected |
Reference to the IATE this source applies to.
Definition at line 61 of file IATEsource.H.