You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: