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

LES Dynamic models details

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 18, 2009, 03:19
Default LES Dynamic models details
  #1
Senior Member
 
lakeat's Avatar
 
Daniel WEI (老魏)
Join Date: Mar 2009
Location: Beijing, China
Posts: 689
Blog Entries: 9
Rep Power: 21
lakeat is on a distinguished road
Send a message via Skype™ to lakeat
Dear all,

If I am not mistaken, the current dynamic models calculate the coefficients as a single scalar, not scalarfield, I mean C is not C(y), or C(x,y,z,t). The averaging process is not done in homogeneous directions.

I am a little confused, the original basic idea of Dynamic procedure would make sense better if averaging in homogeneous directions, wouldn't it?

Another question I have is, is the test filter used in OpenFOAM double size of the original filter? If I am not mistaken, simpleFilter is just another explicit filter used in dynamic procedure that differs from the implicit filter, but isn't the explicit simpleFilter (top-hat) the same as the implicit filter (top-hat too!)?

Please correct me if I was wrong.

Thank you very much.
__________________
~
Daniel WEI
-------------
Boeing Research & Technology - China
Beijing, China
Email
lakeat is offline   Reply With Quote

Old   July 20, 2009, 09:46
Default dynOneEqEddy vs locDynOneEqEddy
  #2
Member
 
Michael Roth
Join Date: Mar 2009
Location: Guelph, Ontario, Canada
Posts: 50
Rep Power: 17
roth is on a distinguished road
Take a look at the source of "locDynOneEqEddy" which is a localized, dynamic LES model i.e C(x,y,z,t).

Contrast this with "dynOneEqEddy" which is dynamic but with a global coefficient i.e C(t).

Michael
roth is offline   Reply With Quote

Old   July 24, 2009, 05:15
Default
  #3
Senior Member
 
lakeat's Avatar
 
Daniel WEI (老魏)
Join Date: Mar 2009
Location: Beijing, China
Posts: 689
Blog Entries: 9
Rep Power: 21
lakeat is on a distinguished road
Send a message via Skype™ to lakeat
I see, but what about the second question,
"is the test filter used in OpenFOAM double size of the original filter?"

Thank you, Michael!
__________________
~
Daniel WEI
-------------
Boeing Research & Technology - China
Beijing, China
Email
lakeat is offline   Reply With Quote

Old   September 2, 2009, 08:05
Post
  #4
New Member
 
W.L.Zhang
Join Date: Aug 2009
Posts: 4
Rep Power: 16
fluidzhang is on a distinguished road
the ratio of the two filter width is 2,this number was choosed by some researchers,they demonstrated it was optimum.
fluidzhang is offline   Reply With Quote

Old   September 2, 2009, 08:17
Default
  #5
Senior Member
 
lakeat's Avatar
 
Daniel WEI (老魏)
Join Date: Mar 2009
Location: Beijing, China
Posts: 689
Blog Entries: 9
Rep Power: 21
lakeat is on a distinguished road
Send a message via Skype™ to lakeat
Quote:
Originally Posted by fluidzhang View Post
the ratio of the two filter width is 2,this number was choosed by some researchers,they demonstrated it was optimum.
Which line in the source code, please?
__________________
~
Daniel WEI
-------------
Boeing Research & Technology - China
Beijing, China
Email
lakeat is offline   Reply With Quote

Old   January 18, 2011, 16:28
Default
  #6
New Member
 
Matt James
Join Date: Jun 2010
Location: Marinette,WI, USA
Posts: 25
Rep Power: 15
mdjames is on a distinguished road
the test filter size is (at least in dynSmag) controlled by the variable ce in the turbulenceProperties dict, I think.
mdjames is offline   Reply With Quote

Old   January 24, 2011, 10:16
Default
  #7
StSchiff
Guest
 
Posts: n/a
The test filter width is set to twice the grid filter width by the following line in dynSmagorinsky:

volSymmTensorField MM =
sqr(delta())*(filter_(mag(D)*(D)) - 4*mag(filter_(D))*filter_(D));

The factor 4 results from substituting 2*delta for the test filter width. where delta is the grid filter width.
  Reply With Quote

Old   April 6, 2011, 11:43
Default
  #8
Senior Member
 
Francois
Join Date: Jun 2010
Posts: 107
Rep Power: 20
Fransje will become famous soon enough
If I'm not mistaken, I think even the locDynOneEqEddy model is not localized..

EDIT: I stand corrected. The coefficients are volScalarFields, so that would imply local coefficients..

Last edited by Fransje; April 19, 2011 at 06:56.
Fransje is offline   Reply With Quote

Old   April 6, 2011, 14:23
Default
  #9
Senior Member
 
lakeat's Avatar
 
Daniel WEI (老魏)
Join Date: Mar 2009
Location: Beijing, China
Posts: 689
Blog Entries: 9
Rep Power: 21
lakeat is on a distinguished road
Send a message via Skype™ to lakeat
Well, you have to give it some sort of name
__________________
~
Daniel WEI
-------------
Boeing Research & Technology - China
Beijing, China
Email
lakeat is offline   Reply With Quote

Old   April 6, 2011, 14:41
Default
  #10
Senior Member
 
lakeat's Avatar
 
Daniel WEI (老魏)
Join Date: Mar 2009
Location: Beijing, China
Posts: 689
Blog Entries: 9
Rep Power: 21
lakeat is on a distinguished road
Send a message via Skype™ to lakeat
And I just don;t believe there is an universal shortcut to model all types or turbulence in a non-DNS mesh.

Personally, I think the development of LES small scale turbulence models has almost reached its peak.

But it seems hybrid method still has a long way to go.
__________________
~
Daniel WEI
-------------
Boeing Research & Technology - China
Beijing, China
Email
lakeat is offline   Reply With Quote

Old   May 19, 2011, 07:46
Default Test filter
  #11
Member
 
longamon's Avatar
 
David Aljure
Join Date: Mar 2011
Location: CTTC Universidad Politécnica de Catalunya. Spain
Posts: 38
Rep Power: 15
longamon is on a distinguished road
moved to new thread

Last edited by longamon; May 24, 2011 at 07:02. Reason: moved to new thread
longamon 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
Failed dimensional check with dynamic LES models alberto OpenFOAM Bugs 9 September 5, 2007 22:57
LES dynamic models fail dimensional check alberto OpenFOAM Running, Solving & CFD 0 June 11, 2007 13:23
user subroutine error CFDUSER CFX 2 December 9, 2006 06:31
user defined function cfduser CFX 0 April 29, 2006 10:58
Nan on LES dynamic models sampaio OpenFOAM Running, Solving & CFD 10 March 8, 2005 15:44


All times are GMT -4. The time now is 04:53.