36 #ifndef diameterModel_H 37 #define diameterModel_H 42 #include "phaseModel.H"
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~diameterModel()
Destructor.
static autoPtr< diameterModel > New(const dictionary &dict, const phaseModel &phase)
diameterModel(const dictionary &dict, const phaseModel &phase)
TypeName("diameterModel")
Runtime type information.
Abstract base-class for dispersed-phase particle diameter models.
virtual tmp< volScalarField > d() const =0
Return the phase mean diameter field.
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 phaseModel & phase_
declareRunTimeSelectionTable(autoPtr, diameterModel, dictionary,(const dictionary &dict, const phaseModel &phase),(dict, phase))