qZeta Class Reference

Gibson and Dafa'Alla's q-zeta two-equation low-Re turbulence model for incompressible flows. More...

Inheritance diagram for qZeta:
Collaboration diagram for qZeta:

Public Member Functions

 TypeName ("qZeta")
 Runtime type information. More...
 
 qZeta (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 ~qZeta ()
 Destructor. More...
 
virtual bool read ()
 Read RASProperties dictionary. More...
 
tmp< volScalarField > DqEff () const
 Return the effective diffusivity for q. More...
 
tmp< volScalarField > DzetaEff () 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 const volScalarField & q () const
 
virtual const volScalarField & zeta () const
 
virtual void correct ()
 Solve the turbulence equations and correct the turbulence viscosity. 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 tmp< volSymmTensorField > sigma () const
 Return the Reynolds stress tensor [m^2/s^2]. 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...
 
virtual tmp< volSymmTensorField > devTau () const
 Return the effective stress tensor. 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...
 

Protected Member Functions

tmp< volScalarField > fMu () const
 
tmp< volScalarField > f2 () const
 
void boundZeta ()
 Bound epsilon and return Cmu*sqr(k) for nut. More...
 
virtual void correctNut ()
 Correct the eddy-viscosity nut. More...
 

Protected Attributes

dimensionedScalar Cmu_
 
dimensionedScalar C1_
 
dimensionedScalar C2_
 
dimensionedScalar sigmaZeta_
 
Switch anisotropic_
 
dimensionedScalar qMin_
 Lower limit of q. More...
 
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 BasicMomentumTransportModel::alphaField alphaField
 
typedef BasicMomentumTransportModel::rhoField rhoField
 
- Public Types inherited from linearViscousStress< BasicMomentumTransportModel >
typedef BasicMomentumTransportModel::alphaField alphaField
 
typedef BasicMomentumTransportModel::rhoField rhoField
 

Detailed Description

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.
Source files

Definition at line 70 of file qZeta.H.

Constructor & Destructor Documentation

◆ qZeta()

qZeta ( 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().

Here is the caller graph for this function:

◆ ~qZeta()

virtual ~qZeta ( )
inlinevirtual

Destructor.

Definition at line 132 of file qZeta.H.

Member Function Documentation

◆ fMu()

tmp<volScalarField> fMu ( ) const
protected

Referenced by makeMomentumTransportModelTypes().

Here is the caller graph for this function:

◆ f2()

tmp<volScalarField> f2 ( ) const
protected

Referenced by makeMomentumTransportModelTypes().

Here is the caller graph for this function:

◆ boundZeta()

void boundZeta ( )
protected

Bound epsilon and return Cmu*sqr(k) for nut.

Referenced by makeMomentumTransportModelTypes().

Here is the caller graph for this function:

◆ correctNut()

virtual void correctNut ( )
protectedvirtual

Correct the eddy-viscosity nut.

Implements eddyViscosity< incompressible::RASModel >.

Referenced by makeMomentumTransportModelTypes().

Here is the caller graph for this function:

◆ TypeName()

TypeName ( "qZeta"  )

Runtime type information.

◆ read()

virtual bool read ( )
virtual

Read RASProperties dictionary.

Implements eddyViscosity< incompressible::RASModel >.

Referenced by makeMomentumTransportModelTypes().

Here is the caller graph for this function:

◆ DqEff()

tmp<volScalarField> DqEff ( ) const
inline

Return the effective diffusivity for q.

Definition at line 142 of file qZeta.H.

References GeometricField< Type, PatchField, GeoMesh >::New(), and eddyViscosity< incompressible::RASModel >::nut_.

Referenced by makeMomentumTransportModelTypes().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DzetaEff()

tmp<volScalarField> DzetaEff ( ) const
inline

Return the effective diffusivity for epsilon.

Definition at line 152 of file qZeta.H.

References GeometricField< Type, PatchField, GeoMesh >::New(), eddyViscosity< incompressible::RASModel >::nut_, and qZeta::sigmaZeta_.

Referenced by makeMomentumTransportModelTypes().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ k()

virtual tmp<volScalarField> k ( ) const
inlinevirtual

Return the turbulence kinetic energy.

Implements eddyViscosity< incompressible::RASModel >.

Definition at line 162 of file qZeta.H.

References qZeta::k_.

◆ epsilon()

virtual tmp<volScalarField> epsilon ( ) const
inlinevirtual

Return the turbulence kinetic energy dissipation rate.

Definition at line 168 of file qZeta.H.

References qZeta::epsilon_.

◆ omega()

virtual tmp<volScalarField> omega ( ) const
inlinevirtual

Return the turbulence specific dissipation rate.

Definition at line 174 of file qZeta.H.

References qZeta::Cmu_, qZeta::epsilon_, qZeta::k_, and GeometricField< Type, PatchField, GeoMesh >::New().

Here is the call graph for this function:

◆ q()

virtual const volScalarField& q ( ) const
inlinevirtual

Definition at line 183 of file qZeta.H.

References qZeta::q_.

◆ zeta()

virtual const volScalarField& zeta ( ) const
inlinevirtual

Definition at line 188 of file qZeta.H.

References qZeta::zeta_.

◆ correct()

virtual void correct ( )
virtual

Solve the turbulence equations and correct the turbulence viscosity.

Implements eddyViscosity< incompressible::RASModel >.

Referenced by makeMomentumTransportModelTypes().

Here is the caller graph for this function:

Member Data Documentation

◆ Cmu_

dimensionedScalar Cmu_
protected

Definition at line 81 of file qZeta.H.

Referenced by makeMomentumTransportModelTypes(), and qZeta::omega().

◆ C1_

dimensionedScalar C1_
protected

Definition at line 82 of file qZeta.H.

Referenced by makeMomentumTransportModelTypes().

◆ C2_

dimensionedScalar C2_
protected

Definition at line 83 of file qZeta.H.

Referenced by makeMomentumTransportModelTypes().

◆ sigmaZeta_

dimensionedScalar sigmaZeta_
protected

Definition at line 84 of file qZeta.H.

Referenced by qZeta::DzetaEff(), and makeMomentumTransportModelTypes().

◆ anisotropic_

Switch anisotropic_
protected

Definition at line 85 of file qZeta.H.

Referenced by makeMomentumTransportModelTypes().

◆ qMin_

dimensionedScalar qMin_
protected

Lower limit of q.

Definition at line 88 of file qZeta.H.

Referenced by makeMomentumTransportModelTypes().

◆ k_

volScalarField k_
protected

Definition at line 92 of file qZeta.H.

Referenced by qZeta::k(), makeMomentumTransportModelTypes(), and qZeta::omega().

◆ epsilon_

volScalarField epsilon_
protected

Definition at line 93 of file qZeta.H.

Referenced by qZeta::epsilon(), makeMomentumTransportModelTypes(), and qZeta::omega().

◆ q_

volScalarField q_
protected

Definition at line 95 of file qZeta.H.

Referenced by makeMomentumTransportModelTypes(), and qZeta::q().

◆ zeta_

volScalarField zeta_
protected

Definition at line 96 of file qZeta.H.

Referenced by makeMomentumTransportModelTypes(), and qZeta::zeta().


The documentation for this class was generated from the following file: