|
[Sponsors] |
June 24, 2018, 15:47 |
Turbulence Modelling with DES/LES
|
#1 |
New Member
Conor
Join Date: Oct 2016
Posts: 14
Rep Power: 10 |
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 |
|
June 25, 2018, 11:47 |
|
#2 |
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,754
Rep Power: 66 |
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) 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) Code:
(les-smag-const 0.1) (les-2d? #t) (les-cpld-diss-coeff 0.2) |
|
Tags |
des, fluent, les, turbulence |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
steady state turbulence modelling?? | neprendo | FLUENT | 1 | April 3, 2014 05:27 |
Aerofoil Modelling - Laminar approximation, transition and turbulence modelling. | Asatorae | STAR-CCM+ | 1 | January 20, 2014 06:25 |
kOmegaSST without turbulence modelling of the flow around geometry | CFDnewbie147 | OpenFOAM Running, Solving & CFD | 7 | December 5, 2013 08:29 |
Homogeneous Turbulence Modelling | Zaktatir | CFX | 0 | December 15, 2010 10:37 |
modelling transition with v2f turbulence model | pablo | FLUENT | 0 | August 7, 2006 16:44 |