openmc-dev / plotter

Native plotting GUI for model design and verification
MIT License
46 stars 18 forks source link

Generalize mesh tally plotting #134

Closed paulromano closed 7 months ago

paulromano commented 8 months ago

Right now the mesh tally plotting capability in the plotter only works with RegularMesh tallies. This PR generalizes the mesh tally capability to work for any mesh type by leveraging the new get_plot_bins method introduced in openmc-dev/openmc#2854. Here's an example showing a spherical mesh tally plotted: image

paulromano commented 8 months ago

@pshriwise Just added in the mesh filter translation. Here is an example of it in action: image

paulromano commented 7 months ago

@pshriwise I just updated this branch to add a volume normalization checkbox.