Phase-change IATE source. More...
#include <phaseChange.H>


Public Member Functions | |
| TypeName ("phaseChange") | |
| Runtime type information. | |
| phaseChange (const IATE &iate, const dictionary &dict) | |
| virtual | ~phaseChange ()=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. | |
| phaseChange | ( | const IATE & | iate, |
| const dictionary & | dict ) |
Definition at line 46 of file phaseChange.C.
References dict, and IATEsource::IATEsource().

|
virtualdefault |
Destructor.
| TypeName | ( | "phaseChange" | ) |
Runtime type information.
References dict.
|
virtual |
Implements IATEsource.
Definition at line 61 of file phaseChange.C.
References IOobject::groupName(), DimensionedField< Type, GeoMesh >::mesh(), IATEsource::phase(), rho, and Foam::fvm::SuSp().
