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