Launder, Reece and Rodi Reynolds-stress turbulence model for incompressible and compressible flows. More...
#include <LRR.H>


Public Types | |
| typedef BasicTurbulenceModel::alphaField | alphaField |
| typedef BasicTurbulenceModel::rhoField | rhoField |
| typedef BasicTurbulenceModel::transportModel | transportModel |
| Public Types inherited from ReynoldsStress< RASModel< BasicTurbulenceModel > > | |
| typedef BasicTurbulenceModel::alphaField | alphaField |
| typedef BasicTurbulenceModel::rhoField | rhoField |
| typedef BasicTurbulenceModel::transportModel | transportModel |
Public Member Functions | |
| 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 &propertiesName=turbulenceModel::propertiesName, const word &type=typeName) | |
| Construct from components. | |
| virtual | ~LRR ()=default |
| Destructor. | |
| virtual bool | read () |
| Read model coefficients if they have changed. | |
| virtual tmp< volScalarField > | k () const |
| Return the turbulence kinetic energy. | |
| virtual tmp< volScalarField > | epsilon () const |
| Return the turbulence kinetic energy dissipation rate. | |
| tmp< volSymmTensorField > | DREff () const |
| Return the effective diffusivity for R. | |
| tmp< volSymmTensorField > | DepsilonEff () const |
| Return the effective diffusivity for epsilon. | |
| virtual void | correct () |
| Solve the turbulence equations and correct eddy-Viscosity and. | |
| Public Member Functions inherited from ReynoldsStress< RASModel< BasicTurbulenceModel > > | |
| Foam::tmp< Foam::fvVectorMatrix > | DivDevRhoReff (const RhoFieldType &rho, volVectorField &U) const |
| ReynoldsStress (const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName) | |
| Construct from components. | |
| virtual | ~ReynoldsStress ()=default |
| Destructor. | |
| virtual tmp< volScalarField > | nut () const |
| Return the turbulence viscosity. | |
| virtual tmp< volSymmTensorField > | R () const |
| Return the Reynolds stress tensor. | |
| virtual tmp< volSymmTensorField > | devRhoReff () const |
| Return the effective stress tensor. | |
| virtual tmp< fvVectorMatrix > | divDevRhoReff (volVectorField &U) const |
| Return the source term for the momentum equation. | |
| virtual void | validate () |
| Validate the turbulence fields after construction. | |
Protected Member Functions | |
| virtual void | correctNut () |
| Update the eddy-viscosity. | |
| Protected Member Functions inherited from ReynoldsStress< RASModel< BasicTurbulenceModel > > | |
| void | boundNormalStress (volSymmTensorField &R) const |
| void | correctWallShearStress (volSymmTensorField &R) const |
| void | checkRealizabilityConditions (const volSymmTensorField &R) const |
Launder, Reece and Rodi Reynolds-stress turbulence model for incompressible and compressible flows.
Reference:
Launder, B. E., Reece, G. J., & Rodi, W. (1975).
Progress in the development of a Reynolds-stress turbulence closure.
Journal of fluid mechanics, 68(03), 537-566.
Including the recommended generalized gradient diffusion model of Daly and Harlow:
Daly, B. J., & Harlow, F. H. (1970).
Transport equations in turbulence.
Physics of Fluids (1958-1988), 13(11), 2634-2649.
Optional Gibson-Launder wall-reflection is also provided:
Gibson, M. M., & Launder, B. E. (1978).
Ground effects on pressure fluctuations in the
atmospheric boundary layer.
Journal of Fluid Mechanics, 86(03), 491-511.
The default model coefficients are:
LRRCoeffs
{
Cmu 0.09;
C1 1.8;
C2 0.6;
Ceps1 1.44;
Ceps2 1.92;
Cs 0.25;
Ceps 0.15;
wallReflection yes;
kappa 0.41
Cref1 0.5;
Cref2 0.3;
couplingFactor 0.0;
}
| typedef BasicTurbulenceModel::alphaField alphaField |
| typedef BasicTurbulenceModel::rhoField rhoField |
| typedef BasicTurbulenceModel::transportModel transportModel |
| 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.
Definition at line 49 of file LRR.C.
References alpha, Foam::bound(), ReynoldsStress< RASModel< BasicTurbulenceModel > >::boundNormalStress(), C1_, C2_, Ceps1_, Ceps2_, Ceps_, Cmu_, Cref1_, Cref2_, Cs_, epsilon_, Foam::GlobalIOList< Tuple2< scalar, vector > >::typeName, k_, kappa_, phi, ReynoldsStress< RASModel< BasicTurbulenceModel > >::R_, ReynoldsStress< RASModel< BasicTurbulenceModel > >::ReynoldsStress(), rho, timeName, Foam::tr(), U, and wallReflection_.

|
virtualdefault |
Destructor.
|
protectedvirtual |
Update the eddy-viscosity.
Implements ReynoldsStress< RASModel< BasicTurbulenceModel > >.
Definition at line 36 of file LRR.C.
References Cmu_, optionList::correct(), epsilon_, k_, options::New(), ReynoldsStress< RASModel< BasicTurbulenceModel > >::nut_, and Foam::sqr().
Referenced by correct().


| TypeName | ( | "LRR< BasicTurbulenceModel >" | ) |
Runtime type information.
|
virtual |
Read model coefficients if they have changed.
Implements ReynoldsStress< RASModel< BasicTurbulenceModel > >.
Definition at line 213 of file LRR.C.
References C1_, C2_, Ceps1_, Ceps2_, Ceps_, Cmu_, Cref1_, Cref2_, Cs_, kappa_, read(), ReynoldsStress< RASModel< BasicTurbulenceModel > >::ReynoldsStress(), and wallReflection_.
Referenced by read().


|
inlinevirtual |
Return the turbulence kinetic energy.
Reimplemented from ReynoldsStress< RASModel< BasicTurbulenceModel > >.
|
inlinevirtual |
| tmp< volSymmTensorField > DREff | ( | ) | const |
| tmp< volSymmTensorField > DepsilonEff | ( | ) | const |
|
virtual |
Solve the turbulence equations and correct eddy-Viscosity and.
related properties
Implements ReynoldsStress< RASModel< BasicTurbulenceModel > >.
Definition at line 266 of file LRR.C.
References alpha, Foam::bound(), ReynoldsStress< RASModel< BasicTurbulenceModel > >::boundNormalStress(), C1_, C2_, Ceps1_, Ceps2_, Cmu_, correct(), correctNut(), ReynoldsStress< RASModel< BasicTurbulenceModel > >::correctWallShearStress(), Cref1_, Cref2_, Foam::fvm::ddt(), DepsilonEff(), Foam::dev(), Foam::devSymm(), Foam::fvm::div(), DREff(), epsilon_, fvPatch::faceCells(), forAll, fvOptions, Foam::fvc::grad(), Foam::I, Foam::isA(), k_, kappa_, Foam::fvm::laplacian(), Foam::mag(), Foam::min(), n, options::New(), MeshObject< fvMesh, UpdateableMeshObject, wallDist >::New(), patches, Foam::pow(), ReynoldsStress< RASModel< BasicTurbulenceModel > >::R(), ReynoldsStress< RASModel< BasicTurbulenceModel > >::R_, tmp< T >::ref(), ReynoldsStress< RASModel< BasicTurbulenceModel > >::ReynoldsStress(), rho, solve(), Foam::fvm::Sp(), Foam::sqrt(), Foam::tr(), Foam::twoSymm(), U, wallReflection_, and y.

|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 130 of file LRR.H.
Referenced by DepsilonEff(), LRR(), and read().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 143 of file LRR.H.
Referenced by correct(), correctNut(), DepsilonEff(), DREff(), and LRR().
|
protected |
Definition at line 144 of file LRR.H.
Referenced by correct(), correctNut(), DepsilonEff(), DREff(), and LRR().