36 #ifndef diameterModel_H
37 #define diameterModel_H
113 return diameterProperties_;
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Abstract base-class for dispersed-phase particle diameter models.
virtual ~diameterModel()
Destructor.
virtual tmp< volScalarField > d() const =0
Return the diameter.
virtual tmp< volScalarField > Av() const =0
Return the surface area per unit volume.
diameterModel(const dictionary &diameterProperties, const phaseModel &phase)
Construct from dictionary and phase.
virtual void correct()
Correct the model.
static autoPtr< diameterModel > New(const dictionary &diameterProperties, const phaseModel &phase)
Select from dictionary and phase.
const phaseModel & phase() const
Return the phase.
const dictionary & diameterProperties() const
Return the phase diameter properties dictionary.
virtual bool read(const dictionary &phaseProperties)
Read phaseProperties dictionary.
declareRunTimeSelectionTable(autoPtr, diameterModel, dictionary,(const dictionary &diameterProperties, const phaseModel &phase),(diameterProperties, phase))
TypeName("diameterModel")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Helper class to manage multi-specie phase properties.
A class for managing temporary objects.
Macros to ease declaration of run-time selection tables.