CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Converting RANS solver into LES

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 3, 2009, 11:06
Default Converting RANS solver into LES
  #1
Chiara
Guest
 
Posts: n/a
Hello you all, I am trying to turn our in-house compressible, unstructured, finite volume RANS solver into an LES. The flux discretization is Roe-Upwind 2nd order. The gradient reconstruction exploits least squares. The temporal scheme is a 4th order 6 step Runge-Kutta. I tried to run the solver without turbulent models in an incompressible channel (actually, a DNS), initializing the flow field with a DNS exact solution. Though I am refining the grid up to DNS levels, turbulence dacays very fast with no hope to grow up again. I know it is possible to have LES solvers with Upwind 2nd order, so does anyone have an hypothesis what to check out, or how to behave, or what absolutely to change, or where I am definitely screwing up ? Thanks for your help!
  Reply With Quote

Old   February 3, 2009, 13:43
Default Re: Converting RANS solver into LES
  #2
NRD
Guest
 
Posts: n/a
Upwind schemes are highly dissipative and have the potential to wipe out all small scales and laminarize the flow. How about switching to central difference schemes? I remember reading in FLUENT manual too where it is suggested to use central difference schemes for LES solver.
  Reply With Quote

Old   February 3, 2009, 19:03
Default Re: Converting RANS solver into LES
  #3
Paolo Lampitella
Guest
 
Posts: n/a
The 2nd order upwind scheme is an unfeasible choice for LES. It has a very bad spectral representation at the highest frequencies, in several aspects the more important ones in an LES.

Due to this bad behaviour, this is probably the cause of the damping of all the fluctuations present in your initial condition. Turbulence is pratically unsustainable on your grid because of the very high artificial dissipation of the scheme.

Some feasible choices are:

1) Switch to a pure 2nd order central scheme and implement some kind of explicit filtering to remove the badly resolved scales from your simulation. Then apply one of the LES turbulence models. A lot of work about the explicit filtering on unstructured grids is available online through the Stanford CTR site.

2) ILES approach. Switch to an higher order central scheme (2nd or higher order) with some kind of limiting. It's nonlinear behaviour will act as a kind of dynamic model.

In the first case you have a formally correct approach and some kind of control over the parameters of your LES, taking numerics, filtering and turbulence modeling as three separate actors in your simulation. Grid convergence is expected for fixed filter size.

In the second case, while having a more simple approach, there are some issues connected with the formulation. Actually, with the classical form of the equations, commutation errors are not properly accounted for and, as a consequence, your solution will not be the filtered one you're looking for. This is important because the commutation error is of the same order of the discretization error so the different error component will interact in a very nonlinear fashion.

This is just to mention some possible solutions. To really implement one of it you should go through the available literature to properly face the several issues connected with both of them.

hope this helps

  Reply With Quote

Old   February 4, 2009, 04:15
Default Re: Converting RANS solver into LES
  #4
Chiara
Guest
 
Posts: n/a
Thank you for your suggestions, I will try. Do you have any idea on how to increase the order over the 2nd for finite-volumes unstructured grids? Thank you again.
  Reply With Quote

Old   February 4, 2009, 05:12
Default Re: Converting RANS solver into LES
  #5
Paolo Lampitella
Guest
 
Posts: n/a
This is actually a very complex task. I'm not very expert in this but some of the issues that need to be faced are:

1) The linear reconstruction method for the variables inside the finite volumes is only second order. You need to switch to, at least, a quadratic reconstruction method. In the former a costant gradient inside the volume is constructed by a least squares method and a linear variation for the variables inside the volume is assumed. In the latter the same method is applied to obtain the Hessian so you can build the quadratic variation inside the volumes. For a clear understanding of this, which i'm actually still missing, you should read the Barth papers on finite volumes

2) The flux computation at faces has to be upgraded with a higher than 2nd one

3) The face integrals of the fluxes has to be computed with accuracy higher than two. You will need the node values which in turn come from interpolation of neighbour cell values. This interpolation has to be of order higher than 2, of course.

4) The geometry described by piecewise linear variations is no more valid. You have to switch, at least, to quadratic piecewise variations.

This is just a taste. Moreover, several approaches are available to face these issues.

To gain more knowledge about these things you can search the following:

High/er order finite volume method

Discontinuous Galerkin method

Spectral volume method

Spectral difference method

A lot of material is freely available online
  Reply With Quote

Old   February 19, 2009, 09:36
Default Re: Converting RANS solver into LES
  #6
Joe
Guest
 
Posts: n/a
I suspect you are being limited by the 2nd order FV scheme. It is not impossible to get good solutions using such a scheme, but you will need a lot of grid points. I definitely recommend higher order schemes. Unfortunately, they are difficult to implement in an unstructured code. Discontinuous Galerkin methods are probably the most promising. But, they are an active research topic in themselves right now. If you continue with upwind type schemes, you should read about the MILES approach. There is a book by Grinstein, "Implicit Large Eddy Simulation" that would help.

  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
LES vs RANS student2 Main CFD Forum 57 March 3, 2020 09:54
LES channelFoam solver underpredicts friction factor utexasche OpenFOAM Running, Solving & CFD 0 May 16, 2011 20:47
LES solver with variable density for incompressible liquids matthias OpenFOAM Running, Solving & CFD 1 April 26, 2010 05:46
LES or RANS ? TC FLUENT 1 July 13, 2007 16:16
someone to answer..Difference between LES and RANS Nik Main CFD Forum 2 September 4, 2005 11:40


All times are GMT -4. The time now is 16:17.