Gibson and Dafa'Alla's q-zeta two-equation low-Re turbulence model for incompressible flows. More...
#include <qZeta.H>


Public Member Functions | |
| TypeName ("qZeta") | |
| Runtime type information. | |
| qZeta (const geometricOneField &alpha, const geometricOneField &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 | ~qZeta ()=default |
| Destructor. | |
| virtual bool | read () |
| Re-read model coefficients if they have changed. | |
| const dimensionedScalar & | qMin () const |
| Return the lower allowable limit for q (default: SMALL). | |
| const dimensionedScalar & | zetaMin () const |
| Return the lower allowable limit for zeta (default: SMALL). | |
| dimensionedScalar & | qMin () |
| Allow qMin to be changed. | |
| dimensionedScalar & | zetaMin () |
| Allow zetaMin to be changed. | |
| tmp< volScalarField > | DqEff () const |
| Return the effective diffusivity for q. | |
| tmp< volScalarField > | DzetaEff () const |
| Return the effective diffusivity for epsilon. | |
| virtual tmp< volScalarField > | k () const |
| Return the turbulence kinetic energy. | |
| virtual tmp< volScalarField > | epsilon () const |
| Return the turbulence kinetic energy dissipation rate. | |
| virtual const volScalarField & | q () const |
| virtual const volScalarField & | zeta () const |
| virtual void | correct () |
| Solve the turbulence equations and correct the turbulence viscosity. | |
| 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 transportModel &transport, const word &propertiesName) | |
| Construct from components. | |
| virtual | ~eddyViscosity ()=default |
| Destructor. | |
| virtual tmp< volScalarField > | nut () const |
| Return the turbulence viscosity. | |
| virtual tmp< volSymmTensorField > | R () const |
| Return the Reynolds stress tensor. | |
| virtual void | validate () |
| Validate the turbulence fields after construction. | |
| Public Member Functions inherited from linearViscousStress< incompressible::RASModel > | |
| linearViscousStress (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 | ~linearViscousStress ()=default |
| Destructor. | |
| 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. | |
Protected Member Functions | |
| tmp< volScalarField > | fMu () const |
| tmp< volScalarField > | f2 () const |
| virtual void | correctNut () |
Protected Attributes | |
| dimensionedScalar | Cmu_ |
| dimensionedScalar | C1_ |
| dimensionedScalar | C2_ |
| dimensionedScalar | sigmaZeta_ |
| Switch | anisotropic_ |
| dimensionedScalar | qMin_ |
| Lower limit of q. | |
| dimensionedScalar | zetaMin_ |
| Lower limit of zeta. | |
| volScalarField | k_ |
| volScalarField | epsilon_ |
| volScalarField | q_ |
| volScalarField | zeta_ |
| Protected Attributes inherited from eddyViscosity< incompressible::RASModel > | |
| volScalarField | nut_ |
Additional Inherited Members | |
| Public Types inherited from eddyViscosity< incompressible::RASModel > | |
| typedef incompressible::RASModel::alphaField | alphaField |
| typedef incompressible::RASModel::rhoField | rhoField |
| typedef incompressible::RASModel::transportModel | transportModel |
| Public Types inherited from linearViscousStress< incompressible::RASModel > | |
| typedef incompressible::RASModel::alphaField | alphaField |
| typedef incompressible::RASModel::rhoField | rhoField |
| typedef incompressible::RASModel::transportModel | transportModel |
Gibson and Dafa'Alla's q-zeta two-equation low-Re turbulence model for incompressible flows.
This turbulence model is described in:
Dafa'Alla, A.A., Juntasaro, E. & Gibson, M.M. (1996).
Calculation of oscillating boundary layers with the
q-zeta turbulence model.
Engineering Turbulence Modelling and Experiments 3:
Proceedings of the Third International Symposium,
Crete, Greece, May 27-29, 141.
which is a development of the original q-zeta model described in:
Gibson, M. M., & Dafa'Alla, A. A. (1995).
Two-equation model for turbulent wall flow.
AIAA journal, 33(8), 1514-1518.
| qZeta | ( | const geometricOneField & | alpha, |
| const geometricOneField & | 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 75 of file qZeta.C.
References alpha, anisotropic_, Foam::bound(), C1_, C2_, Cmu_, eddyViscosity< incompressible::RASModel >::eddyViscosity(), epsilon_, Foam::GlobalIOList< Tuple2< scalar, vector > >::typeName, k_, phi, q_, qMin_, rho, sigmaZeta_, Foam::sqrt(), timeName, U, zeta_, and zetaMin_.

|
virtualdefault |
Destructor.
|
protected |
Definition at line 42 of file qZeta.C.
References anisotropic_, Foam::exp(), k_, nu, Foam::pow3(), q_, Foam::sqr(), and zeta_.
Referenced by correctNut().


|
protected |
Definition at line 59 of file qZeta.C.
References Foam::exp(), k_, nu, q_, Foam::sqr(), and zeta_.
Referenced by correct().


|
protectedvirtual |
Implements eddyViscosity< incompressible::RASModel >.
Definition at line 66 of file qZeta.C.
References Cmu_, epsilon_, fMu(), k_, eddyViscosity< incompressible::RASModel >::nut_, and Foam::sqr().
Referenced by correct().


| TypeName | ( | "qZeta" | ) |
Runtime type information.
References alpha, Foam::GlobalIOList< Tuple2< scalar, vector > >::typeName, phi, turbulenceModel::propertiesName, rho, and U.
|
virtual |
Re-read model coefficients if they have changed.
Implements eddyViscosity< incompressible::RASModel >.
Definition at line 213 of file qZeta.C.
References anisotropic_, C1_, C2_, Cmu_, qMin_, eddyViscosity< BasicTurbulenceModel >::read(), sigmaZeta_, and zetaMin_.

|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Return the effective diffusivity for q.
Definition at line 188 of file qZeta.H.
References nu, and eddyViscosity< incompressible::RASModel >::nut_.
Referenced by correct().

|
inline |
Return the effective diffusivity for epsilon.
Definition at line 199 of file qZeta.H.
References nu, eddyViscosity< incompressible::RASModel >::nut_, and sigmaZeta_.
Referenced by correct().

|
inlinevirtual |
Return the turbulence kinetic energy.
Implements eddyViscosity< incompressible::RASModel >.
Definition at line 210 of file qZeta.H.
References k_.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
Solve the turbulence equations and correct the turbulence viscosity.
Implements eddyViscosity< incompressible::RASModel >.
Definition at line 233 of file qZeta.C.
References Foam::bound(), C1_, C2_, eddyViscosity< BasicTurbulenceModel >::correct(), correctNut(), Foam::fvm::ddt(), Foam::fvm::div(), DqEff(), DzetaEff(), epsilon_, f2(), Foam::fvc::grad(), k_, Foam::fvm::laplacian(), Foam::magSqr(), Foam::fvc::magSqrGradGrad(), nu, eddyViscosity< incompressible::RASModel >::nut_, q_, qMin_, tmp< T >::ref(), solve(), Foam::fvm::Sp(), Foam::sqr(), Foam::fvm::SuSp(), Foam::symm(), zeta_, and zetaMin_.

|
protected |
Definition at line 83 of file qZeta.H.
Referenced by correctNut(), qZeta(), and read().
|
protected |
|
protected |
|
protected |
Definition at line 86 of file qZeta.H.
Referenced by DzetaEff(), qZeta(), and read().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |