47 const dictionary&
dict,
48 const phasePair& pair,
49 const bool registerObject
52 dragModel(dict.subDict(
"dragModel"), pair, registerObject),
55 dragModel::
New(dict.subDict(
"dragModel"), pair)
57 minRelaxTime_(
"minRelaxTime",
dimTime, dict)
83 return min(dragModel_->CdRe(),
limit);
dimensionedSymmTensor sqr(const dimensionedVector &dv)
virtual tmp< volScalarField > rho() const =0
Return the density field.
virtual tmp< volScalarField > CdRe() const
Drag coefficient.
tmp< volScalarField > d() const
Return the Sauter-mean diameter.
Macros for easy insertion into run-time selection tables.
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
complex limit(const complex &, const complex &)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const dimensionSet dimTime
virtual const phaseModel & continuous() const
Continuous phase.
const rhoThermo & thermo() const
Return const-access to phase rhoThermo.
timeScaleFilteredDrag(const dictionary &dict, const phasePair &pair, const bool registerObject)
Construct from a dictionary and a phase pair.
virtual const phaseModel & dispersed() const
Dispersed phase.
const phasePair & pair_
Phase pair.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
dimensioned< Type > min(const dimensioned< Type > &, const dimensioned< Type > &)
autoPtr< swarmCorrection > swarmCorrection_
Swarm correction.
virtual tmp< volScalarField > nu() const
Kinematic viscosity of mixture [m^2/s].
A class for managing temporary objects.
virtual ~timeScaleFilteredDrag()
Destructor.