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

Adding extra tally for dose #14

Closed shimwell closed 2 years ago

shimwell commented 3 years ago

Effective dose should be added as an option on cells and 2d / 3d regular mesh tallies

This is example is for a surface but might be helpful https://github.com/ukaea/openmc_workshop/blob/main/tasks/task_09_CSG_surface_tally_dose/1_surface_dose_from_gamma_source.ipynb

OpenMC docs on dose coefficients https://docs.openmc.org/en/stable/pythonapi/generated/openmc.data.dose_coefficients.html

ICRP publication https://journals.sagepub.com/doi/pdf/10.1016/j.icrp.2011.10.001

shimwell commented 2 years ago

tally has been added but needs to be multiplied by volume to get useful units

RemDelaporteMathurin commented 2 years ago

I think this is now done in #60

shimwell commented 2 years ago

Thanks for fixing this Remi