Go to the documentation of this file.
26 #include "turbulentBreakUp.H"
33 namespace diameterModels
50 const dictionary&
dict
64 tmp<volScalarField> tR
71 iate_.phase().U().time().timeName(),
74 iate_.phase().U().mesh(),
81 scalar Cti = Cti_.value();
82 scalar WeCr = WeCr_.value();
95 *
sqrt(1 - WeCr/We[celli])
96 *
exp(-WeCr/We[celli]);
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
#define forAll(list, i)
Loop across all elements in list.
A class for managing temporary objects.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
dimensionedScalar exp(const dimensionedScalar &ds)
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
#define R(A, B, C, D, E, F, K, M)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
virtual tmp< volScalarField > R() const
Macros for easy insertion into run-time selection tables.
turbulentBreakUp(const IATE &iate, const dictionary &dict)
dimensionedScalar sqrt(const dimensionedScalar &ds)
defineTypeNameAndDebug(combustionModel, 0)