Go to the documentation of this file.
100 #ifndef kOmegaSSTBase_H
101 #define kOmegaSSTBase_H
115 template<
class BasicEddyViscosityModel>
118 public BasicEddyViscosityModel
217 typedef typename BasicEddyViscosityModel::alphaField
alphaField;
218 typedef typename BasicEddyViscosityModel::rhoField
rhoField;
219 typedef typename BasicEddyViscosityModel::transportModel
transportModel;
286 this->mesh_.time().timeName(),
tmp< volScalarField > F2() const
virtual tmp< fvScalarMatrix > Qsas(const volScalarField &S2, const volScalarField &gamma, const volScalarField &beta) const
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
virtual tmp< volScalarField > omega() const
Return the turbulence kinetic energy dissipation rate.
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 string.
dimensionedScalar alphaK2_
virtual ~kOmegaSSTBase()
Destructor.
A class for managing temporary objects.
virtual tmp< fvScalarMatrix > kSource() const
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
tmp< volScalarField > F1(const volScalarField &CDkOmega) const
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
virtual tmp< fvScalarMatrix > omegaSource() const
kOmegaSSTBase & operator=(const kOmegaSSTBase &)
dimensionedScalar alphaOmega1_
tmp< volScalarField > beta(const volScalarField &F1) const
static const word propertiesName
Default name of the turbulence properties dictionary.
GeometricBoundaryField & boundaryField()
Return reference to GeometricBoundaryField.
tmp< volScalarField > alphaOmega(const volScalarField &F1) const
dimensionedScalar betaStar_
dimensionedScalar alphaOmega2_
tmp< volScalarField > DomegaEff(const volScalarField &F1) const
Return the effective diffusivity for omega.
tmp< volScalarField > blend(const volScalarField &F1, const dimensionedScalar &psi1, const dimensionedScalar &psi2) const
virtual void correctNut()
dimensionedScalar gamma2_
kOmegaSSTBase(const kOmegaSSTBase &)
virtual bool read()
Re-read model coefficients if they have changed.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
BasicTurbulenceModel::rhoField rhoField
Generic dimensioned Type class.
const volScalarField & y_
Wall distance.
BasicTurbulenceModel::alphaField alphaField
tmp< volScalarField > DkEff(const volScalarField &F1) const
Return the effective diffusivity for k.
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
tmp< volScalarField > F23() const
BasicTurbulenceModel::transportModel transportModel
wordList types() const
Return a list of the patch types.
tmp< volScalarField > alphaK(const volScalarField &F1) const
dimensionedScalar alphaK1_
BasicEddyViscosityModel::transportModel transportModel
dimensionedScalar gamma1_
tmp< volScalarField > gamma(const volScalarField &F1) const
BasicEddyViscosityModel::alphaField alphaField
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
tmp< volScalarField > F3() const
Base class implementation of the k-omega-SST turbulence model for incompressible and compressible flo...