35namespace diameterModels
43 wakeEntrainmentCoalescence,
53Foam::diameterModels::IATEsources::wakeEntrainmentCoalescence::
54wakeEntrainmentCoalescence
57 const dictionary&
dict
70 return (-12)*
phi()*Cwe_*
cbrt(CD())*iate_.a()*Ur();
Macros for easy insertion into run-time selection tables.
#define addToRunTimeSelectionTable(baseType, thisType, argNames)
Add to construction table with typeName as the key.
tmp< volScalarField > a() const
Return the interfacial area.
tmp< volScalarField > CD() const
Return the bubble drag coefficient.
const IATE & iate_
Reference to the IATE this source applies to.
tmp< volScalarField > Ur() const
Return the bubble relative velocity.
virtual tmp< volScalarField > R() const
A class for managing temporary objects.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
const dimensionSet dimless
Dimensionless.
dimensionedScalar cbrt(const dimensionedScalar &ds)