35 #ifndef isothermalDiameter_H 36 #define isothermalDiameter_H 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.
isothermal(const dictionary &dict, const phaseModel &phase)
Construct from components.
tmp< volScalarField > d() const
Return the phase mean diameter field.
TypeName("isothermal")
Runtime type information.
const phaseModel & phase() const
Return the phase.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
virtual ~isothermal()
Destructor.
const dictionary & diameterProperties() const
Return the phase diameter properties dictionary.