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

Expand theshholding in ImageFunction to allow assigning multiple regions at the same time #29810

Open
MengnanLi91 opened this issue Feb 4, 2025 · 0 comments
Labels
T: task An enhancement to the software.

Comments

@MengnanLi91
Copy link
Contributor

Motivation

Users want to build mesh directly from experiment images and perform simulations with MOOSE. The current thresholding only support single value and two values assigned to the image data. In fuel simulation, users want to identify multiple regions(>3) and assign different material property for each of them.

Design

vtkImageThreshold can be called multiple times to recursively divide the region into 2, 2^2, 2^3, etc.

Impact

Important for model validation and also help applying MOOSE models to physical scenarios with real geometries other than artificial meshes

@MengnanLi91 MengnanLi91 added the T: task An enhancement to the software. label Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: task An enhancement to the software.
Projects
None yet
Development

No branches or pull requests

1 participant