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

Calculation of Epsilon in LES model

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 15, 2013, 22:05
Default Calculation of Epsilon in LES model
  #1
New Member
 
Yuri Almeida
Join Date: Jan 2012
Location: Rio de Janeiro, Brazil
Posts: 21
Rep Power: 14
Yuri Almeida is on a distinguished road
Dears,

I'm performing flame simulations using the fireFoam solver. The default set for combustion is the eddy dissipation model, which furnishes the equation below for the source term in the species transport eqn:

wFuelNorm_ = C_*rho_*turbulence_.epsilon()
/max(turbulence_.k(),dimensionedScalar("SMALL",dimV elocity*dimVelocity,SMALL))
*min(YFuel , YO2/s.value());

However, the turbulence model utilized is LES OneEqEddy, which does not directly calculate the epsilon. So, where the epsilon calculation is performed? What expression is used for it?

Thanks in advance,

Yuri
Yuri Almeida is offline   Reply With Quote

Old   January 17, 2013, 11:55
Default
  #2
Member
 
Gregor Olenik
Join Date: Jun 2009
Location: http://greole.github.io/
Posts: 89
Rep Power: 16
gregor is on a distinguished road
Hi Yuri,

the oneEqEddy model is derived from the GenEddyVisc model. In GenEddyVisc.H you find that epsilon is computed as
Code:
 ce_*k()*sqrt(k())/delta();
gregor is offline   Reply With Quote

Old   January 18, 2013, 07:43
Default
  #3
New Member
 
Yuri Almeida
Join Date: Jan 2012
Location: Rio de Janeiro, Brazil
Posts: 21
Rep Power: 14
Yuri Almeida is on a distinguished road
Hi Gregor,

Now I got it!

Thank you very much!
Yuri Almeida 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
LES Filter in Smagorinsky model on inhomogenous grids Ivan Main CFD Forum 1 October 25, 2012 11:30
Implementation of wall model to LES saeedi Main CFD Forum 3 August 24, 2012 14:51
Bug in Dynamic 1Eq Eddy Viscosity LES Model Incompressible flow harishg OpenFOAM Bugs 5 December 2, 2008 18:18
Smagorinsky model sylvain91 OpenFOAM Running, Solving & CFD 0 June 22, 2006 06:29
2-equation model of LES and source code M.R.Hadian Main CFD Forum 0 February 3, 2002 05:00


All times are GMT -4. The time now is 00:38.