Go to the documentation of this file.
48 #ifndef kOmegaSSTDES_H
49 #define kOmegaSSTDES_H
65 template<
class BasicTurbulenceModel>
109 typedef typename BasicTurbulenceModel::alphaField
alphaField;
110 typedef typename BasicTurbulenceModel::rhoField
rhoField;
111 typedef typename BasicTurbulenceModel::transportModel
transportModel;
A class for handling words, derived from string.
k-omega-SST DES turbulence model for incompressible and compressible flows
A class for managing temporary objects.
tmp< volScalarField > F1(const volScalarField &CDkOmega) const
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
static const word propertiesName
Default name of the turbulence properties dictionary.
kOmegaSSTDES(const kOmegaSSTDES &)
virtual bool read()
Re-read model coefficients if they have changed.
tmp< volScalarField > blend(const volScalarField &F1, const dimensionedScalar &psi1, const dimensionedScalar &psi2) const
dimensionedScalar CDESkom_
virtual ~kOmegaSSTDES()
Destructor.
kOmegaSSTDES & operator=(const kOmegaSSTDES &)
dimensionedScalar CDESkeps_
virtual tmp< volScalarField > dTilda(const volScalarField &magGradU, const volScalarField &CDES) const
Length scale.
Generic dimensioned Type class.
virtual tmp< volScalarField > CDES(const volScalarField &F1) const
Blending for CDES parameter.
BasicTurbulenceModel::transportModel transportModel
TypeName("kOmegaSSTDES")
Runtime type information.
BasicTurbulenceModel::alphaField alphaField
virtual void correctNut()
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
virtual tmp< volScalarField > LESRegion() const
Return the LES field indicator.
BasicTurbulenceModel::rhoField rhoField
Base class implementation of the k-omega-SST turbulence model for incompressible and compressible flo...