Go to the documentation of this file.
38 #include "diameterModel.H"
44 namespace diameterModels
76 const phaseModel&
phase
87 virtual tmp<volScalarField>
d()
const;
90 virtual bool read(
const dictionary& phaseProperties);
virtual bool read(const dictionary &phaseProperties)
Read phaseProperties dictionary.
dimensionedScalar d0_
Reference diameter for the isothermal expansion.
const dictionary & diameterProperties() const
Return the phase diameter properties dictionary.
TypeName("isothermal")
Runtime type information.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
virtual ~isothermal()
Destructor.
Isothermal dispersed-phase particle diameter model.
dimensionedScalar p0_
Reference pressure for the isothermal expansion.
tmp< volScalarField > d() const
Return the phase mean diameter field.
isothermal(const dictionary &dict, const phaseModel &phase)
Construct from components.
const phaseModel & phase() const
Return the phase.