97 template<
class BasicTurbulenceModel>
141 typedef typename BasicTurbulenceModel::alphaField
alphaField;
142 typedef typename BasicTurbulenceModel::rhoField
rhoField;
143 typedef typename BasicTurbulenceModel::transportModel
transportModel;
155 const alphaField&
alpha,
160 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/any.
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.
void operator=(const LRR &)=delete
Disallow default bitwise assignment.
BasicTurbulenceModel::transportModel transportModel
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
LRR(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName, const word &type=typeName)
Construct from components.
BasicTurbulenceModel::alphaField alphaField
virtual void correct()
Solve the turbulence equations and correct eddy-Viscosity and.
virtual ~LRR()
Destructor.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
BasicTurbulenceModel::rhoField rhoField
TypeName("LRR")
Runtime type information.
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
A class for managing temporary objects.
Reynolds-stress turbulence model base class.