97 template<
class BasicMomentumTransportModel>
144 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
145 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
157 const alphaField&
alpha,
virtual tmp< fvScalarMatrix > epsilonSource() const
Source term for the epsilon equation.
tmp< volSymmTensorField > DREff() const
Return the effective diffusivity for R.
const Boundary & boundaryField() const
Return const-reference to the boundary field.
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))
LRR(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity, const word &type=typeName)
Construct from components.
wordList types() const
Return a list of the patch field types.
static tmp< GeometricField< scalar, fvPatchField, volMesh > > New(const word &name, const Internal &, const PtrList< fvPatchField< scalar >> &)
Return a temporary field constructed from name,.
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
virtual tmp< volScalarField > omega() const
Return the turbulence specific dissipation rate.
tmp< volSymmTensorField > DepsilonEff() const
Return the effective diffusivity for epsilon.
Launder, Reece and Rodi Reynolds-stress turbulence model for incompressible and compressible flows...
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.
Abstract base class for all fluid physical properties.
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.
A class for managing temporary objects.
Reynolds-stress turbulence model base class.