36 #ifndef diameterModel_H 37 #define diameterModel_H 40 #include "phaseModel.H" 80 (diameterProperties, phase)
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~diameterModel()
Destructor.
Helper class to manage multi-specie phase properties.
virtual bool read(const dictionary &phaseProperties)=0
Read phaseProperties dictionary.
static autoPtr< diameterModel > New(const dictionary &dict, const phaseModel &phase)
diameterModel(const dictionary &dict, const phaseModel &phase)
TypeName("diameterModel")
Runtime type information.
const phaseModel & phase() const
Return the phase.
Abstract base-class for dispersed-phase particle diameter models.
virtual tmp< volScalarField > d() const =0
Return the phase mean diameter field.
dictionary diameterProperties_
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
A class for managing temporary objects.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
const dictionary & diameterProperties() const
Return the phase diameter properties dictionary.
virtual void correct()
Correct the diameter field.
const phaseModel & phase_
declareRunTimeSelectionTable(autoPtr, diameterModel, dictionary,(const dictionary &dict, const phaseModel &phase),(dict, phase))