Abstract base-class for dispersed-phase particle diameter models. More...


Public Member Functions | |
| TypeName ("diameterModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, diameterModel, dictionary,(const dictionary &dict, const phaseModel &phase),(dict, phase)) | |
| diameterModel (const dictionary &dict, const phaseModel &phase) | |
| virtual | ~diameterModel ()=default |
| Destructor. More... | |
| virtual tmp< volScalarField > | d () const =0 |
| Return the phase mean diameter field. More... | |
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 39 of file diameterModel.C.
|
virtualdefault |
Destructor.
| TypeName | ( | "diameterModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| diameterModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const phaseModel &phase) | , | ||
| (dict, phase) | |||
| ) |
|
static |
Definition at line 53 of file diameterModel.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, Foam::Info, and phase::name().

|
pure virtual |
Return the phase mean diameter field.
Implemented in isothermal, and constant.
|
protected |
Definition at line 57 of file diameterModel.H.
|
protected |
Definition at line 59 of file diameterModel.H.
Referenced by constant::d(), and isothermal::d().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.