fusion-energy / openmc-dagmc-wrapper

A Python package that extends OpenMC base classes to provide convenience features and standardized tallies when simulating DAGMC geometry with OpenMC.
https://openmc-dagmc-wrapper.readthedocs.io/
MIT License
7 stars 2 forks source link

more standard tally names #76

Open shimwell opened 2 years ago

shimwell commented 2 years ago

the post processing could be easier if tally names follow a pattern.

perhaps something like this would allow the volume ids and material_tags to be found afterwards.

f"volume_{volume_number}_material_{material_tag}_{tally_type}"

Alternatively volume id and material id can be found from the filters. but only if both filters are added.