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 > | Av () 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.
Definition at line 39 of file diameterModel.C.
|
virtual |
Destructor.
Definition at line 52 of file diameterModel.C.
TypeName | ( | "diameterModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
diameterModel | , | ||
dictionary | , | ||
(const dictionary &diameterProperties, const phaseModel &phase) | , | ||
(diameterProperties, phase) | |||
) |
|
static |
Select from dictionary and phase.
Definition at line 30 of file diameterModelNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, phaseModel::name(), and diameterModel::phase().
Referenced by phaseModel::phaseModel().
|
inline |
Return the phase diameter properties dictionary.
Definition at line 110 of file diameterModel.H.
Referenced by fixedInterfacialArea::fixedInterfacialArea().
|
inline |
Return the phase.
Definition at line 116 of file diameterModel.H.
Referenced by phaseChange::addToDriftRate(), sizeGroup::fieldIo(), IATEsource::fluid(), diameterModel::New(), sizeGroup::iNew::operator()(), IATEsource::phase(), populationBalanceModel::populationBalanceModel(), dummy::R(), sizeGroup::sizeGroup(), and velocityGroup::velocityGroup().
|
pure virtual |
Return the diameter.
Implemented in velocityGroup, residualDiameter, noDiameter, linearTsub, isothermal, IATE, fixedInterfacialArea, and constant.
|
pure virtual |
Return the surface area per unit volume.
Implemented in velocityGroup, spherical, noDiameter, IATE, and fixedInterfacialArea.
Referenced by wallBoilingHeatTransfer::K(), and phaseSurfaceArrheniusReactionRate::preEvaluate().
|
virtual |
Correct the model.
Reimplemented in velocityGroup, linearTsub, isothermal, and IATE.
Definition at line 58 of file diameterModel.C.
|
virtual |
Read phaseProperties dictionary.
Reimplemented in linearTsub, isothermal, IATE, velocityGroup, residualDiameter, fixedInterfacialArea, and constant.
Definition at line 62 of file diameterModel.C.
References Foam::type().
Referenced by constant::read(), fixedInterfacialArea::read(), residualDiameter::read(), velocityGroup::read(), IATE::read(), isothermal::read(), and linearTsub::read().