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 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 () |
| Read diameter properties dictionary. More... | |
| virtual bool | read (const dictionary &diameterProperties)=0 |
| Read diameter properties 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 40 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::FatalIOError, FatalIOErrorInFunction, Foam::indentOrNl(), Foam::Info, dictionary::lookup(), diameterModel::phase(), and Foam::typeName().
Referenced by phaseModel::phaseModel().


|
inline |
Return the phase.
Definition at line 107 of file diameterModel.H.
Referenced by IATEsource::fluid(), diameterModel::New(), IATEsource::phase(), and populationBalanceModel::solve().

|
pure virtual |
Return the diameter.
Implemented in populationBalance, residualDiameter, noDiameter, linearTsub, isothermal, IATE, fixedInterfacialArea, and constant.
|
pure virtual |
Return the surface area per unit volume.
Implemented in populationBalance, spherical, noDiameter, IATE, and fixedInterfacialArea.
Referenced by phaseSurfaceArrheniusReactionRate::preEvaluate().

|
virtual |
Correct the model.
Reimplemented in populationBalance, linearTsub, isothermal, and IATE.
Definition at line 58 of file diameterModel.C.
|
virtual |
Read diameter properties dictionary.
Definition at line 62 of file diameterModel.C.
References dictionary::isDict(), dictionary::optionalTypeDict(), Foam::read(), dictionary::subDict(), and Foam::type().
Referenced by fixedInterfacialArea::fixedInterfacialArea().


|
pure virtual |
Read diameter properties dictionary.
Implemented in populationBalance, residualDiameter, noDiameter, linearTsub, isothermal, IATE, fixedInterfacialArea, and constant.