26 #include "LopezDeBertodano.H" 27 #include "phasePair.H" 28 #include "phaseCompressibleTurbulenceModel.H" 35 namespace turbulentDispersionModels
40 turbulentDispersionModel,
52 const dictionary&
dict,
56 turbulentDispersionModel(dict, pair),
LopezDeBertodano(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and a phase pair.
virtual tmp< volScalarField > D() const
Turbulent diffusivity.
Macros for easy insertion into run-time selection tables.
virtual tmp< volScalarField > k() const =0
Return the turbulence kinetic energy.
virtual const phaseModel & continuous() const
Continuous phase.
const phasePair & pair_
Phase pair.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
const phaseCompressibleTurbulenceModel & continuousTurbulence() const
Return a reference to the turbulence model for the continuous phase.
virtual ~LopezDeBertodano()
Destructor.
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
const dimensionedScalar & rho() const
A class for managing temporary objects.