57 namespace diameterModels
Generic GeometricField class.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
Abstract base-class for dispersed-phase particle diameter models.
const phaseModel & phase() const
Return the phase.
const dictionary & diameterProperties() const
Return the phase diameter properties dictionary.
IATE (Interfacial Area Transport Equation) bubble diameter model.
const volScalarField & kappai() const
Return the interfacial curvature.
virtual ~IATE()
Destructor.
virtual void correct()
Correct the model.
TypeName("IATE")
Runtime type information.
virtual tmp< volScalarField > d() const
Get the diameter field.
virtual bool read(const dictionary &phaseProperties)
Read phaseProperties dictionary.
virtual tmp< volScalarField > Av() const
Get the surface area per unit volume field.
IATE(const dictionary &diameterProperties, const phaseModel &phase)
Construct from dictionary and phase.
IATE (Interfacial Area Transport Equation) bubble diameter model run-time selectable sources.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Helper class to manage multi-specie phase properties.
A class for managing temporary objects.