|
[Sponsors] |
November 14, 2011, 18:01 |
Transition RANS to LES during simulation
|
#1 |
New Member
Lorenz Niedermeier
Join Date: Nov 2011
Location: Munich
Posts: 2
Rep Power: 0 |
Hi everyone,
I am looking for a way to switch from RANS to LES during a simulation run. I want to investigate slug flow in a horizontal pipe and especially the secondary flow within a plug. The pipe is 10m long so I cannot do the whole simulation with LES due to limited resources. Is it possible to switch from RANS turbulence model to LES for the pipe at a certain time-step close to the end? Or is possible to simulate the last half meter of the pipe with LES and the rest of the pipe with RANS? Since I am quite a newbie regarding OpenFOAM I would be very thankful for any clues. Regards, Lorenz |
|
November 15, 2011, 03:33 |
|
#2 |
Senior Member
Roman Thiele
Join Date: Aug 2009
Location: Eindhoven, NL
Posts: 374
Rep Power: 21 |
RANS and LES usually have much different requirements when it comes to the mesh. LES needing more cells, so you should have two different meshes set up.
one thing you can do is to run the simulation in RANS on the first mesh and use the results (from any time directory) as the input for your LES simulation. you should use the mapFields utility. http://www.openfoam.com/docs/user/st...-utilities.php
__________________
~roman |
|
November 16, 2011, 05:12 |
|
#3 |
Senior Member
Vesselin Krastev
Join Date: Jan 2010
Location: University of Tor Vergata, Rome
Posts: 368
Rep Power: 20 |
You can also try some hybrid approach, such as the DES, though I don't think you'll save a lot of computational resources comparing with pure LES.
V. |
|
November 17, 2011, 11:08 |
|
#4 |
New Member
Lorenz Niedermeier
Join Date: Nov 2011
Location: Munich
Posts: 2
Rep Power: 0 |
Thanks for the quick reply.
The mapFields approach sounds good. Is it possible map the conditions at every cross sectional area of the pipe (in axial direction)? I am asking this because it would be perfect for me if I could map the conditions right before the formation of a slug near the end of the pipe. The DES approach is not beneficial for me as I just need LES to investigate the formation of a slug and its flow through the pipe. |
|
November 17, 2011, 11:47 |
|
#5 |
Senior Member
Vesselin Krastev
Join Date: Jan 2010
Location: University of Tor Vergata, Rome
Posts: 368
Rep Power: 20 |
The DES approach resolves only the boundary layer with a RANS formulation, while the core of the flow exhibits a consistent LES behavior, thus probably it would be a good solution for your case. The problem (in my opinion) is that the RANS solution of the b.l. still requires a very fine grid (though probably slightly coarser than the pure LES requirements) so probably you will not gain that much reduction in computational time.
The mapping option is interesting, I think you should think about two options: 1) resolve the first part of the domain separately with a RANS model, and then map only the outlet values as inlet BC for a LES involving only the second part of the domain (I think that there are some proper mapping functions to do so, but I don't know exactly what they are); do the same, but resolving also the second part of the domain with RANS modeling and then map the whole converged second-part solution on your LES mesh, thus initializing not only the inlet BC's but also the internal domain. Regards V. |
|
Tags |
les, rans |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Converting RANS solver into LES | Chiara | Main CFD Forum | 5 | February 19, 2009 10:36 |
Coupling LES with RANS with multidomains? | Aerodynamics | Main CFD Forum | 0 | March 22, 2008 09:40 |
Laminar Flamlet RANS to LES | LB | FLUENT | 0 | September 5, 2007 06:35 |
3D LES developing based on 3D RANS code | BigFrank | Main CFD Forum | 0 | April 24, 2007 05:33 |
LES simulation of vortex shedding | Hans | Main CFD Forum | 8 | September 25, 2003 07:28 |