Go to the documentation of this file.
26 #include "LopezDeBertodano.H"
27 #include "phasePair.H"
35 namespace turbulentDispersionModels
40 turbulentDispersionModel,
52 const dictionary&
dict,
56 turbulentDispersionModel(
dict, pair),
74 *pair_.continuous().rho()
75 *pair_.continuous().turbulence().k();
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
LopezDeBertodano(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and a phase pair.
A class for managing temporary objects.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
virtual tmp< volScalarField > D() const
Turbulent diffusivity.
Macros for easy insertion into run-time selection tables.
virtual ~LopezDeBertodano()
Destructor.
defineTypeNameAndDebug(combustionModel, 0)