-
Notifications
You must be signed in to change notification settings - Fork 918
Description
Describe the bug
Good morning, I am trying to simulate a Mach 5 sphere using SU2-NEMO. In particular, I am using a quarter-sphere mesh with a supersonic inlet, outlet and a symmetry boundary conditions. I can achieve 1st order converge but I am not able to achieve 2nd order converge: I tried refining the mesh (uniformly and close to the shock obtained by 1st order solution), changing limiters (I tried all of them with different coefficients), changing scheme (at the moment the one which seems to work better is AUSM), but with no success. The energy residual goes down until about 1.7 and then stalls
Furthermore, if I use AUSMPLUSUP2 and any REF_DIMENSIONALIZATION, SU2 crashes without even doing an iteration (even with a good restart, e.g. first order solution). Actually I have noticed that the same happens if AUSMPLUSM and supersonic_inlet are used (or ref_dimensionalization is used).
I uploaded my config file and a couple of meshes I tried on google drive:
https://drive.google.com/drive/folders/1uhU9IPguXxBzO8bJ06yDvt8DRFRakhkG?usp=drive_link
I am not sure this is a bug, so I apologize if I am posting in the incorrect section.
Thanks in advance!
Bug report checklist
- Consulting the build instructions (https://su2code.github.io/docs_v7/Build-SU2-Linux-MacOS/).
- Looking for similar problems on GitHub or CFD-Online (https://www.cfd-online.com/Forums/su2/).
- Updating to the newest version of SU2 (either develop, master, or the pre-built executables https://su2code.github.io/download.html).
Desktop (please complete the following information):
- OS: [Ubuntu on WSL2]
- SU2 Version: [latest from master branch]