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) | |
| virtual | ~diameterModel () |
| Destructor. More... | |
| const dictionary & | diameterProperties () const |
| Return the phase diameter properties dictionary. More... | |
| const phaseModel & | phase () const |
| Return the phase. More... | |
| tmp< volScalarField > | d () const |
| Return the diameter. More... | |
| tmp< volScalarField > | a () const |
| Return the surface area per unit volume. More... | |
| virtual void | correct () |
| Correct the diameter field. 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) |
Protected Member Functions | |
| volScalarField & | dRef () |
| Get a reference to the stored diameter field. More... | |
| volScalarField & | aRef () |
| Get a reference to the stored surface area per unit volume field. More... | |
| virtual tmp< volScalarField > | calcD () const =0 |
| Get the diameter field. More... | |
| virtual tmp< volScalarField > | calcA () const =0 |
| Get the surface area per unit volume field. 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 | ||
| ) |
|
virtual |
Destructor.
|
protected |
Get a reference to the stored diameter field.
|
protected |
Get a reference to the stored surface area per unit volume field.
|
protectedpure virtual |
Get the diameter field.
Implemented in velocityGroup, IATE, linearTsub, isothermal, and constant.
|
protectedpure virtual |
Get the surface area per unit volume field.
Implemented in velocityGroup, IATE, and spherical.
| TypeName | ( | "diameterModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| diameterModel | , | ||
| dictionary | , | ||
| (const dictionary &diameterProperties, const phaseModel &phase) | , | ||
| (diameterProperties, phase) | |||
| ) |
|
static |
|
inline |
Return the phase diameter properties dictionary.
Definition at line 131 of file diameterModel.H.
|
inline |
Return the phase.
Definition at line 137 of file diameterModel.H.
References diameterModel::a(), diameterModel::correct(), diameterModel::d(), and diameterModel::read().
Referenced by IATEsource::fluid(), and IATEsource::phase().


| tmp<volScalarField> d | ( | ) | const |
Return the diameter.
Referenced by diameterModel::phase().

| tmp<volScalarField> a | ( | ) | const |
Return the surface area per unit volume.
Referenced by diameterModel::phase().

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

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