Skip to content
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

Fix ABL boundary planes inflow when using multiple levels #174

Closed
marchdf opened this issue Jul 14, 2020 · 0 comments · Fixed by #743
Closed

Fix ABL boundary planes inflow when using multiple levels #174

marchdf opened this issue Jul 14, 2020 · 0 comments · Fixed by #743
Assignees
Labels
bug:amr-wind Something isn't working

Comments

@marchdf
Copy link
Contributor

marchdf commented Jul 14, 2020

If more than one level is present, reading inflow boundary conditions from higher levels leads to spurious velocities at the coarse-fine interface (see image). Disabling the velocity solve does not fix the issue. Disabling the nodal projection does fix the issue. It is unclear where this issue comes from. The initial thought was this came from ghost cells not being filled correctly at the fine level. This may not be the case... Currently the code aborts if the user tries to use multiple levels for inflow.

Screen Shot 2020-07-13 at 11 40 45 AM

@marchdf marchdf added the bug:amr-wind Something isn't working label Jul 14, 2020
@marchdf marchdf self-assigned this Jul 14, 2020
This was referenced Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug:amr-wind Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant