Go to the documentation of this file.
50 #include "diameterModel.H"
56 namespace diameterModels
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
virtual ~IATE()
Destructor.
virtual void correct()
Correct the diameter field.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
A class for managing temporary objects.
IATE (Interfacial Area Transport Equation) bubble diameter model.
const dictionary & diameterProperties() const
Return the phase diameter properties dictionary.
Helper class to manage multi-specie phase properties.
Abstract base-class for dispersed-phase particle diameter models.
tmp< volScalarField > dsm() const
TypeName("IATE")
Runtime type information.
dimensionedScalar dMax_
Maximum diameter used for stabilisation in the limit kappai->0.
virtual tmp< volScalarField > d() const
Return the Sauter-mean diameter.
const volScalarField & kappai() const
Return the interfacial curvature.
volScalarField d_
The Sauter-mean diameter of the phase.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
tmp< volScalarField > a() const
Return the interfacial area.
A list of keyword definitions, which are a keyword followed by any number of values (e....
dimensionedScalar dMin_
Minimum diameter used for stabilisation in the limit kappai->inf.
Generic dimensioned Type class.
IATE (Interfacial Area Transport Equation) bubble diameter model run-time selectable sources.
virtual bool read(const dictionary &phaseProperties)
Read phaseProperties dictionary.
PtrList< IATEsource > sources_
IATE sources.
const phaseModel & phase_
dimensionedScalar residualAlpha_
Residual phase fraction.
volScalarField kappai_
Interfacial curvature (alpha*interfacial area)
Generic GeometricField class.
IATE(const dictionary &diameterProperties, const phaseModel &phase)
Construct from components.