Go to the documentation of this file.
100 template<
class BasicTurbulenceModel>
151 typedef typename BasicTurbulenceModel::alphaField
alphaField;
152 typedef typename BasicTurbulenceModel::rhoField
rhoField;
153 typedef typename BasicTurbulenceModel::transportModel
transportModel;
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
LRR & operator=(const LRR &)
A class for handling words, derived from string.
BasicTurbulenceModel::rhoField rhoField
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.
Launder, Reece and Rodi Reynolds-stress turbulence model for incompressible and compressible flows.
Reynolds-stress turbulence model base class.
BasicTurbulenceModel::alphaField alphaField
virtual void correctNut()
Update the eddy-viscosity.
tmp< volSymmTensorField > DepsilonEff() const
Return the effective diffusivity for epsilon.
virtual ~LRR()
Destructor.
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
virtual bool read()
Read model coefficients if they have changed.
Generic dimensioned Type class.
virtual void correct()
Solve the turbulence equations and correct eddy-Viscosity and.
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
BasicTurbulenceModel::transportModel transportModel
TypeName("LRR")
Runtime type information.
tmp< volSymmTensorField > DREff() const
Return the effective diffusivity for R.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.