Re: [Nektar-users] Implicit LES in Nektar++
Dear Kamil, For the incompressible solver you should definitely include the dealiasing flag, namely, <I PROPERTY="SpectralhpDealiasing" VALUE="True" /> inside section <SOLVERINFO> of your XML file. Please refer to Sec 2.4.1.2 of Spencer's book (Spectral/hp element methods for computational fluid dynamics) for an explanation about the dealiasing strategy used by the incompressible solver. Note however the following. The success of our implicit LES approach via high-order CG methods (both in terms of discretization robustness and solution quality) is closely connect to a sensible use of SVV (spectral vanishing viscosity). This requires good knowledge of turbulence physics and of LES-like approaches and takes some programming expertise in Nektar++ since currently we do not have full control of the SVV operator only through the XML file. What I mean is that, for the purpose of implicit LES, you might need to modify the SVV operator inside Nektar and this is a somewhat advanced topic not covered by the user guide, as the CG+SVV-based implicit LES is a modern approach and not yet fully mature. Please note the following study that discusses the behaviour of different SVV operators from a perspective of under-resolved turbulence computations: http://www.sciencedirect.com/science/article/pii/S0021999115008256 Cheers, Rodrigo . On Mon, Feb 29, 2016 at 11:22 AM, Kamil ÖZDEN <kamil.ozden.me@gmail.com> wrote:
Hi Rodrigo,
Thanks for your interest at first. I want to use the incompressible one. Do you know what settings should I do in the *.xml file to run an implicit LES?
Best Regards, Kamil
29.02.2016 12:03 tarihinde Rodrigo Moura yazdı:
Hi Kamil,
Do you intend to use the incompressible solver or the compressible one? The incompressible is currently much more efficient in Nektar due to the possibility of using implicit time-stepping.
Cheers, Rodrigo .
--- Bu e-posta virüslere karşı Avast antivirüs yazılımı tarafından kontrol edilmiştir. https://www.avast.com/antivirus
participants (1)
-
Rodrigo Moura