CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

LES turbulence model

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 28, 2014, 06:39
Default LES turbulence model
  #1
Member
 
Join Date: Aug 2011
Posts: 89
Rep Power: 14
idefix is on a distinguished road
Hello,
in OpenFOAM different LES turbulence models can be chosen.
For example the "oneEqEddy", which is a -equation eddy-viscosity model.
I just want to know how this model is working. Can anybody help me?
It would be also very helpful to get literature, which describes this model.
Thanks alot
idefix is offline   Reply With Quote

Old   August 28, 2014, 09:39
Default src/turbulenceModels/compressible/LES/oneEqEddy/oneEqEddy.H
  #2
Senior Member
 
dkxls's Avatar
 
Armin
Join Date: Feb 2011
Location: Helsinki, Finland
Posts: 156
Rep Power: 19
dkxls will become famous soon enough
Well the source code gives already some clues:
Code:
src/turbulenceModels/compressible/LES/oneEqEddy/oneEqEddy.H
src/turbulenceModels/compressible/LES/oneEqEddy/oneEqEddy.C
Also check out the wiki and this thread:
http://www.cfd-online.com/Wiki/Kinet...id-scale_model
http://www.cfd-online.com/Forums/ope...-openfoam.html
dkxls is offline   Reply With Quote

Old   August 28, 2014, 09:46
Default
  #3
Member
 
Join Date: Aug 2011
Posts: 89
Rep Power: 14
idefix is on a distinguished road
Hello again,
thanks for your help.
I am sorry, I forget to mention I am looking at the incompressible turbulence model.

After reading the source code, my question changed a little:
In oneEqEddy.H the following equation for k is written:
Quote:
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
Unfortunately I found no definition for L

If I look in the file oneEqEddy.C I found the following equation for k:
Quote:
fvm::ddt(k_)
+ fvm::div(phi(), k_)
- fvm::laplacian(DkEff(), k_)
==
G
- fvm::Sp(ce_*sqrt(k_)/delta(), k_)

with G = 2.0*nuSgs_*magSqr(symm(gradU))
As far as I understand G is a part of the term B*L.
If I am right, where is then the first part of B (2/3*k*I) in the k-equation?
Is this term necessary?

thanks a lot for your help
idefix is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
gamma-ReTheta turbulence model for predicting transitional flows FelixL OpenFOAM Programming & Development 123 August 30, 2022 11:50
Fluent :- turbulence Model prince_pahariaa FLUENT 9 May 20, 2016 03:41
Spalarat - Allmaras turbulence model saisanthoshm88 Main CFD Forum 1 June 16, 2014 16:33
LES Turbulence Model foamcfd OpenFOAM 2 November 17, 2009 07:54
Why Turbulence models are not universal. Senthil Main CFD Forum 4 July 5, 2000 04:34


All times are GMT -4. The time now is 20:24.