Go to the documentation of this file.
38 #ifndef LESeddyViscosity_H
39 #define LESeddyViscosity_H
55 template<
class BasicTurbulenceModel>
76 typedef typename BasicTurbulenceModel::alphaField
alphaField;
77 typedef typename BasicTurbulenceModel::rhoField
rhoField;
78 typedef typename BasicTurbulenceModel::transportModel
transportModel;
A class for handling words, derived from string.
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.
virtual bool read()
Read model coefficients if they have changed.
LESeddyViscosity(const LESeddyViscosity &)
BasicTurbulenceModel::transportModel transportModel
Eddy viscosity LES SGS model base class.
Generic dimensioned Type class.
BasicTurbulenceModel::rhoField rhoField
virtual ~LESeddyViscosity()
Destructor.
LESeddyViscosity & operator=(const LESeddyViscosity &)
virtual tmp< volScalarField > epsilon() const
Return sub-grid disipation rate.
Eddy viscosity turbulence model base class.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
BasicTurbulenceModel::alphaField alphaField