56 #ifndef kOmegaSSTDES_H 57 #define kOmegaSSTDES_H 74 template<
class BasicTurbulenceModel>
79 LESeddyViscosity<BasicTurbulenceModel>,
124 typedef typename BasicTurbulenceModel::alphaField
alphaField;
125 typedef typename BasicTurbulenceModel::rhoField
rhoField;
126 typedef typename BasicTurbulenceModel::transportModel
transportModel;
138 const alphaField&
alpha,
143 const transportModel& transport,
TypeName("kOmegaSSTDES")
Runtime type information.
BasicTurbulenceModel::rhoField rhoField
direction FSST_
Zonal filter choice.
BasicTurbulenceModel::transportModel transportModel
virtual tmp< volScalarField > epsilonByk(const volScalarField &F1, const volScalarField &F2) const
Return epsilon/k which for standard RAS is betaStar*omega.
Implementation of the k-omega-SST turbulence model for incompressible and compressible flows...
tmp< volScalarField > F1(const volScalarField &CDkOmega) const
static const word propertiesName
Default name of the turbulence properties dictionary.
A class for handling words, derived from string.
tmp< volScalarField > F2() const
tmp< volScalarField > Lt() const
Return the turbulent length-scale.
virtual tmp< volScalarField > FDES(const volScalarField &F1, const volScalarField &F2) const
The DES dissipation-rate multiplier with options zonal filtering.
virtual ~kOmegaSSTDES()
Destructor.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
kOmegaSSTDES(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.
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
dimensionedScalar CDES_
DES coefficient.
virtual bool read()
Read model coefficients if they have changed.
BasicTurbulenceModel::alphaField alphaField