FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

oneEqEddy Class Reference

One Equation Eddy Viscosity Model for incompressible flows. More...

#include <compressibleLESModels/oneEqEddy.H>


Detailed Description

One Equation Eddy Viscosity Model for incompressible flows.

Eddy viscosity SGS model using a modeled balance equation to simulate the behaviour of k, hence,

d/dt(rho*k) + div(rho*U*k) - div(muEff*grad(k))
=
-rho*D:B - ce*rho*k^3/2/delta

and

B = 2/3*k*I - 2*nuSgs*dev(D)

where

D = symm(grad(U));
muSgs = ck*rho*sqrt(k)*delta
Source files

Definition at line 71 of file oneEqEddy.H.

Inheritance diagram for oneEqEddy:
Collaboration diagram for oneEqEddy:

List of all members.

Public Member Functions

 TypeName ("oneEqEddy")
 Runtime type information.
 oneEqEddy (const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const basicThermo &thermoPhysicalModel)
 Constructor from components.
virtual  ~oneEqEddy ()
tmp< volScalarField >  DkEff () const
 Return the effective diffusivity for k.
virtual void  correct (const tmp< volTensorField > &gradU)
 Correct Eddy-Viscosity and related properties.
virtual bool  read ()
 Read LESProperties dictionary.

Constructor & Destructor Documentation

oneEqEddy ( const volScalarField &   rho,
const volVectorField &   U,
const surfaceScalarField &   phi,
const basicThermo &   thermoPhysicalModel  
)

Constructor from components.

Definition at line 58 of file oneEqEddy.C.

virtual ~oneEqEddy (  ) [inline, virtual]

Definition at line 109 of file oneEqEddy.H.


Member Function Documentation

TypeName ( "oneEqEddy"    )

Runtime type information.

tmp<volScalarField> DkEff (  ) const [inline]

Return the effective diffusivity for k.

Definition at line 116 of file oneEqEddy.H.

References oneEqEddy::DkEff(), mu, and GenEddyVisc::muSgs_.

Referenced by oneEqEddy::DkEff().

void correct ( const tmp< volTensorField > &   gradU  ) [virtual]
bool read (  ) [virtual]

Read LESProperties dictionary.

Reimplemented from GenEddyVisc.

Definition at line 115 of file oneEqEddy.C.


The documentation for this class was generated from the following files:
  • src/turbulenceModels/compressible/LES/oneEqEddy/oneEqEddy.H
  • src/turbulenceModels/compressible/LES/oneEqEddy/oneEqEddy.C