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>
106 template<
class BasicTurbulenceModel>
115 const word& propertiesName,
150 if (
type == typeName)
152 this->printCoeffs(
type);
159 template<
class BasicTurbulenceModel>
164 Cd1_.readIfPresent(this->coeffDict());
165 Cd2_.readIfPresent(this->coeffDict());
kOmegaSSTDDES(const kOmegaSSTDDES &)
A class for handling words, derived from string.
k-omega-SST DES turbulence model for incompressible and compressible flows
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: [].
BasicTurbulenceModel::rhoField rhoField
virtual tmp< volScalarField > dTilda(const volScalarField &magGradU, const volScalarField &CDES) const
Length scale.
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::alphaField alphaField
BasicTurbulenceModel::transportModel transportModel
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
virtual bool read()
Re-read model coefficients if they have changed.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
tmp< volScalarField > fd(const volScalarField &magGradU) const
dimensionedScalar sqrt(const dimensionedScalar &ds)
label k
Boltzmann constant.
dimensionedScalar tr(const dimensionedSphericalTensor &dt)
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
dimensioned< Type > min(const dimensioned< Type > &, const dimensioned< Type > &)
tmp< volScalarField > rd(const volScalarField &magGradU) const