36 #ifndef diameterModel_H 37 #define diameterModel_H 40 #include "phaseModel.H" 80 (diameterProperties, phase)
113 return diameterProperties_;
diameterModel(const dictionary &diameterProperties, const phaseModel &phase)
Construct from dictionary and 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.
static autoPtr< diameterModel > New(const dictionary &diameterProperties, const phaseModel &phase)
Select from dictionary and phase.
TypeName("diameterModel")
Runtime type information.
const phaseModel & phase() const
Return the phase.
virtual bool read(const dictionary &phaseProperties)
Read phaseProperties dictionary.
Abstract base-class for dispersed-phase particle diameter models.
virtual tmp< volScalarField > d() const =0
Return the diameter.
virtual tmp< volScalarField > a() const =0
Return the surface area per unit volume.
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.
declareRunTimeSelectionTable(autoPtr, diameterModel, dictionary,(const dictionary &diameterProperties, const phaseModel &phase),(diameterProperties, phase))
virtual void correct()
Correct the model.