40 #ifndef residualDiameter_H
41 #define residualDiameter_H
49 namespace diameterModels
const phaseModel & phase() const
Return the phase.
const dictionary & diameterProperties() const
Return the phase diameter properties dictionary.
A diameter model which switches form constant diameter to constant residual diameter when the volume ...
TypeName("residualDiameter")
Runtime type information.
virtual ~residualDiameter()
Destructor.
virtual bool read(const dictionary &diameterProperties)
Read diameterProperties dictionary.
virtual tmp< volScalarField > d() const
Get the diameter field.
residualDiameter(const dictionary &diameterProperties, const phaseModel &phase)
Base class for models which represent spherical diameter models, providing a common implementation of...
A list of keyword definitions, which are a keyword followed by any number of values (e....
A class for managing temporary objects.