Go to the documentation of this file.
49 #ifndef kOmegaSSTDDES_H
50 #define kOmegaSSTDDES_H
65 template<
class BasicTurbulenceModel>
105 typedef typename BasicTurbulenceModel::alphaField
alphaField;
106 typedef typename BasicTurbulenceModel::rhoField
rhoField;
107 typedef typename BasicTurbulenceModel::transportModel
transportModel;
A class for handling words, derived from Foam::string.
k-omega-SST DES turbulence model for incompressible and compressible flows
A class for managing temporary objects.
const dimensionedScalar alpha
BasicTurbulenceModel::rhoField rhoField
static const word propertiesName
virtual tmp< volScalarField > dTilda(const volScalarField &magGradU, const volScalarField &CDES) const
virtual ~kOmegaSSTDDES()=default
k-omega-SST DDES turbulence model for incompressible and compressible flows
Generic dimensioned Type class.
BasicTurbulenceModel::alphaField alphaField
virtual tmp< volScalarField > CDES(const volScalarField &F1) const
BasicTurbulenceModel::transportModel transportModel
fileName::Type type(const fileName &name, const bool followLink=true)
Generic GeometricField class.
TypeName("kOmegaSSTDDES")