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

Allow non-sequential boundary ID values #289

Open
aprilnovak opened this issue May 10, 2021 · 0 comments
Open

Allow non-sequential boundary ID values #289

aprilnovak opened this issue May 10, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@aprilnovak
Copy link
Contributor

aprilnovak commented May 10, 2021

nekRS currently requires that the boundary IDs be ordered sequentially beginning with 1. However, many mesh generation tools do not impose such a requirement, necessitating extra care from the user to correctly set up valid boundary IDs for nekRS. It would add flexibility to nekRS to allow arbitrary integer boundary IDs.

Desired solution
Update the boundaryTypeMap field to take a tuple of boundary IDs + boundary character type, such as

boundaryTypeMap = 200, v; 300, w; 400, o

where 200, 300, and 400 are arbitrary integer boundary IDs in the mesh, and v, w, and o are typical character boundary type identifiers in nekRS.

@stgeke stgeke added the enhancement New feature or request label Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants