|
[Sponsors] |
December 4, 2017, 14:38 |
Some questions and concerns on LES
|
#1 |
Senior Member
Selig
Join Date: Jul 2016
Posts: 213
Rep Power: 11 |
I am interested in taking on the feat of implementing a LES model for my finite volume method. I am of the understanding we can write the filtered incompressible NS (using the Boussinesq approximation) as
Where the modified pressure is where is the trace component, i.e. . For simplicity I want to start with a simple dynamic model, such as the Smagorinsky SGS model. According to literature I am currently using second order central differencing as upwind schemes perform quite poorly in LES. In terms of explicit filtering, what I am confused about is when to apply the filter. Naively, I would apply the filter after each timestep to . But doing the algebra of applying the filter, it seems that applying it to isnt satisfactory as applying the explicit filter to the nonlinear advection term. The filter I am interested in is This filter was proposed by J. Gullbrand. Also, for initial testing of the addition of LES to my FVM solver, is the cubic lid driven cavity acceptable? Given I am in the early stages of using LES, would maybe implicit filtering be more appropriate? |
|
December 4, 2017, 15:35 |
|
#2 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,849
Rep Power: 73 |
1) I suggest to start your experience in the LES field implementing first the implicit filtering approach. However, the explicit filtering is applied on the convective flux.
2) Use the convective form of the non linear term instead of the quasi-linear form. 3) The lid driven cavity is not the correct test case to assess the performance of your LES code |
|
December 4, 2017, 15:58 |
Starting in LES
|
#3 |
Senior Member
Selig
Join Date: Jul 2016
Posts: 213
Rep Power: 11 |
Thank you for the replies. I think the implicit filtering approach is the right one for me given my limited experience. With regards to implicit LES filtering, I am of the understanding the filter is not explicitly implemented, but rather it is based on your grid resolution and numerical methods. Is this the correct view to have? In implementation, it feels more like RANS then LES in terms of the form of the momentum equation. Thanks!
|
|
December 4, 2017, 16:02 |
|
#4 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,849
Rep Power: 73 |
Quote:
You are correct. |
||
December 6, 2017, 14:47 |
Some progress
|
#5 |
Senior Member
Selig
Join Date: Jul 2016
Posts: 213
Rep Power: 11 |
For a inlet condition that satisfies mass conservation, are there papers you could recommend that discuss turbulent inlet BCs? I am trying to avoid just adding noise to my laminar inlet as that will yield incorrect statistics. Thank you again.
|
|
December 6, 2017, 14:56 |
|
#6 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,849
Rep Power: 73 |
See Section 10.3 in the book of Sagaut and the cited references
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Why we specify both p and P_rgh in twoPhaseEulerFoam and other concerns | mshehata85 | OpenFOAM Running, Solving & CFD | 1 | February 25, 2017 13:02 |
Energy Spectrum !!! | stanking | Main CFD Forum | 107 | October 21, 2016 11:48 |
2 LES questions | Djub | Main CFD Forum | 5 | March 27, 2013 13:23 |
questions about udf | Lobby.H | FLUENT | 0 | April 4, 2006 03:47 |