Go to the documentation of this file.
71 #ifndef SpalartAllmaras_H
72 #define SpalartAllmaras_H
88 template<
class BasicTurbulenceModel>
154 typedef typename BasicTurbulenceModel::alphaField
alphaField;
155 typedef typename BasicTurbulenceModel::rhoField
rhoField;
156 typedef typename BasicTurbulenceModel::transportModel
transportModel;
tmp< volScalarField > DnuTildaEff() const
Return the effective diffusivity for nuTilda.
A class for handling words, derived from string.
virtual void correctNut()
A class for managing temporary objects.
const volScalarField & y_
Wall distance.
tmp< volScalarField > fv1(const volScalarField &chi) const
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
BasicTurbulenceModel::rhoField rhoField
static const word propertiesName
Default name of the turbulence properties dictionary.
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
SpalartAllmaras & operator=(const SpalartAllmaras &)
tmp< volScalarField > fv2(const volScalarField &chi, const volScalarField &fv1) const
tmp< volScalarField > Stilda(const volScalarField &chi, const volScalarField &fv1) const
SpalartAllmaras(const SpalartAllmaras &)
tmp< volScalarField > fw(const volScalarField &Stilda) const
BasicTurbulenceModel::alphaField alphaField
virtual bool read()
Re-read model coefficients if they have changed.
BasicTurbulenceModel::transportModel transportModel
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
BasicTurbulenceModel::rhoField rhoField
Generic dimensioned Type class.
BasicTurbulenceModel::alphaField alphaField
BasicTurbulenceModel::transportModel transportModel
Spalart-Allmaras one-eqn mixing-length model for incompressible and compressible external flows.
tmp< volScalarField > chi() const
Eddy viscosity turbulence model base class.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
dimensionedScalar sigmaNut_
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
TypeName("SpalartAllmaras")
Runtime type information.
virtual ~SpalartAllmaras()
Destructor.