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

Unexpected imported scalar boundary conditions from nek #507

Open
stgeke opened this issue Jun 28, 2023 · 2 comments
Open

Unexpected imported scalar boundary conditions from nek #507

stgeke opened this issue Jun 28, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@stgeke
Copy link
Collaborator

stgeke commented Jun 28, 2023

In nekRS a boundary type has to be specified for each boundary ID (tag).
If we import the boundary conditions from nek, there are usually no IDs available (unless the mesh comes from exodus or gmsh). In this case the IDs are derived from velocity boundary type (v, W, ...). This implies that on a given boundary ID the scalar boundary types cannot be different. This limitation might be unexpected from a nek user perspective.

I cannot think of a good fix for this. At the very least we should check if the number of boundary IDs match and bail out otherwise.

Suggested workaround: define boundary IDs in nek and specify types in par

@stgeke stgeke added the bug Something isn't working label Jun 28, 2023
@stgeke stgeke changed the title Incorrect imported scalar boundary conditions from nek Unexpected imported scalar boundary conditions from nek Feb 3, 2024
@stgeke stgeke added the wontfix This will not be worked on label Feb 3, 2024
@fischer1
Copy link
Contributor

fischer1 commented Feb 3, 2024

THere is a simple work around that involves counting.
We should fix this to support Nek.

@fischer1
Copy link
Contributor

fischer1 commented Feb 3, 2024

We can do this on the Nek5k side. It's simply a matter of taking care of it prior to usrdat2

@stgeke stgeke removed the wontfix This will not be worked on label Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants