Wall-boiling IATE source. More...
#include <wallBoiling.H>


Public Member Functions | |
| TypeName ("wallBoiling") | |
| Runtime type information. | |
| wallBoiling (const IATE &iate, const dictionary &dict) | |
| virtual | ~wallBoiling ()=default |
| Destructor. | |
| virtual tmp< fvScalarMatrix > | R (const volScalarField &alphai, volScalarField &kappai) 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. | |
| virtual tmp< volScalarField > | R () const =0 |
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. | |
| wallBoiling | ( | const IATE & | iate, |
| const dictionary & | dict ) |
Definition at line 44 of file wallBoiling.C.
References dict, and IATEsource::IATEsource().

|
virtualdefault |
Destructor.
| TypeName | ( | "wallBoiling" | ) |
Runtime type information.
References dict.
|
virtual |
Implements IATEsource.
Definition at line 57 of file wallBoiling.C.
References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimless, Foam::dimTime, forAll, IOobject::groupName(), Foam::isA(), mesh, name, IATEsource::otherPhase(), IATEsource::phase(), turbulenceModel::propertiesName, R(), R, Foam::refCast(), rho, Foam::fvm::Sp(), and timeName.
Referenced by R().

