97 template<
class BasicTurbulenceModel>
106 void operator=(
const LRR&);
148 typedef typename BasicTurbulenceModel::alphaField
alphaField;
149 typedef typename BasicTurbulenceModel::rhoField
rhoField;
150 typedef typename BasicTurbulenceModel::transportModel
transportModel;
162 const alphaField&
alpha,
167 const transportModel& transport,
tmp< volSymmTensorField > DREff() const
Return the effective diffusivity for R.
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
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.
tmp< volSymmTensorField > DepsilonEff() const
Return the effective diffusivity for epsilon.
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
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
BasicTurbulenceModel::alphaField alphaField
fileName::Type type(const fileName &, const bool followLink=true)
Return the file type: DIRECTORY or FILE.
virtual void correct()
Solve the turbulence equations and correct eddy-Viscosity and.
virtual ~LRR()
Destructor.
BasicTurbulenceModel::rhoField rhoField
TypeName("LRR")
Runtime type information.
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
Reynolds-stress turbulence model base class.