One Equation Eddy Viscosity Model for incompressible flows. More...
#include <incompressibleLESModels/oneEqEddy.H>
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(k) + div(U*k) - div(nuEff*grad(k)) = -B*L - ce*k^3/2/delta and B = 2/3*k*I - 2*nuSgs*dev(D) Beff = 2/3*k*I - 2*nuEff*dev(D) where D = symm(grad(U)); nuSgs = ck*sqrt(k)*delta nuEff = nuSgs + nu
Definition at line 72 of file oneEqEddy.H.
Public Member Functions | |
TypeName ("oneEqEddy") | |
Runtime type information.
| |
oneEqEddy (const volVectorField &U, const surfaceScalarField &phi, transportModel &transport) | |
Construct from components.
| |
virtual | ~oneEqEddy () |
Destructor.
| |
virtual tmp< volScalarField > | k () const |
Return SGS kinetic energy.
| |
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.
|
oneEqEddy | ( | const volVectorField & | U, |
const surfaceScalarField & | phi, | ||
transportModel & | transport | ||
) |
Construct from components.
Definition at line 56 of file oneEqEddy.C.
virtual ~oneEqEddy | ( | ) | [inline, virtual]
|
Destructor.
Definition at line 110 of file oneEqEddy.H.
TypeName | ( | "oneEqEddy" | ) |
Runtime type information.
virtual tmp<volScalarField> k | ( | ) | const [inline, virtual]
|
tmp<volScalarField> DkEff | ( | ) | const [inline]
|
Return the effective diffusivity for k.
Definition at line 123 of file oneEqEddy.H.
References incompressible::turbulenceModel::nu(), and GenEddyVisc::nuSgs_.
Referenced by oneEqEddy::correct().
void correct | ( | const tmp< volTensorField > & | gradU ) | [virtual]
|
Correct Eddy-Viscosity and related properties.
Reimplemented from GenEddyVisc.
Definition at line 96 of file oneEqEddy.C.
References Foam::bound(), GenEddyVisc::ce_, incompressible::LESModel::correct(), Foam::fvm::ddt(), incompressible::LESModel::delta(), Foam::fvm::div(), oneEqEddy::DkEff(), incompressible::LESModel::k0(), Foam::fvm::laplacian(), Foam::magSqr(), GenEddyVisc::nuSgs_, incompressible::turbulenceModel::phi(), fvMatrix< Type >::relax(), fvMatrix< Type >::solve(), Foam::fvm::Sp(), Foam::sqrt(), and Foam::symm().
bool read | ( | ) | [virtual]
|
Read LESProperties dictionary.
Reimplemented from GenEddyVisc.
Definition at line 121 of file oneEqEddy.C.
References incompressible::LESModel::coeffDict(), GenEddyVisc::read(), and dimensioned< Type >::readIfPresent().