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

Make PeripheralTriangleMeshGenerator take multiple inputs #29952

Open
YaqiWang opened this issue Feb 25, 2025 · 0 comments · May be fixed by #29953
Open

Make PeripheralTriangleMeshGenerator take multiple inputs #29952

YaqiWang opened this issue Feb 25, 2025 · 0 comments · May be fixed by #29953
Labels
C: Modules/Reactor Tickets pertaining to the reactor module T: task An enhancement to the software.

Comments

@YaqiWang
Copy link
Contributor

Motivation

Currently PeripheralTriangleMeshGenerator can take a core mesh as the input and add unstructured mesh surrounding the core. However, in cases, there could be separated components like control drums, instrumentation, etc. outside of the core but disconnected with the core. It is thus desired that the mesh generator can take multiple inputs representing the core and those other components.

Design

The mesh generator is creating a sub mesh generator in XYDelaunayGenerator, which can already accept multiple holes. So adding this feature requires minor changes to the mesh generator. I will submit a PR for this.

Impact

A new capability.

@YaqiWang YaqiWang added the T: task An enhancement to the software. label Feb 25, 2025
@GiudGiud GiudGiud added the C: Modules/Reactor Tickets pertaining to the reactor module label Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Modules/Reactor Tickets pertaining to the reactor module T: task An enhancement to the software.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants