code-saturne / code_saturne

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

Compressible module dysfunctional in all tested versions newer than v5.0.4 [Solved] #80

Closed tpa60 closed 3 years ago

tpa60 commented 3 years ago

A case which runs well on v5.0.4 has ben found to fail on the following builds: v5.3.2, v6.0.6 v6.3.0, SalomeCFD, and finally the present version in the Ubuntu distribution.

System is Linux Mint 18.3 Sylvia 64-bit (Ubuntu 16.04.7 LTS based) as well as the newer Linux Mint 20. Build of Code Saturne works fine. Cases as incompressible works, but fails when compressible in all tested combinations mentioned. Problem persists also when compiling in a Python3 setting

As far as I can see from the listing/run_solver.log information is lost in the application of boundary conditions due to some change after v5.0.13.

More detailed discussions here: https://www.code-saturne.org/forum/viewtopic.php?f=3&t=2799 and here: https://www.code-saturne.org/forum/viewtopic.php?f=2&t=2788


(2021-03-17) Correction: v5.0.13 works so the issue is for versions newer than that.

tpa60 commented 3 years ago

Test cases are now running on 7.1-alpha, and I believe the basic issues have been solved. Thank you very much. Nonetheless a verification/validation case would be nice.