34 namespace turbulentDispersionModels
39 turbulentDispersionModel,
51 const dictionary&
dict,
52 const phaseInterface& interface
55 dispersedTurbulentDispersionModel(dict, interface),
virtual tmp< volScalarField > D() const
Turbulent diffusivity.
virtual tmp< volScalarField > rho() const =0
Return the density field.
const dimensionSet dimless
Macros for easy insertion into run-time selection tables.
const phaseModel & continuous() const
Continuous phase.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
virtual tmp< volScalarField > k() const =0
Return the turbulence kinetic energy.
virtual ~LopezDeBertodano()
Destructor.
const dispersedPhaseInterface interface_
Interface.
const phaseCompressible::momentumTransportModel & continuousTurbulence() const
Return a reference to the turbulence model for the continuous phase.
LopezDeBertodano(const dictionary &dict, const phaseInterface &interface)
Construct from a dictionary and an interface.
A class for managing temporary objects.