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

Add ambient dose coefficients (H*(10)) from ICRP74 #3256

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

MatteoZammataro
Copy link
Contributor

Description

This pull request is in response to issue #3216, and is a supplement to PR #3020. The goal is to allow the user to use H*(10) dose coefficients in addition to the effective dose coefficients which were previously available.
I've created a folder called ambient_dose_coefficients on openmc.data, in which I've defined the function ambient_dose_coefficients(). The previous function dose_coefficients() has been renamed effective_dose_coefficients(). I have kept the same folder architecture used in effective_dose in case there is a possibility to add more coefficients from different data sources.

Checklist

  • I have performed a self-review of my own code
  • I have followed the style guidelines for Python source files
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant