Lien cubic non-linear low-Reynolds k-epsilon turbulence models for incompressible flows. More...


Public Member Functions | |
| TypeName ("LienCubicKE") | |
| Runtime type information. More... | |
| LienCubicKE (const geometricOneField &alpha, const geometricOneField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity, const word &type=typeName) | |
| Construct from components. More... | |
| virtual | ~LienCubicKE () |
| Destructor. More... | |
| virtual bool | read () |
| Read RASProperties dictionary. More... | |
| tmp< volScalarField > | DkEff () const |
| Return the effective diffusivity for k. More... | |
| tmp< volScalarField > | DepsilonEff () const |
| Return the effective diffusivity for epsilon. More... | |
| virtual tmp< volScalarField > | k () const |
| Return the turbulence kinetic energy. More... | |
| virtual tmp< volScalarField > | epsilon () const |
| Return the turbulence kinetic energy dissipation rate. More... | |
| virtual tmp< volScalarField > | omega () const |
| Return the turbulence specific dissipation rate. More... | |
| virtual void | correct () |
| Solve the turbulence equations and correct the turbulence viscosity. More... | |
Public Member Functions inherited from nonlinearEddyViscosity< incompressible::RASModel > | |
| Foam::tmp< Foam::fvVectorMatrix > | DivDevTau (const RhoFieldType &rho, volVectorField &U) const |
| nonlinearEddyViscosity (const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity) | |
| Construct from components. More... | |
| virtual | ~nonlinearEddyViscosity () |
| Destructor. More... | |
| virtual tmp< volSymmTensorField > | R () const |
| Return the Reynolds stress tensor [m^2/s^2]. More... | |
| virtual tmp< surfaceVectorField > | devTau () const |
| Return the effective surface stress. More... | |
| virtual tmp< fvVectorMatrix > | divDevTau (volVectorField &U) const |
| Return the source term for the momentum equation. More... | |
| virtual tmp< fvVectorMatrix > | divDevTau (const volScalarField &rho, volVectorField &U) const |
| Return the source term for the momentum equation. More... | |
Public Member Functions inherited from eddyViscosity< incompressible::RASModel > | |
| eddyViscosity (const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity) | |
| Construct from components. More... | |
| virtual | ~eddyViscosity () |
| Destructor. More... | |
| virtual tmp< volScalarField > | nut () const |
| Return the turbulence viscosity. More... | |
| virtual tmp< scalarField > | nut (const label patchi) const |
| Return the turbulence viscosity on patch. More... | |
| virtual void | validate () |
| Validate the turbulence fields after construction. More... | |
Public Member Functions inherited from linearViscousStress< BasicMomentumTransportModel > | |
| linearViscousStress (const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity) | |
| Construct from components. More... | |
| virtual | ~linearViscousStress () |
| Destructor. More... | |
| template<class RhoFieldType > | |
| Foam::tmp< Foam::fvVectorMatrix > | DivDevTau (const RhoFieldType &rho, volVectorField &U) const |
Protected Member Functions | |
| tmp< volScalarField > | fMu () const |
| tmp< volScalarField > | f2 () const |
| tmp< volScalarField > | E (const volScalarField &f2) const |
| void | boundEpsilon () |
| Bound epsilon. More... | |
| virtual void | correctNut () |
| Correct the eddy-viscosity nut. More... | |
| virtual void | correctNonlinearStress (const volTensorField &gradU) |
Protected Member Functions inherited from linearViscousStress< BasicMomentumTransportModel > | |
| template<class RhoFieldType > | |
| tmp< fvVectorMatrix > | DivDevTau (const RhoFieldType &rho, volVectorField &U) const |
| Return the source term for the momentum equation. More... | |
Additional Inherited Members | |
Public Types inherited from nonlinearEddyViscosity< incompressible::RASModel > | |
| typedef BasicMomentumTransportModel::alphaField | alphaField |
| typedef BasicMomentumTransportModel::rhoField | rhoField |
Public Types inherited from eddyViscosity< incompressible::RASModel > | |
| typedef BasicMomentumTransportModel::alphaField | alphaField |
| typedef BasicMomentumTransportModel::rhoField | rhoField |
Public Types inherited from linearViscousStress< BasicMomentumTransportModel > | |
| typedef BasicMomentumTransportModel::alphaField | alphaField |
| typedef BasicMomentumTransportModel::rhoField | rhoField |
Lien cubic non-linear low-Reynolds k-epsilon turbulence models for incompressible flows.
This turbulence model is described in:
Lien, F.S., Chen, W.L. & Leschziner, M.A. (1996).
Low-Reynolds-number eddy-viscosity modeling based on non-linear
stress-strain/vorticity relations.
Engineering Turbulence Modelling and Experiments 3, 91-100.
Implemented according to the specification in: Apsley: Turbulence Models 2002
In addition to the low-Reynolds number damping functions support for wall-functions is also included to allow for low- and high-Reynolds number operation.
Definition at line 74 of file LienCubicKE.H.
| LienCubicKE | ( | const geometricOneField & | alpha, |
| const geometricOneField & | rho, | ||
| const volVectorField & | U, | ||
| const surfaceScalarField & | alphaRhoPhi, | ||
| const surfaceScalarField & | phi, | ||
| const viscosity & | viscosity, | ||
| const word & | type = typeName |
||
| ) |
Construct from components.
Referenced by makeMomentumTransportModelTypes().

