Replies: 1 comment 5 replies
-
There are some limitations with the LES implementation in PeleC and these warnings are there to ensure that users do not apply LES models to systems where the implementation is incomplete without knowing this. Most notably, the LES implementation includes turbulent fluxes for energy and momentum, but not for species. Additionally, with nonlinearity in thermochemical properties, several additional unclosed terms appear in the LES equations. For example, computing filtered temperature from filtered density, energy, and species is not a closed operation with non-constant specific heats, and no additional treatment is implemented for these additional unclosed terms in PeleC. For say, a mixture of N2 and O2 with no major temperature variation, that approximation is fine. For reacting flows with large temperature variation, it is perhaps not. You can see more details in the notes at the top of LES.cpp. If you are aware of these limitations and do not believe they are important in your simulations, there should be no issues with applying the LES models in PeleC. In that case, the LES terms should work fine as implemented and you can ignore the warnings or simply comment them out in your code. |
Beta Was this translation helpful? Give feedback.
-
Why I get LES is not supported for multi-component systems activating a Constant Smagorisky LES model ? Obviously I'm running a case with two species and the relative mechanism but I do not understand why this limitation! I checked both LES.H and LES.cpp scripts together with the relative PelePhysics routines and the properties seem to be correctly computed for the mixture and do not enter in the turbulence model!
Beta Was this translation helpful? Give feedback.
All reactions