52#ifndef Foam_kOmegaSSTIDDES_H
53#define Foam_kOmegaSSTIDDES_H
68template<
class BasicTurbulenceModel>
71 public kOmegaSSTDES<BasicTurbulenceModel>
86 kOmegaSSTIDDES(
const kOmegaSSTIDDES&) =
delete;
89 void operator=(
const kOmegaSSTIDDES&) =
delete;
121 typedef typename BasicTurbulenceModel::alphaField
alphaField;
122 typedef typename BasicTurbulenceModel::rhoField
rhoField;
123 typedef typename BasicTurbulenceModel::transportModel
transportModel;
virtual tmp< volScalarField > CDES(const volScalarField &F1) const
virtual tmp< volScalarField > dTilda(const volScalarField &magGradU, const volScalarField &CDES) const
Return the length scale.
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::alphaField alphaField
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::rhoField rhoField
virtual tmp< volScalarField > fd() const
Return the shielding function.
kOmegaSSTIDDES(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 ~kOmegaSSTIDDES()=default
Destructor.
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::transportModel transportModel
const IDDESDelta & IDDESDelta_
TypeName("kOmegaSSTIDDES")
Runtime type information.
virtual bool read()
Re-read model coefficients if they have changed.
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
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")
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.