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 () |
Destructor. More... | |
virtual tmp< volScalarField > | d () const =0 |
Return the phase mean diameter field. More... | |
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... | |
virtual tmp< volScalarField > | d () const =0 |
Return the phase mean diameter field. More... | |
virtual void | correct () |
Correct the diameter field. More... | |
virtual bool | read (const dictionary &phaseProperties)=0 |
Read phaseProperties dictionary. More... | |
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... | |
virtual tmp< volScalarField > | d () const =0 |
Return the phase mean diameter field. More... | |
virtual void | correct () |
Correct the diameter field. More... | |
virtual bool | read (const dictionary &phaseProperties)=0 |
Read phaseProperties dictionary. More... | |
Static Public Member Functions | |
static autoPtr< diameterModel > | New (const dictionary &dict, const phaseModel &phase) |
static autoPtr< diameterModel > | New (const dictionary &diameterProperties, const phaseModel &phase) |
static autoPtr< diameterModel > | New (const dictionary &diameterProperties, const phaseModel &phase) |
Protected Attributes | |
const dictionary & | dict_ |
const phaseModel & | phase_ |
dictionary | diameterProperties_ |
Abstract base-class for dispersed-phase particle diameter models.
A2stract base-class for dispersed-phase particle diameter models.
Definition at line 51 of file diameterModel.H.
diameterModel | ( | const dictionary & | dict, |
const phaseModel & | phase | ||
) |
|
virtual |
Destructor.
diameterModel | ( | const dictionary & | diameterProperties, |
const phaseModel & | phase | ||
) |
|
virtual |
Destructor.
diameterModel | ( | const dictionary & | diameterProperties, |
const phaseModel & | phase | ||
) |
|
virtual |
Destructor.
TypeName | ( | "diameterModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
diameterModel | , | ||
dictionary | , | ||
(const dictionary &dict, const phaseModel &phase) | , | ||
(dict, phase) | |||
) |
|
static |
|
pure virtual |
Return the phase mean diameter field.
Implemented in velocityGroup, IATE, IATE, isothermal, isothermal, isothermal, constant, constant, and constant.
Referenced by diameterModel::phase().
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 108 of file diameterModel.H.
References diameterModel::diameterProperties_.
|
inline |
Return the phase.
Definition at line 114 of file diameterModel.H.
References diameterModel::correct(), diameterModel::d(), diameterModel::phase_, and diameterModel::read().
Referenced by IATEsource::fluid(), and IATEsource::phase().
|
pure virtual |
Return the phase mean diameter field.
Implemented in velocityGroup, IATE, IATE, isothermal, isothermal, isothermal, constant, constant, and constant.
|
virtual |
Correct the diameter field.
Reimplemented in IATE, IATE, and isothermal.
Referenced by diameterModel::phase().
|
pure virtual |
Read phaseProperties dictionary.
Implemented in velocityGroup, IATE, IATE, isothermal, isothermal, constant, and constant.
Referenced by diameterModel::phase().
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 108 of file diameterModel.H.
References diameterModel::diameterProperties_.
|
inline |
Return the phase.
Definition at line 114 of file diameterModel.H.
References diameterModel::correct(), diameterModel::d(), diameterModel::phase_, and diameterModel::read().
|
pure virtual |
Return the phase mean diameter field.
Implemented in velocityGroup, IATE, IATE, isothermal, isothermal, isothermal, constant, constant, and constant.
|
virtual |
Correct the diameter field.
Reimplemented in IATE, IATE, and isothermal.
|
pure virtual |
Read phaseProperties dictionary.
Implemented in velocityGroup, IATE, IATE, isothermal, isothermal, constant, and constant.
|
protected |
Definition at line 57 of file diameterModel.H.
|
protected |
Definition at line 58 of file diameterModel.H.
Referenced by IATE::a(), and diameterModel::phase().
|
protected |
Definition at line 58 of file diameterModel.H.
Referenced by diameterModel::diameterProperties().