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

Add boundary id offset and name prefix to AnnularMeshGenerator #25167

Closed
BoZeng1997 opened this issue Aug 9, 2023 · 0 comments · Fixed by #25169
Closed

Add boundary id offset and name prefix to AnnularMeshGenerator #25167

BoZeng1997 opened this issue Aug 9, 2023 · 0 comments · Fixed by #25169
Assignees
Labels
C: Framework T: task An enhancement to the software.

Comments

@BoZeng1997
Copy link
Contributor

Reason

The ability to apply an offset in boundary ids and prefix to boundary names is very useful when we are using multiple mesh generators. This avoid confusion before combine different generated meshes without having extra manipulation on the ids and names.

Design

following how GeneratedMeshGenerator realizes the same ability and make the same function in AnnularMeshGenerator

Impact

AnnularMeshGenerator can apply offset on its boundary ids and prefix on its boundary names. We do not need RenameBoundary before combining multiple generated meshes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework T: task An enhancement to the software.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants