Skip to content
Snippets Groups Projects
Commit 01653a50 authored by Henry's avatar Henry
Browse files

oneEqEddy: updated documentation

parent ceae57bf
No related merge requests found
......@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
......@@ -25,14 +25,14 @@ Class
Foam::compressible::LESModels::oneEqEddy
Description
One Equation Eddy Viscosity Model for incompressible flows
One Equation Eddy Viscosity Model for compressible flows
Eddy viscosity SGS model using a modeled balance equation to simulate the
behaviour of k, hence,
\verbatim
d/dt(rho*k) + div(rho*U*k) - div(muEff*grad(k))
=
-rho*D:B - ce*rho*k^3/2/delta
-rho*D:B - ce*rho*k^(3/2)/delta
and
......@@ -41,10 +41,11 @@ Description
where
D = symm(grad(U));
muSgs = ck*rho*sqrt(k)*delta
nuSgs = ck*sqrt(k)*delta
muSgs = rho*nuSgs
muEff = muSgs + mu
\endverbatim
SourceFiles
oneEqEddy.C
......
......@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
......@@ -32,7 +32,7 @@ Description
\verbatim
d/dt(k) + div(U*k) - div(nuEff*grad(k))
=
-B*L - ce*k^3/2/delta
-D:B - ce*k^(3/2)/delta
and
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment