-
Notifications
You must be signed in to change notification settings - Fork 918
Description
Describe the bug
Symmetry boundary condition does not work properly. In particular, the values on the symmetry plane are wrong with respect to a computation performed on the complete mesh. In the images you can see the pressure coefficient and the skin friction coefficient magnitude for both the simulations. For each image, the upper half is the solution on the complete mesh whereas the lower portion is the solution on the halved mesh with the symmetry plane. I am performing an incompressible RANS simulation with SST turbulence model. I am attaching the files needed to perform both the simulations. The branch I used is the develop one. I also tried with the main branch but the error persists.
To Reproduce
Please find the config and mesh file at the following link.
Desktop (please complete the following information):
- OS: CentOS Linux release 7.6.1810 (Core)
- C++ compiler and version: gcc 11.2.0
- MPI implementation and version: OpenMPI 4.0.1
- SU2 Version: v7.3.1

