41template<
class BasicTurbulenceModel>
53template<
class BasicTurbulenceModel>
81 *
pos(this->lengthScaleRAS() - this->lengthScaleLES(CDES))
89template<
class BasicTurbulenceModel>
102 lRAS - fd(magGradU)*
max(lRAS - lLES, l0),
107template<
class BasicTurbulenceModel>
124template<
class BasicTurbulenceModel>
138template<
class BasicTurbulenceModel>
139kOmegaSSTDDES<BasicTurbulenceModel>::kOmegaSSTDDES
141 const alphaField&
alpha,
147 const word& propertiesName,
191 this->printCoeffs(
type);
198template<
class BasicTurbulenceModel>
203 Cd1_.readIfPresent(this->coeffDict());
204 Cd2_.readIfPresent(this->coeffDict());
213template<
class BasicTurbulenceModel>
DimensionedField< scalar, volMesh > Internal
virtual tmp< volScalarField > dTilda(const volScalarField &magGradU, const volScalarField &CDES) const
Length scale.
BasicTurbulenceModel::alphaField alphaField
BasicTurbulenceModel::rhoField rhoField
virtual tmp< volScalarField > fd() const
Return the shielding function.
virtual tmp< volScalarField > S2(const volTensorField &gradU) const
Return square of strain rate.
virtual tmp< volScalarField::Internal > GbyNu(const volScalarField::Internal &GbyNu0, const volScalarField::Internal &F2, const volScalarField::Internal &S2) const
Return G/nu.
virtual tmp< volScalarField::Internal > GbyNu0(const volTensorField &gradU, const volScalarField &S2) const
Return (G/nu)_0.
BasicTurbulenceModel::transportModel transportModel
virtual bool read()
Re-read model coefficients if they have changed.
k-omega-SST DES turbulence model for incompressible and compressible flows.
Switch useSigma_
Switch to activate grey-area enhanced sigma-(D)DES.
virtual tmp< volScalarField > lengthScaleLES(const volScalarField &CDES) const
LES length scale.
virtual tmp< volScalarField > lengthScaleRAS() const
RAS length scale.
virtual tmp< volScalarField > CDES(const volScalarField &F1) const
Blending for CDES parameter.
tmp< volScalarField > r(const volScalarField &nur, const volScalarField &magGradU) const
virtual bool read()
Re-read model coefficients if they have changed.
Generic dimensioned Type class.
Base class implementation of the k-omega-SST turbulence model for incompressible and compressible flo...
virtual tmp< volScalarField > F1(const volScalarField &CDkOmega) const
kOmegaSSTBase(const kOmegaSSTBase &)=delete
dimensionedScalar alphaOmega2_
virtual tmp< volScalarField > F2() const
virtual tmp< volScalarField > omega() const
virtual tmp< volScalarField > k() const
A class for managing temporary objects.
T & ref() const
Return non-const reference to the contents of a non-null managed pointer.
Base-class for all transport models used by the incompressible turbulence models.
A class for handling words, derived from Foam::string.
Namespace for LES SGS models.
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh > > grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
dimensionedScalar pos(const dimensionedScalar &ds)
label max(const labelHashSet &set, label maxValue=labelMin)
Find the max value in labelHashSet, optionally limited by second argument.
GeometricField< vector, fvPatchField, volMesh > volVectorField
dimensionedSymmTensor sqr(const dimensionedVector &dv)
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
dimensionedScalar tanh(const dimensionedScalar &ds)
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
GeometricField< tensor, fvPatchField, volMesh > volTensorField
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
static constexpr const zero Zero
Global zero (0).
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.