#include <dummy.H>


Public Member Functions | |
| TypeName ("dummy") | |
| Runtime type information. | |
| dummy (const word &name, const IATE &iate, const dictionary &dict) | |
| virtual | ~dummy ()=default |
| Destructor. | |
| virtual tmp< fvScalarMatrix > | R (const volScalarField &alphai, volScalarField &kappai) const |
| TypeName ("dummy") | |
| Runtime type information. | |
| dummy (const word &name, const IATE &iate, const dictionary &dict) | |
| virtual | ~dummy ()=default |
| Destructor. | |
| virtual tmp< volScalarField > | R () const |
| Public Member Functions inherited from IATEsource | |
| TypeName ("IATEsource") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, IATEsource, dictionary,(const IATE &iate, const dictionary &dict),(iate, dict)) | |
| IATEsource (const IATE &iate) | |
| autoPtr< IATEsource > | clone () const |
| virtual | ~IATEsource ()=default |
| Destructor. | |
| const phaseModel & | phase () const |
| const twoPhaseSystem & | fluid () const |
| const phaseModel & | otherPhase () const |
| scalar | phi () const |
| tmp< volScalarField > | Ur () const |
| Return the bubble relative velocity. | |
| tmp< volScalarField > | Ut () const |
| Return the bubble turbulent velocity. | |
| tmp< volScalarField > | Re () const |
| Return the bubble Reynolds number. | |
| tmp< volScalarField > | CD () const |
| Return the bubble drag coefficient. | |
| tmp< volScalarField > | Mo () const |
| Return the bubble Morton number. | |
| tmp< volScalarField > | Eo () const |
| Return the bubble Eotvos number. | |
| tmp< volScalarField > | We () const |
| Return the bubble Webber number. | |
| TypeName ("IATEsource") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, IATEsource, dictionary,(const IATE &iate, const dictionary &dict),(iate, dict)) | |
| IATEsource (const IATE &iate) | |
| autoPtr< IATEsource > | clone () const |
| virtual | ~IATEsource ()=default |
| Destructor. | |
| const phaseModel & | phase () const |
| const twoPhaseSystem & | fluid () const |
| const phaseModel & | otherPhase () const |
| scalar | phi () const |
| tmp< volScalarField > | Ur () const |
| Return the bubble relative velocity. | |
| tmp< volScalarField > | Ut () const |
| Return the bubble turbulent velocity. | |
| tmp< volScalarField > | Re () const |
| Return the bubble Reynolds number. | |
| tmp< volScalarField > | CD () const |
| Return the bubble drag coefficient. | |
| tmp< volScalarField > | Mo () const |
| Return the bubble Morton number. | |
| tmp< volScalarField > | Eo () const |
| Return the bubble Eotvos number. | |
| tmp< volScalarField > | We () const |
| Return the bubble Webber number. | |
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. | |
|
inline |
Definition at line 64 of file dummy.H.
References dict, IATEsource::IATEsource(), and Foam::name().

|
virtualdefault |
Destructor.
|
inline |
Definition at line 64 of file dummy.H.
References dict, IATEsource::IATEsource(), and Foam::name().

|
virtualdefault |
Destructor.
| TypeName | ( | "dummy" | ) |
Runtime type information.
|
virtual |
Implements IATEsource.
Definition at line 42 of file dummy.C.
References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, IATEsource::iate_, R(), R(), Foam::fvm::Su(), and Foam::Zero.
Referenced by R().


| TypeName | ( | "dummy" | ) |
Runtime type information.
|
virtual |
Implements IATEsource.
Definition at line 42 of file dummy.C.
References Foam::dimless, Foam::dimTime, IATEsource::iate_, GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, and Foam::Zero.
Referenced by R().