|
inlinevirtual |
Destructor.
Definition at line 148 of file LienCubicKE.H.
|
protected |
|
protected |
|
protected |
|
protected |
Bound epsilon.
Referenced by makeMomentumTransportModelTypes().

|
protectedvirtual |
Correct the eddy-viscosity nut.
Implements eddyViscosity< incompressible::RASModel >.
Referenced by makeMomentumTransportModelTypes().

|
protectedvirtual |
Implements nonlinearEddyViscosity< incompressible::RASModel >.
Referenced by makeMomentumTransportModelTypes().

| TypeName | ( | "LienCubicKE" | ) |
Runtime type information.
|
virtual |
Read RASProperties dictionary.
Implements eddyViscosity< incompressible::RASModel >.
Referenced by makeMomentumTransportModelTypes().

|
inline |
Return the effective diffusivity for k.
Definition at line 158 of file LienCubicKE.H.
References GeometricField< Type, GeoMesh, PrimitiveField >::New(), eddyViscosity< incompressible::RASModel >::nut_, and LienCubicKE::sigmak_.
Referenced by makeMomentumTransportModelTypes().


|
inline |
Return the effective diffusivity for epsilon.
Definition at line 168 of file LienCubicKE.H.
References GeometricField< Type, GeoMesh, PrimitiveField >::New(), eddyViscosity< incompressible::RASModel >::nut_, and LienCubicKE::sigmaEps_.
Referenced by makeMomentumTransportModelTypes().


|
inlinevirtual |
Return the turbulence kinetic energy.
Implements eddyViscosity< incompressible::RASModel >.
Definition at line 178 of file LienCubicKE.H.
References LienCubicKE::k_.
|
inlinevirtual |
Return the turbulence kinetic energy dissipation rate.
Definition at line 184 of file LienCubicKE.H.
References LienCubicKE::epsilon_.
|
inlinevirtual |
Return the turbulence specific dissipation rate.
Definition at line 190 of file LienCubicKE.H.
References LienCubicKE::Cmu_, LienCubicKE::epsilon_, LienCubicKE::k_, and GeometricField< Type, GeoMesh, PrimitiveField >::New().

|
virtual |
Solve the turbulence equations and correct the turbulence viscosity.
Implements eddyViscosity< incompressible::RASModel >.
Referenced by makeMomentumTransportModelTypes().

|
protected |
Definition at line 85 of file LienCubicKE.H.
Referenced by makeMomentumTransportModelTypes().
|
protected |
Definition at line 86 of file LienCubicKE.H.
Referenced by makeMomentumTransportModelTypes().
|
protected |
Definition at line 87 of file LienCubicKE.H.
Referenced by LienCubicKE::DkEff(), and makeMomentumTransportModelTypes().
|
protected |
Definition at line 88 of file LienCubicKE.H.
Referenced by LienCubicKE::DepsilonEff(), and makeMomentumTransportModelTypes().
|
protected |
Definition at line 89 of file LienCubicKE.H.
Referenced by makeMomentumTransportModelTypes(), and LienCubicKE::omega().
|
protected |
Definition at line 90 of file LienCubicKE.H.
Referenced by makeMomentumTransportModelTypes().
|
protected |
Definition at line 91 of file LienCubicKE.H.
Referenced by makeMomentumTransportModelTypes().
|
protected |
Definition at line 92 of file LienCubicKE.H.
Referenced by makeMomentumTransportModelTypes().
|
protected |
Definition at line 93 of file LienCubicKE.H.
Referenced by makeMomentumTransportModelTypes().
|
protected |
Definition at line 94 of file LienCubicKE.H.
Referenced by makeMomentumTransportModelTypes().
|
protected |
Definition at line 95 of file LienCubicKE.H.
Referenced by makeMomentumTransportModelTypes().
|
protected |
Definition at line 96 of file LienCubicKE.H.
Referenced by makeMomentumTransportModelTypes().
|
protected |
Definition at line 97 of file LienCubicKE.H.
Referenced by makeMomentumTransportModelTypes().
|
protected |
Definition at line 98 of file LienCubicKE.H.
Referenced by makeMomentumTransportModelTypes().
|
protected |
Definition at line 100 of file LienCubicKE.H.
Referenced by makeMomentumTransportModelTypes().
|
protected |
Definition at line 102 of file LienCubicKE.H.
Referenced by makeMomentumTransportModelTypes().
|
protected |
Definition at line 103 of file LienCubicKE.H.
Referenced by makeMomentumTransportModelTypes().
|
protected |
Definition at line 108 of file LienCubicKE.H.
Referenced by LienCubicKE::k(), makeMomentumTransportModelTypes(), and LienCubicKE::omega().
|
protected |
Definition at line 109 of file LienCubicKE.H.
Referenced by LienCubicKE::epsilon(), makeMomentumTransportModelTypes(), and LienCubicKE::omega().