45 #ifndef SpalartAllmarasDDES_H
46 #define SpalartAllmarasDDES_H
61 template<
class BasicMomentumTransportModel>
94 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
95 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Generic GeometricField class.
BasicMomentumTransportModel::alphaField alphaField
BasicMomentumTransportModel::rhoField rhoField
SpalartAllmaras DDES turbulence model for incompressible and compressible flows.
BasicMomentumTransportModel::alphaField alphaField
virtual ~SpalartAllmarasDDES()
Destructor.
SpalartAllmarasDDES(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.
void operator=(const SpalartAllmarasDDES &)=delete
Disallow default bitwise assignment.
virtual tmp< volScalarField::Internal > dTilda(const volScalarField::Internal &chi, const volScalarField::Internal &fv1, const volTensorField::Internal &gradU) const
Length scale.
TypeName("SpalartAllmarasDDES")
Runtime type information.
BasicMomentumTransportModel::rhoField rhoField
SpalartAllmarasDES DES turbulence model for incompressible and compressible flows.
tmp< volScalarField > chi() const
tmp< volScalarField > fv1(const volScalarField &chi) const
A class for managing temporary objects.
Abstract base class for all fluid physical properties.
A class for handling words, derived from string.
volScalarField alpha(IOobject("alpha", runTime.name(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.