A2stract 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... | |
| 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 &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... | |
Static Public Member Functions | |
| static autoPtr< diameterModel > | New (const dictionary &diameterProperties, const phaseModel &phase) |
| static autoPtr< diameterModel > | New (const dictionary &dict, const phaseModel &phase) |
| static autoPtr< diameterModel > | New (const dictionary &diameterProperties, const phaseModel &phase) |
Protected Attributes | |
| dictionary | diameterProperties_ |
| const phaseModel & | phase_ |
| const dictionary & | dict_ |
A2stract base-class for dispersed-phase particle diameter models.
Abstract base-class for dispersed-phase particle diameter models.
Definition at line 53 of file diameterModel.H.
| diameterModel | ( | const dictionary & | diameterProperties, |
| const phaseModel & | phase | ||
| ) |
Definition at line 42 of file diameterModel.C.
|
virtual |
Destructor.
Definition at line 54 of file diameterModel.C.
| diameterModel | ( | const dictionary & | dict, |
| 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 &diameterProperties, const phaseModel &phase) | , | ||
| (diameterProperties, phase) | |||
| ) |
|
static |
Definition at line 34 of file newDiameterModel.C.
References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, Foam::Info, and phase::name().
|
inline |
Return the phase diameter properties dictionary.
Definition at line 110 of file diameterModel.H.
References diameterModel::diameterProperties_.
|
inline |
Return the phase.
Definition at line 116 of file diameterModel.H.
References diameterModel::phase_.
Referenced by phaseChange::addToDriftRate(), phaseChange::correct(), IATEsource::fluid(), IATEsource::phase(), and sizeDistribution::write().
|
pure virtual |
Return the phase mean diameter field.
Implemented in velocityGroup, IATE, IATE, linearTsub, isothermal, isothermal, isothermal, constant, constant, and constant.
|
virtual |
Correct the diameter field.
Reimplemented in IATE, IATE, linearTsub, and isothermal.
Definition at line 60 of file diameterModel.C.
|
pure virtual |
Read phaseProperties dictionary.
Implemented in IATE, IATE, linearTsub, isothermal, isothermal, velocityGroup, constant, and constant.
Definition at line 64 of file diameterModel.C.
References Foam::type().
Referenced by constant::read(), isothermal::read(), linearTsub::read(), IATE::read(), and velocityGroup::read().
| 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, linearTsub, isothermal, isothermal, isothermal, constant, constant, and constant.
| 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 110 of file diameterModel.H.
References diameterModel::diameterProperties_.
|
inline |
|
pure virtual |
Return the phase mean diameter field.
Implemented in velocityGroup, IATE, IATE, linearTsub, isothermal, isothermal, isothermal, constant, constant, and constant.
|
virtual |
Correct the diameter field.
Reimplemented in IATE, IATE, linearTsub, and isothermal.
|
pure virtual |
Read phaseProperties dictionary.
Implemented in IATE, IATE, linearTsub, isothermal, isothermal, velocityGroup, constant, and constant.
|
protected |
Definition at line 60 of file diameterModel.H.
Referenced by diameterModel::diameterProperties().
|
protected |
Definition at line 61 of file diameterModel.H.
Referenced by IATE::a(), and diameterModel::phase().
|
protected |
Definition at line 59 of file diameterModel.H.