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

Implementation of dynOneEqEddy LES model

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 23, 2013, 20:49
Default Implementation of dynOneEqEddy LES model
  #1
New Member
 
Hiroki Ono
Join Date: Jul 2013
Posts: 2
Rep Power: 0
h.ono is on a distinguished road
Hi all,

I have doubts about implementation of incompressible::dynOneEqEddy turbulence model.

For example, in the part of calculating ck, symmTensor MM is calculated as
Code:
MM = simpleFilter_(-2.0*delta()*sqrt(KK)*filter_(D))
in 2.2.x original source code.

but I think, MM must be calculated as
Code:
MM = delta()*(filter_(sqrt(k_)*D) - 2*sqrt(KK + filter_(k_))*filter_(D))
written in comment section of header file "dynOneEqEddy.H".

In addition, MM is calculated as the latter in "homogeneousDynOneEqEddy"

Why the former is used?
h.ono is offline   Reply With Quote

Reply


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
OpenFOAM: LES turbulence model names Ollie OpenFOAM 5 January 7, 2013 10:24
OpenFOAM: LES turbulence model names Ollie Main CFD Forum 1 April 11, 2011 13:03
help for different between les model (subgrid-scale model) liuyuxuan FLUENT 1 October 2, 2009 15:25
Regarding Implementation of Hershel Bulkley Model in Viscosity correlation Pathak FLOW-3D 0 August 24, 2009 06:34
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 16:07.