Go to the documentation of this file.
37 template<
class BasicTurbulenceModel>
54 *
sqr(this->kappa_*this->y_)
59 tr().boundaryField() == 0.0;
65 template<
class BasicTurbulenceModel>
71 return 1 -
tanh(
pow(Cd1_*rd(magGradU), Cd2_));
77 template<
class BasicTurbulenceModel>
104 template<
class BasicTurbulenceModel>
113 const word& propertiesName,
148 if (
type == typeName)
150 this->printCoeffs(
type);
157 template<
class BasicTurbulenceModel>
162 Cd1_.readIfPresent(this->coeffDict());
163 Cd2_.readIfPresent(this->coeffDict());
A class for handling words, derived from string.
tmp< volScalarField > rd(const volScalarField &magGradU) const
virtual tmp< volScalarField > dTilda(const volScalarField &chi, const volScalarField &fv1, const volTensorField &gradU) const
Length scale.
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
virtual bool read()
Read from dictionary.
SpalartAllmarasDES DES turbulence model for incompressible and compressible flows.
BasicTurbulenceModel::rhoField rhoField
dimensioned< scalar > mag(const dimensioned< Type > &)
SpalartAllmarasDDES(const SpalartAllmarasDDES &)
dimensionedScalar tanh(const dimensionedScalar &ds)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
Generic dimensioned Type class.
BasicTurbulenceModel::transportModel transportModel
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
tmp< volScalarField > fd(const volScalarField &magGradU) const
dimensionedSymmTensor sqr(const dimensionedVector &dv)
const volScalarField & psi
dimensionedScalar tr(const dimensionedSphericalTensor &dt)
BasicTurbulenceModel::alphaField alphaField
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
dimensioned< Type > min(const dimensioned< Type > &, const dimensioned< Type > &)