Go to the documentation of this file.
116 #ifndef kOmegaSSTBase_H
117 #define kOmegaSSTBase_H
128 template<
class BasicEddyViscosityModel>
131 public BasicEddyViscosityModel
235 this->
type() +
":beta",
247 this->
type() +
":gamma",
257 virtual tmp<volScalarField::Internal>
Pk
263 virtual tmp<volScalarField::Internal>
epsilonByk
270 virtual tmp<volScalarField::Internal>
GbyNu
277 virtual tmp<fvScalarMatrix>
kSource()
const;
281 virtual tmp<fvScalarMatrix>
Qsas
291 typedef typename BasicEddyViscosityModel::alphaField
alphaField;
292 typedef typename BasicEddyViscosityModel::rhoField
rhoField;
293 typedef typename BasicEddyViscosityModel::transportModel
transportModel;
virtual tmp< fvScalarMatrix > Qsas(const volScalarField::Internal &S2, const volScalarField::Internal &gamma, const volScalarField::Internal &beta) const
virtual tmp< volScalarField > F2() const
GeometricField< tensor, fvPatchField, volMesh > volTensorField
virtual tmp< volScalarField > omega() const
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
BasicEddyViscosityModel::rhoField rhoField
A class for handling words, derived from Foam::string.
dimensionedScalar alphaK2_
const dimensionedScalar G
A class for managing temporary objects.
virtual tmp< fvScalarMatrix > kSource() const
virtual tmp< volScalarField > k() const
virtual tmp< volScalarField > F1(const volScalarField &CDkOmega) const
const dimensionedScalar alpha
virtual tmp< fvScalarMatrix > omegaSource() const
virtual tmp< volScalarField::Internal > epsilonByk(const volScalarField &F1, const volTensorField &gradU) const
void setDecayControl(const dictionary &dict)
dimensionedScalar alphaOmega1_
static const word propertiesName
virtual tmp< volScalarField::Internal > Pk(const volScalarField::Internal &G) const
tmp< volScalarField > alphaOmega(const volScalarField &F1) const
dimensionedScalar betaStar_
tmp< volScalarField::Internal > gamma(const volScalarField::Internal &F1) const
dimensionedScalar alphaOmega2_
const volScalarField & psi2
tmp< volScalarField > DomegaEff(const volScalarField &F1) const
tmp< volScalarField > blend(const volScalarField &F1, const dimensionedScalar &psi1, const dimensionedScalar &psi2) const
virtual void correctNut()
virtual tmp< volScalarField::Internal > GbyNu(const volScalarField::Internal &GbyNu0, const volScalarField::Internal &F2, const volScalarField::Internal &S2) const
dimensionedScalar gamma2_
DimensionedField< Type, GeoMesh > Internal
GeometricField< scalar, fvPatchField, volMesh > volScalarField
virtual ~kOmegaSSTBase()=default
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
BasicTurbulenceModel::rhoField rhoField
Generic dimensioned Type class.
const volScalarField & y_
const volScalarField & psi1
BasicTurbulenceModel::alphaField alphaField
tmp< volScalarField > DkEff(const volScalarField &F1) const
virtual tmp< volScalarField > F23() const
BasicTurbulenceModel::transportModel transportModel
tmp< volScalarField > alphaK(const volScalarField &F1) const
dimensionedScalar alphaK1_
BasicEddyViscosityModel::transportModel transportModel
tmp< volScalarField::Internal > beta(const volScalarField::Internal &F1) const
dimensionedScalar gamma1_
fileName::Type type(const fileName &name, const bool followLink=true)
static tmp< T > New(Args &&... args)
dimensionedScalar omegaInf_
BasicEddyViscosityModel::alphaField alphaField
Generic GeometricField class.
virtual tmp< volScalarField > F3() const
Base class implementation of the k-omega-SST turbulence model for incompressible and compressible flo...
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...