68 #ifndef SpalartAllmaras_H 69 #define SpalartAllmaras_H 85 template<
class BasicMomentumTransportModel>
152 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
153 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
165 const alphaField&
alpha,
BasicMomentumTransportModel::rhoField rhoField
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
TypeName("SpalartAllmaras")
Runtime type information.
dimensionedScalar sigmaNut_
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
tmp< volScalarField::Internal > fw(const volScalarField::Internal &Stilda) const
BasicMomentumTransportModel::alphaField alphaField
Eddy viscosity turbulence model base class.
tmp< volScalarField > chi() const
DimensionedField< scalar, volMesh > Internal
Type of the internal field from which this GeometricField is derived.
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
tmp< volScalarField::Internal > Stilda(const volScalarField::Internal &chi, const volScalarField::Internal &fv1) const
A class for handling words, derived from string.
const volScalarField::Internal & y_
Wall distance.
tmp< volScalarField > DnuTildaEff() const
Return the effective diffusivity for nuTilda.
virtual bool read()
Read RASProperties dictionary.
tmp< volScalarField::Internal > fv2(const volScalarField::Internal &chi, const volScalarField::Internal &fv1) const
virtual tmp< volScalarField > omega() const
Return the turbulence specific dissipation rate.
Abstract base class for all fluid physical properties.
virtual void correctNut()
SpalartAllmaras(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity, const word &type=typeName)
Construct from components.
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.
static word modelName(Name name, const word &model)
Return the name of the object within the given model.
A class for managing temporary objects.