26 #include "turbulentBreakUp.H" 33 namespace diameterModels
50 const dictionary&
dict 64 tmp<volScalarField> tR
81 scalar Cti = Cti_.value();
82 scalar WeCr = WeCr_.value();
96 *
exp(-WeCr/
We[celli]);
tmp< volScalarField > Ut() const
Return the bubble turbulent velocity.
#define forAll(list, i)
Loop across all elements in list.
turbulentBreakUp(const IATE &iate, const dictionary &dict)
dimensionedScalar sqrt(const dimensionedScalar &ds)
virtual tmp< volScalarField > d() const
Return the Sauter-mean diameter.
tmp< volScalarField > We() const
Return the bubble Webber number.
static word timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
Macros for easy insertion into run-time selection tables.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const volVectorField & U() const
virtual tmp< volScalarField > R() const
const phaseModel & phase() const
Return the phase.
dimensionedScalar exp(const dimensionedScalar &ds)
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
const Mesh & mesh() const
Return mesh.
defineTypeNameAndDebug(combustionModel, 0)
const IATE & iate_
Reference to the IATE this source applies to.
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
const Time & time() const
Return time.
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
A class for managing temporary objects.