36template<
class ReactionThermo,
class ThermoType>
37eddyDissipationDiffusionModel<ReactionThermo, ThermoType>::
38eddyDissipationDiffusionModel
40 const word& modelType,
43 const word& combustionProperties
46 eddyDissipationModelBase<ReactionThermo, ThermoType>
59template<
class ReactionThermo,
class ThermoType>
68template<
class ReactionThermo,
class ThermoType>
76template<
class ReactionThermo,
class ThermoType>
88 auto&
delta = tdelta.ref();
91 delta.correctBoundaryConditions();
98template<
class ReactionThermo,
class ThermoType>
103 this->coeffs().readEntry(
"Cd", Cd_);
compressible::turbulenceModel & turb
static tmp< GeometricField< scalar, fvPatchField, volMesh > > New(const word &name, IOobjectOption::registerOption regOpt, const Mesh &mesh, const dimensionSet &dims, const word &patchFieldType=fvPatchField< scalar >::calculatedType())
@ NO_REGISTER
Do not request registration (bool: false).
virtual ReactionThermo & thermo()
Return access to the thermo package.
const dictionary & coeffs() const
Return const dictionary of the model.
virtual ~eddyDissipationDiffusionModel()
Destructor.
tmp< volScalarField > rtDiff() const
Return the reciprocal of the diffusion time scale.
virtual tmp< volScalarField > timeScale()
Calculate time scale.
virtual bool read()
Update properties.
tmp< volScalarField > rtTurb() const
Return the reciprocal of the turbulent mixing time scale.
virtual bool read()
Update properties.
Abstract base class for turbulence models (RAS, LES and laminar).
scalar getScalar(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
Same as get<scalar>(const word&, keyType::option).
static const word & zeroGradientType() noexcept
The type name for zeroGradient patch fields.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
label max(const labelHashSet &set, label maxValue=labelMin)
Find the max value in labelHashSet, optionally limited by second argument.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
static constexpr const zero Zero
Global zero (0).
dimensionedScalar cbrt(const dimensionedScalar &ds)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.