code-saturne / code_saturne

code_saturne public mirror
https://www.code-saturne.org
GNU General Public License v2.0
215 stars 80 forks source link

ATMO: can not launch humid atmoshpere + any turbulence model except k-epsilon #125

Closed kikuznetsov closed 7 months ago

kikuznetsov commented 8 months ago

Hi !

There is bug: Can not launch atmosphere simulation with humid atmosphere with any turbulence model except k-epsilon model. Here is a patch to fix this problem. patch_for_HumidAtm_SecondOrderTurbModel.patch There is still a problem of calculating TKE3/EPS2 in case of Spalart-Allmaras turbulence model. I think it is important to raise WARNING or return an error if user wants to use Spalart-Allamaras+HumidAtmosphere

Cheers, Konstantin

MartinFerrand commented 7 months ago

Hello, thank you. It is integrated. I will check for LES as well.

Best Regards Martin