62#ifndef Foam_SpalartAllmarasDDES_H
63#define Foam_SpalartAllmarasDDES_H
79template<
class BasicTurbulenceModel>
80class SpalartAllmarasDDES
82 public SpalartAllmarasDES<BasicTurbulenceModel>
107 SpalartAllmarasDDES(
const SpalartAllmarasDDES&) =
delete;
110 void operator=(
const SpalartAllmarasDDES&) =
delete;
152 typedef typename BasicTurbulenceModel::alphaField
alphaField;
153 typedef typename BasicTurbulenceModel::rhoField
rhoField;
154 typedef typename BasicTurbulenceModel::transportModel
transportModel;
Enum is a wrapper around a list of names/values that represent particular enumeration (or int) values...
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::alphaField alphaField
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::rhoField rhoField
virtual tmp< volScalarField > fd() const
Return the shielding function.
SpalartAllmarasDDES(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 ~SpalartAllmarasDDES()=default
Destructor.
dimensionedScalar betaZDES_
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::transportModel transportModel
TypeName("SpalartAllmarasDDES")
Runtime type information.
static const Enum< shieldingMode > shieldingModeNames
shieldingMode
Shielding modes.
virtual tmp< volScalarField > Stilda(const volScalarField &chi, const volScalarField &fv1, const volTensorField &gradU, const volScalarField &dTilda) const
Return the production term.
virtual tmp< volScalarField > dTilda(const volScalarField &chi, const volScalarField &fv1, const volTensorField &gradU) const
virtual bool read()
Read from dictionary.
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.