Abstract base-class for dispersed-phase particle diameter models. More...
#include <diameterModel.H>


Public Member Functions | |
| TypeName ("diameterModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, diameterModel, dictionary,(const dictionary &dict, const phaseModel &phase),(dict, phase)) | |
| diameterModel (const dictionary &dict, const phaseModel &phase) | |
| virtual | ~diameterModel ()=default |
| Destructor. | |
| virtual tmp< volScalarField > | d () const =0 |
| Return the phase mean diameter field. | |
Static Public Member Functions | |
| static autoPtr< diameterModel > | New (const dictionary &dict, const phaseModel &phase) |
Protected Attributes | |
| const dictionary & | dict_ |
| const phaseModel & | phase_ |
Abstract base-class for dispersed-phase particle diameter models.
Definition at line 51 of file diameterModel.H.
| diameterModel | ( | const dictionary & | dict, |
| const phaseModel & | phase ) |
Definition at line 38 of file diameterModel.C.
References dict, dict_, and phase_.
Referenced by constant::constant(), declareRunTimeSelectionTable(), and isothermal::isothermal().

|
virtualdefault |
Destructor.
References dict.
| TypeName | ( | "diameterModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| diameterModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const phaseModel &phase) | , | ||
| (dict, phase) | ) |
|
static |
Definition at line 52 of file diameterModel.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, Foam::Info, and phase::name().
Referenced by phaseModel::phaseModel().


|
pure virtual |
Return the phase mean diameter field.
Implemented in constant, and isothermal.
|
protected |
Definition at line 57 of file diameterModel.H.
Referenced by diameterModel().
|
protected |
Definition at line 59 of file diameterModel.H.
Referenced by constant::d(), isothermal::d(), and diameterModel().