37 template<
class BasicTurbulenceModel>
47 sqrt(this->k_())/(
pow025(this->betaStar_)*this->omega_())
64 Cs_*
sqrt(kappa_*zeta2_/(beta/this->betaStar_ - gamma))*
delta()()
70 this->alpha_()*this->rho_()
75 zeta2_*kappa_*S2*
sqr(L/Lvk)
76 - (2*C_/sigmaPhi_)*this->k_()
86 this->omega_()/(0.1*this->omega_.time().deltaT())
95 template<
class BasicTurbulenceModel>
104 const word& propertiesName,
179 template<
class BasicTurbulenceModel>
184 Cs_.readIfPresent(this->coeffDict());
185 kappa_.readIfPresent(this->coeffDict());
186 sigmaPhi_.readIfPresent(this->coeffDict());
187 zeta2_.readIfPresent(this->coeffDict());
188 C_.readIfPresent(this->coeffDict());
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
BasicTurbulenceModel::transportModel transportModel
BasicTurbulenceModel::rhoField rhoField
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
kOmegaSSTSAS(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.
tmp< fvMatrix< Type > > Su(const DimensionedField< Type, volMesh > &, const GeometricField< Type, fvPatchField, volMesh > &)
dimensionedSymmTensor sqr(const dimensionedVector &dv)
dimensionedScalar sqrt(const dimensionedScalar &ds)
dimensionedScalar pow025(const dimensionedScalar &ds)
DimensionedField< scalar, volMesh > Internal
Type of the internal field from which this GeometricField is derived.
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
Dimension set for the base types.
A class for handling words, derived from string.
static word groupName(Name name, const word &group)
static autoPtr< LESdelta > New(const word &name, const turbulenceModel &turbulence, const dictionary &dict)
Return a reference to the selected LES delta.
Specialisation for RAS of the generic kOmegaSSTBase base class. For more information, see Description of kOmegaSSTBase.H.
dimensioned< scalar > magSqr(const dimensioned< Type > &)
dimensioned< Type > min(const dimensioned< Type > &, const dimensioned< Type > &)
virtual bool read()
Re-read model coefficients if they have changed.
virtual tmp< fvScalarMatrix > Qsas(const volScalarField::Internal &S2, const volScalarField::Internal &gamma, const volScalarField::Internal &beta) const
SAS omega source.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
dimensioned< scalar > mag(const dimensioned< Type > &)
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
BasicTurbulenceModel::alphaField alphaField