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... | |
| 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 ()=default |
| 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 &dict)=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) |
Protected Attributes | |
| dictionary | diameterProperties_ |
| const phaseModel & | phase_ |
Abstract base-class for dispersed-phase particle diameter models.
Definition at line 49 of file diameterModel.H.
| diameterModel | ( | const dictionary & | dict, |
| const phaseModel & | phase | ||
| ) |
Definition at line 36 of file diameterModel.C.
|
virtualdefault |
Destructor.
| diameterModel | ( | const dictionary & | dict, |
| const phaseModel & | phase | ||
| ) |
|
virtualdefault |
Destructor.
| TypeName | ( | "diameterModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| diameterModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const phaseModel &phase) | , | ||
| (dict, phase) | |||
| ) |
|
static |
Definition at line 50 of file diameterModel.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 112 of file diameterModel.H.
References diameterModel::diameterProperties_.
|
inline |
Return the phase.
Definition at line 120 of file diameterModel.H.
References diameterModel::phase_.
Referenced by phaseChange::addToDriftRate(), phaseChange::correct(), IATEsource::fluid(), IATEsource::phase(), dummy::R(), and sizeDistribution::write().

|
pure virtual |
Return the phase mean diameter field.
Implemented in velocityGroup, IATE, IATE, linearTsub, isothermal, isothermal, constant, and constant.
|
virtual |
Correct the diameter field.
Reimplemented in IATE, IATE, linearTsub, and isothermal.
Definition at line 85 of file diameterModel.C.
|
pure virtual |
Read phaseProperties dictionary.
Implemented in velocityGroup, IATE, IATE, linearTsub, isothermal, isothermal, constant, and constant.
Definition at line 89 of file diameterModel.C.
References dict, dictionary::optionalSubDict(), and 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 |
|
inline |
Return the phase diameter properties dictionary.
Definition at line 111 of file diameterModel.H.
References diameterModel::diameterProperties_.
|
inline |
|
pure virtual |
Return the phase mean diameter field.
Implemented in velocityGroup, IATE, IATE, linearTsub, isothermal, isothermal, constant, and constant.
|
virtual |
Correct the diameter field.
Reimplemented in IATE, IATE, linearTsub, and isothermal.
|
pure virtual |
Read phaseProperties dictionary.
Implemented in velocityGroup, IATE, IATE, linearTsub, isothermal, isothermal, constant, and constant.
|
protected |
Definition at line 55 of file diameterModel.H.
Referenced by diameterModel::diameterProperties().
|
protected |
Definition at line 57 of file diameterModel.H.
Referenced by IATE::a(), and diameterModel::phase().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.