Go to the documentation of this file.
74 template<
class BasicTurbulenceModel>
108 typedef typename BasicTurbulenceModel::alphaField
alphaField;
109 typedef typename BasicTurbulenceModel::rhoField
rhoField;
110 typedef typename BasicTurbulenceModel::transportModel
transportModel;
virtual ~kEqn()
Destructor.
virtual tmp< volScalarField > k() const
Return SGS kinetic energy.
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 void correctNut()
virtual tmp< volScalarField > epsilon() const
Return sub-grid disipation rate.
virtual void correct()
Correct eddy-Viscosity and related properties.
TypeName("kEqn")
Runtime type information.
BasicTurbulenceModel::rhoField rhoField
One equation eddy-viscosity model.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
BasicTurbulenceModel::transportModel transportModel
Eddy viscosity LES SGS model base class.
Generic dimensioned Type class.
virtual tmp< fvScalarMatrix > kSource() const
tmp< volScalarField > DkEff() const
Return the effective diffusivity for k.
BasicTurbulenceModel::alphaField alphaField
virtual bool read()
Read model coefficients if they have changed.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
kEqn & operator=(const kEqn &)