Go to the documentation of this file.
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,
176 if (
type == typeName)
179 this->printCoeffs(
type);
186 template<
class BasicTurbulenceModel>
191 Cs_.readIfPresent(this->coeffDict());
192 kappa_.readIfPresent(this->coeffDict());
193 sigmaPhi_.readIfPresent(this->coeffDict());
194 zeta2_.readIfPresent(this->coeffDict());
195 C_.readIfPresent(this->coeffDict());
dimensionedScalar beta("beta", dimless/dimTemperature, laminarTransport)
static word groupName(Name name, const word &group)
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
A class for handling words, derived from string.
Implementation of the k-omega-SST turbulence model for incompressible and compressible flows.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
virtual tmp< fvScalarMatrix > Qsas(const volScalarField &S2, const volScalarField &gamma, const volScalarField &beta) const
SAS omega source.
Dimension set for the base types.
dimensioned< scalar > mag(const dimensioned< Type > &)
tmp< fvMatrix< Type > > Su(const DimensionedField< Type, volMesh > &, const GeometricField< Type, fvPatchField, volMesh > &)
virtual bool read()
Re-read model coefficients if they have changed.
BasicTurbulenceModel::alphaField alphaField
dimensionedScalar pow025(const dimensionedScalar &ds)
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
BasicTurbulenceModel::rhoField rhoField
kOmegaSSTSAS(const kOmegaSSTSAS &)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
Generic dimensioned Type class.
BasicTurbulenceModel::transportModel transportModel
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
dimensionedSymmTensor sqr(const dimensionedVector &dv)
static autoPtr< LESdelta > New(const word &name, const turbulenceModel &turbulence, const dictionary &dict)
Return a reference to the selected LES delta.
dimensionedScalar sqrt(const dimensionedScalar &ds)
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
dimensioned< Type > min(const dimensioned< Type > &, const dimensioned< Type > &)
dimensioned< scalar > magSqr(const dimensioned< Type > &)