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

Wall distance equation can't converge when no wall BCs present (overset) #1262

Open
ndevelder opened this issue May 20, 2024 · 1 comment
Open

Comments

@ndevelder
Copy link

Hi All,

I've got a nalu-nalu exawind-driver overset case where the turbine is in the middle of the domain and all the background domain side BCs are symmetry. Nalu-wind fails and it appears to be related to the wall distance equation not converging? If I change one domain BC to a wall BC, everything seems ok.

This is a total edge case, but just documenting here for future. Maybe we need a new flag to be able to turn on/off treating symmetry BCs like walls for wall distance equation? Or the overset boundary needs to communicate it's own wall distance but that maybe gets slow with moving meshes and needing to re-solve.

@psakievich
Copy link
Contributor

Hmm interesting case. Yes we should figure this out. Seems like it should be able to converge if we supply the wall distance to the overset boundary as long as we solve the section with no walls last. Presumably we don't really need wall distance for these boxes since they should be far enough from a wall to need the term in the turbulence equations though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants