|
[Sponsors] |
Filter width for different numerical schemes in LES |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 26, 2014, 12:00 |
Filter width for different numerical schemes in LES
|
#1 |
New Member
MMS
Join Date: Nov 2013
Posts: 29
Rep Power: 13 |
In the case of explicit filtering in LES, most of the literature suggest that if the numerical scheme is fourth-order then the filter width should be at least twice of the cell size and for a second-order numerical scheme the filter width should be at least four times of the cell size. I would like to know what are the reasons for different filter size for different numerical schemes? How it effects the LES solution?
|
|
August 26, 2014, 12:29 |
|
#2 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
Quote:
Consider that the goal of an explicit filtering is to remove high (but resolved) frequencies before the Nyquist one. Indeed a numerical discretization causes errors that are prevalent in that portion of the spectrum, which is very important as the SGS model exploits information from that. The lower is the order of the scheme, the higher is the portion of the spectrum contaminated by the error (e.g. the local truncation error). Therefore, a second order scheme is supposed to require a greater filter width than a second order one |
||
August 28, 2014, 12:38 |
|
#3 | |
New Member
MMS
Join Date: Nov 2013
Posts: 29
Rep Power: 13 |
Quote:
To be more clear, say I have filter size DELTA= 4*dx=8cm as grid cell size dx=2cm in second-order scheme and DELTA=2*dx=8cm with grid cell dx=4cm for fourth-order scheme, from that above condition can we conclude which numerical scheme will give us better solution and why? |
||
August 28, 2014, 12:44 |
|
#4 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
Quote:
no, you need to compare second and fourth order discretizations on one grid having the same dx measure. The example you are talking leads to the same width of the explicit filter, that is you resolve for both discretization until the pi/DELTA frequency. |
||
August 28, 2014, 14:10 |
|
#5 |
New Member
MMS
Join Date: Nov 2013
Posts: 29
Rep Power: 13 |
||
August 28, 2014, 14:24 |
|
#6 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
for both discretization you fixed the same width of your explicit filter, that is DELTA=8 cm, therefore the range of resolved frequency in the spectrum is the same.
The only difference is in the effect of the lower truncation error for the fourth order scheme that, however, is used on a grid size twice than the second order scheme. This way, the improvement you can obtain with the fourth order discretization will be almost disregardable |
|
August 31, 2014, 13:15 |
|
#7 | |
New Member
MMS
Join Date: Nov 2013
Posts: 29
Rep Power: 13 |
Quote:
If the filter width is taken twice of the cell size, most of the literature recommend to use three point filter function to obtain the filtered velocity like phi_bar_(i)= 1/4 phi_(i-1)+1/2 phi_(i)+1/4 phi_(i+1) Now in the case of explicit filtering for fixed filter size DELTA, if the fixed filter (DELTA) is taken four or eight times of the cell size, what will be the filter functions for these conditions? Or we can still use the above filter function to refine the grid resolutions for the fixed DELTA? |
||
August 31, 2014, 13:43 |
|
#8 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
Quote:
This issue is quite uncorrect...assume h is the mesh size, so that kc=pi/h is the Nyquist cut-off. Now, if you use a spectral method then the component are resolved unaffected by the numerical errors until kc. If you adopt FD/FV methods, the resolved frequencies are affected by the numerical errors before kc (less than 1/2 of the components are exactly resolved). The consequence is that the real filter width (for implicit filter, that is the one induced by the discretization) is quite larger than h, says Delta_f = q*h (q is between 1 and 2, depending on the order of discretization). As a consequence, the EXPLICIT filter width must be Delta_ex= N*Delta_f=N*q*h. Try to compute the numerical transfer function for phi_bar_(i)= 1/4 phi_(i-1)+1/2 phi_(i)+1/4 phi_(i+1) and estimate the real filter width it induces. In practice, on a fixed mesh size h, you can construct an explicit top-hat filter function, that is a volume integral over more cells. The more are the cells, the more is increased Delta_ex |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to extract the LES filter delta in creatField.H | hz283 | OpenFOAM | 1 | November 22, 2022 15:30 |
Dicretization schemes in LES (pitzDaily) | owayz | OpenFOAM Running, Solving & CFD | 19 | April 30, 2020 09:24 |
Behaviour of Numerical Schemes | Ravi. B. R | Main CFD Forum | 3 | September 22, 2001 11:18 |
Advection schemes for LES | kalyan | Main CFD Forum | 2 | May 17, 2001 14:43 |
Standard for checking and testing numerical schemes? | X. Ye | Main CFD Forum | 7 | August 31, 1999 18:05 |