Go to the documentation of this file.
50 #include "diameterModel.H"
56 namespace diameterModels
93 tmp<volScalarField>
dsm()
const;
110 const phaseModel&
phase
virtual ~IATE()
Destructor.
virtual void correct()
Correct the diameter field.
A class for managing temporary objects.
const dictionary & diameterProperties() const
Return the phase diameter properties dictionary.
Helper class to manage multi-specie phase properties.
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.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
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.
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.
const phaseModel & phase() const
Return the phase.
IATE(const dictionary &diameterProperties, const phaseModel &phase)
Construct from components.