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 &diameterProperties, const phaseModel &phase),(diameterProperties, phase)) | |
| diameterModel (const dictionary &diameterProperties, const phaseModel &phase) | |
| Construct from dictionary and phase. More... | |
| virtual | ~diameterModel () |
| Destructor. More... | |
| const dictionary & | diameterProperties () const |
| Return the phase diameter properties dictionary. More... | |
| const phaseModel & | phase () const |
| Return the phase. More... | |
| virtual tmp< volScalarField > | d () const =0 |
| Return the diameter. More... | |
| virtual tmp< volScalarField > | a () const =0 |
| Return the surface area per unit volume. More... | |
| virtual void | correct () |
| Correct the model. More... | |
| virtual bool | read (const dictionary &phaseProperties) |
| Read phaseProperties dictionary. More... | |
Static Public Member Functions | |
| static autoPtr< diameterModel > | New (const dictionary &diameterProperties, const phaseModel &phase) |
| Select from dictionary and phase. More... | |
Abstract base-class for dispersed-phase particle diameter models.
Definition at line 51 of file diameterModel.H.
| diameterModel | ( | const dictionary & | diameterProperties, |
| const phaseModel & | phase | ||
| ) |
Construct from dictionary and phase.
|
virtual |
Destructor.
| TypeName | ( | "diameterModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| diameterModel | , | ||
| dictionary | , | ||
| (const dictionary &diameterProperties, const phaseModel &phase) | , | ||
| (diameterProperties, phase) | |||
| ) |
|
static |
Select from dictionary and phase.
|
inline |
Return the phase diameter properties dictionary.
Definition at line 110 of file diameterModel.H.
|
inline |
Return the phase.
Definition at line 116 of file diameterModel.H.
References diameterModel::a(), diameterModel::correct(), diameterModel::d(), and diameterModel::read().
Referenced by IATEsource::fluid(), and IATEsource::phase().


|
pure virtual |
Return the diameter.
Implemented in velocityGroup, IATE, linearTsub, isothermal, constant, and noDiameter.
Referenced by diameterModel::phase().

|
pure virtual |
Return the surface area per unit volume.
Implemented in velocityGroup, IATE, noDiameter, and spherical.
Referenced by diameterModel::phase().

|
virtual |
Correct the model.
Reimplemented in velocityGroup, IATE, linearTsub, and isothermal.
Referenced by diameterModel::phase().

|
virtual |
Read phaseProperties dictionary.
Reimplemented in velocityGroup, IATE, linearTsub, isothermal, and constant.
Referenced by diameterModel::phase().
