-
Notifications
You must be signed in to change notification settings - Fork 849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symmetry boundary condition is not equivalent to full model #1723
Comments
How many of orders of magnitude are the residuals dropping? And have you tried SA instead of SST? |
Residuals drop down by roughly 5 orders of magnitude across the board. I have just tried with SA and the results are the same. I am running a second order starting from a restart of a first order. I can send you a link with all of the results if needed. |
In a vertex centered code it is not trivial to make a symmetry plane perfectly equivalent to the full model. We are computing fluxes for an edge that does not exist in the full model. |
I tried reducing the grid spacing both in normal and in tangential direction to the symmetry plane. It seems that acting only on the tangential direction only worsen the results. The first image reflects this behavior. The upper half is the refined one, whereas the lower one is the reference half mesh solution. Reducing normal spacing, instead, greatly improves the results, but still, the contours of pressure coefficient are not the same wrt the mesh without symmetry plane. This can be seen from the second image, where on the bottom there is the solution on the refined mesh, whereas on the top there is the solution on the whole mesh. I might try further refining along the normal direction to check whether I can reach or not the reference solution. |
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.
https://we.tl/t-nmjBv7HJv0
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: