CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Main CFD Forum (https://www.cfd-online.com/Forums/main/)
-   -   Some questions and concerns on LES (https://www.cfd-online.com/Forums/main/196429-some-questions-concerns-les.html)

selig5576 December 4, 2017 13:38

Some questions and concerns on LES
 
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

https://www.cfd-online.com/W/images/...3a92d7ee7f.png

Where the modified pressure is

\bar{P} = p + \frac{1}{3} \tau_{kk},

where \tau_{kk} is the trace component, i.e. \tau_{kk} = \frac{\partial \bar{U}_{k}}{\partial x_{k}}.

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 \mathbf{u}^{n+1}. But doing the algebra of applying the filter, it seems that applying it to \mathbf{u}^{n+1} isnt satisfactory as applying the explicit filter to the nonlinear advection term. The filter I am interested in is

\bar{\mathbf{u}} = - \frac{1}{32} \mathbf{u}_{i-3} + \frac{9}{32} \mathbf{u}_{i-1} + \frac{1}{2} \mathbf{u}_{i} + \frac{9}{32} \mathbf{u}_{i+1} - \frac{1}{32} \mathbf{u}_{i+3}

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?

FMDenaro December 4, 2017 14:35

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

selig5576 December 4, 2017 14:58

Starting in LES
 
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!

FMDenaro December 4, 2017 15:02

Quote:

Originally Posted by selig5576 (Post 673906)
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!


You are correct.;)

selig5576 December 6, 2017 13:47

Some progress
 
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. :)

FMDenaro December 6, 2017 13:56

See Section 10.3 in the book of Sagaut and the cited references


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