Go to the documentation of this file.
65 #ifndef DeardorffDiffStress_H
66 #define DeardorffDiffStress_H
82 template<
class BasicTurbulenceModel>
114 typedef typename BasicTurbulenceModel::alphaField
alphaField;
115 typedef typename BasicTurbulenceModel::rhoField
rhoField;
116 typedef typename BasicTurbulenceModel::transportModel
transportModel;
Differential SGS Stress Equation Model for incompressible and compressible flows.
DeardorffDiffStress & operator=(const DeardorffDiffStress &)
A class for handling words, derived from string.
virtual ~DeardorffDiffStress()
Destructor.
virtual void correctNut()
Update the eddy-viscosity.
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
static const word propertiesName
Default name of the turbulence properties dictionary.
DeardorffDiffStress(const DeardorffDiffStress &)
virtual bool read()
Read model coefficients if they have changed.
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
Reynolds-stress turbulence model base class.
Generic dimensioned Type class.
BasicTurbulenceModel::alphaField alphaField
BasicTurbulenceModel::transportModel transportModel
BasicTurbulenceModel::rhoField rhoField
TypeName("DeardorffDiffStress")
Runtime type information.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
virtual void correct()
Correct sub-grid stress, eddy-Viscosity and related properties.