68 #ifndef SpalartAllmaras_H 69 #define SpalartAllmaras_H 85 template<
class BasicTurbulenceModel>
144 typedef typename BasicTurbulenceModel::alphaField
alphaField;
145 typedef typename BasicTurbulenceModel::rhoField
rhoField;
146 typedef typename BasicTurbulenceModel::transportModel
transportModel;
158 const alphaField&
alpha,
163 const transportModel& transport,
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
TypeName("SpalartAllmaras")
Runtime type information.
dimensionedScalar sigmaNut_
tmp< volScalarField > Stilda(const volScalarField &chi, const volScalarField &fv1) const
BasicTurbulenceModel::alphaField alphaField
Eddy viscosity turbulence model base class.
tmp< volScalarField > chi() const
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
const volScalarField & y_
Wall distance.
static const word propertiesName
Default name of the turbulence properties dictionary.
A class for handling words, derived from string.
tmp< volScalarField > DnuTildaEff() const
Return the effective diffusivity for nuTilda.
virtual bool read()
Read RASProperties dictionary.
BasicTurbulenceModel::rhoField rhoField
BasicTurbulenceModel::transportModel transportModel
virtual void correctNut()
virtual ~SpalartAllmaras()
Destructor.
Spalart-Allmaras one-eqn mixing-length model for incompressible and compressible external flows...
tmp< volScalarField > fv1(const volScalarField &chi) const
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
void operator=(const SpalartAllmaras &)=delete
Disallow default bitwise assignment.
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
A class for managing temporary objects.
tmp< volScalarField > fv2(const volScalarField &chi, const volScalarField &fv1) const
tmp< volScalarField > fw(const volScalarField &Stilda) const
SpalartAllmaras(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.