-
Notifications
You must be signed in to change notification settings - Fork 844
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
Instability in BL with Periodic Boundary Conditions #1467
Comments
I made a light test case to reproduce the issue. It's a cylinder in a flowfield. It's only 112k cells. The residuals never converge: |
Hi, How do you feel about doing some c++ hacking? We have an idea of how to improve things, just not enough bandwidth to do it. |
Hi, I am ok with some c++ dev but I am not an expert. How would you improve the current implementation? Thanks, |
Hi Jean, |
Yes, indeed. I'll open a (rather empty) Draft PR soon in order to pressure myself a bit to get this test going. I am sorry for the delay :( |
Hi @jf-thomas, hopefully this is still of interest to you, please have a look at the branch from #1585 it seems to fix the issues of your example problem. |
Hi @pcarruscag, thank you for the development. I am testing it right now, I already noticed the struggle to converge the linear system. I lowered the CFL and relaxed the tolerance to 0.1. |
Hi @jf-thomas, was there a benefit in the end? Were you able to get better convergence in the cases you were working on? |
Hi @pcarruscag, sorry for the delay, I had a week off. I can confirm that it converges now. The only drawback is the longer convergence of the linear system. Thank you. |
Hi @jf-thomas no worries, thank you for the update. Just to clarify, are you referring just to the small example problem? Or also to the 2.5D wing section? |
I am referring to the 2.5D wing section. |
Brilliant, thanks. I'll put some time into finishing that pull request. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still a relevant issue please comment on it to restart the discussion. Thank you for your contributions. |
Still relevant. A fix is proposed in #1585, but due to problems with the discrete adjoint that is not merged yet. Works very fine for primal problems though. |
Describe the bug
In a RANS computation of a 2.5D section of a wing, the periodic plane exhibits oscillations of pressure in the boundary layer. The issue is only present on the periodic face, not in the volume. Using a CFL of 1 helps but the instability does not disappear. A CFL of 10 leads to a crash of the computation with multiple spots like on the screenshot. Would it be linked to issue #1090 ?
Here is the config file:
hl_3d_landing.txt
Hardware and software:
Thank you for looking at this issue and for any help.
The text was updated successfully, but these errors were encountered: