Go to the documentation of this file.
37 #ifndef constantDiameter_H
38 #define constantDiameter_H
40 #include "diameterModel.H"
46 namespace diameterModels
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
constant(const dictionary &diameterProperties, const phaseModel &phase)
Construct from components.
const dictionary & diameterProperties() const
Return the phase diameter properties dictionary.
A2stract base-class for dispersed-phase particle diameter models.
TypeName("constant")
Runtime type information.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual tmp< volScalarField > d() const
Return the diameter as a field.
virtual bool read(const dictionary &diameterProperties)
Read diameterProperties dictionary.
Constant dispersed-phase particle diameter model.
virtual ~constant()
Destructor.