51#ifndef Foam_SpalartAllmarasIDDES_H
52#define Foam_SpalartAllmarasIDDES_H
68template<
class BasicTurbulenceModel>
69class SpalartAllmarasIDDES
71 public SpalartAllmarasDES<BasicTurbulenceModel>
88 SpalartAllmarasIDDES(
const SpalartAllmarasIDDES&) =
delete;
91 void operator=(
const SpalartAllmarasIDDES&) =
delete;
124 typedef typename BasicTurbulenceModel::alphaField
alphaField;
125 typedef typename BasicTurbulenceModel::rhoField
rhoField;
126 typedef typename BasicTurbulenceModel::transportModel
transportModel;
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::alphaField alphaField
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::rhoField rhoField
virtual tmp< volScalarField > fd() const
Return the shielding function.
SpalartAllmarasIDDES(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 ~SpalartAllmarasIDDES()=default
Destructor.
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::transportModel transportModel
const IDDESDelta & IDDESDelta_
TypeName("SpalartAllmarasIDDES")
Runtime type information.
virtual tmp< volScalarField > dTilda(const volScalarField &chi, const volScalarField &fv1, const volTensorField &gradU) const
Return the length scale.
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")
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.