97 template<
class BasicMomentumTransportModel>
144 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
145 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
146 typedef typename BasicMomentumTransportModel::transportModel
transportModel;
158 const alphaField&
alpha,
163 const transportModel& transport,
virtual tmp< fvScalarMatrix > epsilonSource() const
Source term for the epsilon equation.
tmp< volSymmTensorField > DREff() const
Return the effective diffusivity for R.
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
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.
BasicMomentumTransportModel::alphaField alphaField
tmp< volSymmTensorField > DepsilonEff() const
Return the effective diffusivity for epsilon.
Launder, Reece and Rodi Reynolds-stress turbulence model for incompressible and compressible flows...
BasicMomentumTransportModel::transportModel transportModel
virtual void correctNut()
Update the eddy-viscosity.
A class for handling words, derived from string.
void operator=(const LRR &)=delete
Disallow default bitwise assignment.
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
BasicMomentumTransportModel::rhoField rhoField
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.
TypeName("LRR")
Runtime type information.
LRR(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &type=typeName)
Construct from components.
A class for managing temporary objects.
Reynolds-stress turbulence model base class.