Go to the documentation of this file.
26 #include "randomCoalescence.H"
33 namespace diameterModels
50 const dictionary&
dict
65 tmp<volScalarField> tR
72 iate_.phase().time().timeName(),
82 scalar Crc = Crc_.value();
83 scalar
C = C_.value();
94 scalar cbrtAlphaMaxMAlpha = cbrtAlphaMax -
cbrt(
alpha[celli]);
97 (-12)*
phi()*kappai[celli]*
alpha[celli]
101 /(cbrtAlphaMax*cbrtAlphaMaxMAlpha);
randomCoalescence(const IATE &iate, const dictionary &dict)
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)
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
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)
virtual tmp< volScalarField > R() const
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Macros for easy insertion into run-time selection tables.
dimensionedScalar alphaMax(laminarTransport.lookup("alphaMax"))
dimensionedScalar cbrt(const dimensionedScalar &ds)
defineTypeNameAndDebug(combustionModel, 0)