100 template<
class BasicTurbulenceModel>
109 void operator=(
const LRR&);
151 typedef typename BasicTurbulenceModel::alphaField
alphaField;
152 typedef typename BasicTurbulenceModel::rhoField
rhoField;
153 typedef typename BasicTurbulenceModel::transportModel
transportModel;
165 const alphaField&
alpha,
170 const transportModel& transport,
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
tmp< volSymmTensorField > DREff() const
Return the effective diffusivity for R.
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none.
virtual bool read()
Read model coefficients if they have changed.
Launder, Reece and Rodi Reynolds-stress turbulence model for incompressible and compressible flows...
static const word propertiesName
Default name of the turbulence properties dictionary.
virtual void correctNut()
Update the eddy-viscosity.
A class for handling words, derived from string.
BasicTurbulenceModel::transportModel transportModel
BasicTurbulenceModel::alphaField alphaField
virtual void correct()
Solve the turbulence equations and correct eddy-Viscosity and.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
virtual ~LRR()
Destructor.
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
BasicTurbulenceModel::rhoField rhoField
TypeName("LRR")
Runtime type information.
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
tmp< volSymmTensorField > DepsilonEff() const
Return the effective diffusivity for epsilon.
Reynolds-stress turbulence model base class.