Go to the documentation of this file.
36 #ifndef diameterModel_H
37 #define diameterModel_H
40 #include "phaseModel.H"
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
TypeName("diameterModel")
Runtime type information.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
A class for managing temporary objects.
const dictionary & diameterProperties() const
Return the phase diameter properties dictionary.
Helper class to manage multi-specie phase properties.
declareRunTimeSelectionTable(autoPtr, diameterModel, dictionary,(const dictionary &dict, const phaseModel &phase),(dict, phase))
Abstract base-class for dispersed-phase particle diameter models.
virtual ~diameterModel()
Destructor.
virtual void correct()
Correct the diameter field.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const phaseModel & phase_
virtual tmp< volScalarField > d() const =0
Return the phase mean diameter field.
virtual bool read(const dictionary &phaseProperties)=0
Read phaseProperties dictionary.
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.
static autoPtr< diameterModel > New(const dictionary &dict, const phaseModel &phase)
diameterModel(const dictionary &dict, const phaseModel &phase)
const phaseModel & phase() const
Return the phase.
dictionary diameterProperties_