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

Turbulence Modelling with DES/LES

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 24, 2018, 14:47
Question Turbulence Modelling with DES/LES
  #1
New Member
 
Conor
Join Date: Oct 2016
Posts: 14
Rep Power: 9
ConorMD is on a distinguished road
Hi there,

From my reading around the forum I have learned that LES can only be enabled in a 3D simulation. This makes sense to me as this turbulence is inherently a 3D problem and it wouldn't make sense to employ it in 2D. It also can't be switched on in Fluent for 2D.

My question is this, if LES can't be enabled in 2D, how can DES be an option in 2D for Fluent? My understanding of DES is that it is a combination of RANS and LES where RANS is used at the boundary layer and LES is used elsewhere.

If anyone could shed some light on my confusion, it would be much appreciated.

Thanks,
Conor
ConorMD is offline   Reply With Quote

Old   June 25, 2018, 10:47
Default
  #2
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,674
Rep Power: 66
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
You can do 2D LES in Fluent but the option is hidden except for people that know how to turn it on are able to. Type this into the TUI and hit enter/return:

Code:
(rpsetvar 'les-2d? #t)
This will make LES appear in the viscous models and allow you to use it.

Note you should type it in yourself, copy and paste usually does not work because of the way characters are coded. If this doesn't work, open up the case file with a text editor and find the line that reads:

Code:
(les-smag-const 0.1)
(les-2d? #f)
(les-cpld-diss-coeff 0.2)
and change it to
Code:
(les-smag-const 0.1)
(les-2d? #t)
(les-cpld-diss-coeff 0.2)
LuckyTran is offline   Reply With Quote

Reply

Tags
des, fluent, les, turbulence


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
steady state turbulence modelling?? neprendo FLUENT 1 April 3, 2014 04:27
Aerofoil Modelling - Laminar approximation, transition and turbulence modelling. Asatorae STAR-CCM+ 1 January 20, 2014 05:25
kOmegaSST without turbulence modelling of the flow around geometry CFDnewbie147 OpenFOAM Running, Solving & CFD 7 December 5, 2013 07:29
Homogeneous Turbulence Modelling Zaktatir CFX 0 December 15, 2010 09:37
modelling transition with v2f turbulence model pablo FLUENT 0 August 7, 2006 15:44


All times are GMT -4. The time now is 15:08.