One Equation Eddy Viscosity Model for incompressible flows. More...
#include <compressibleLESModels/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(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
Definition at line 71 of file oneEqEddy.H.
Inheritance diagram for oneEqEddy:
Collaboration diagram for oneEqEddy: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.
| |
| 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.
| 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]
|
Correct Eddy-Viscosity and related properties.
Reimplemented from GenEddyVisc.
Definition at line 86 of file oneEqEddy.C.
References Foam::bound(), correct(), Foam::fvm::ddt(), Foam::dev(), Foam::fvm::div(), Foam::resError::div(), Foam::fvc::interpolate(), Foam::fvm::laplacian(), phi, rho, Foam::fvm::Sp(), Foam::sqrt(), Foam::fvm::SuSp(), and Foam::symm().
| bool read | ( | ) | [virtual]
|
Read LESProperties dictionary.
Reimplemented from GenEddyVisc.
Definition at line 115 of file oneEqEddy.C.