52#ifndef Foam_kOmegaSSTDDES_H
53#define Foam_kOmegaSSTDDES_H
68template<
class BasicTurbulenceModel>
71 public kOmegaSSTDES<BasicTurbulenceModel>
79 kOmegaSSTDDES(
const kOmegaSSTDDES&) =
delete;
82 void operator=(
const kOmegaSSTDDES&) =
delete;
127 typedef typename BasicTurbulenceModel::alphaField
alphaField;
128 typedef typename BasicTurbulenceModel::rhoField
rhoField;
129 typedef typename BasicTurbulenceModel::transportModel
transportModel;
DimensionedField< scalar, volMesh > Internal
virtual tmp< volScalarField > dTilda(const volScalarField &magGradU, const volScalarField &CDES) const
Length scale.
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::alphaField alphaField
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::rhoField rhoField
virtual tmp< volScalarField > fd() const
Return the shielding function.
virtual ~kOmegaSSTDDES()=default
Destructor.
kOmegaSSTDDES(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName, const word &type=typeName)
Construct from components.
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.
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::transportModel transportModel
TypeName("kOmegaSSTDDES")
Runtime type information.
virtual bool read()
Re-read model coefficients if they have changed.
virtual tmp< volScalarField > CDES(const volScalarField &F1) const
virtual tmp< volScalarField > F2() const
A class for managing temporary objects.
static const word propertiesName
Default name of the turbulence properties dictionary.
A class for handling words, derived from Foam::string.
Namespace for LES SGS models.
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
GeometricField< tensor, fvPatchField, volMesh > volTensorField
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.