53 #ifndef kOmegaSSTDES_H 54 #define kOmegaSSTDES_H 71 template<
class BasicMomentumTransportModel>
76 LESeddyViscosity<BasicMomentumTransportModel>,
77 BasicMomentumTransportModel
121 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
122 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
123 typedef typename BasicMomentumTransportModel::transportModel
transportModel;
135 const alphaField&
alpha,
140 const transportModel& transport,
BasicMomentumTransportModel::transportModel transportModel
virtual tmp< volScalarField::Internal > epsilonByk(const volScalarField::Internal &F1, const volScalarField::Internal &F2) const
Return epsilon/k which for standard RAS is betaStar*omega.
TypeName("kOmegaSSTDES")
Runtime type information.
virtual tmp< volScalarField > F2() const
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
kOmegaSSTDES(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &type=typeName)
Construct from components.
DimensionedField< scalar, volMesh > Internal
Type of the internal field from which this GeometricField is derived.
BasicMomentumTransportModel::alphaField alphaField
virtual tmp< volScalarField > F1(const volScalarField &CDkOmega) const
direction FSST_
Zonal filter choice.
Implementation of the k-omega-SST turbulence model for incompressible and compressible flows...
A class for handling words, derived from string.
BasicMomentumTransportModel::rhoField rhoField
virtual ~kOmegaSSTDES()
Destructor.
Implementation of the k-omega-SST-DES turbulence model for incompressible and compressible flows...
virtual tmp< volScalarField::Internal > FDES(const volScalarField::Internal &F1, const volScalarField::Internal &F2) const
The DES dissipation-rate multiplier with options zonal filtering.
tmp< volScalarField::Internal > Lt() const
Return the turbulent length-scale.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
A class for managing temporary objects.
dimensionedScalar CDES_
DES coefficient.
virtual bool read()
Read model coefficients if they have changed.