Skip to content

Commit 53d98ce

Browse files
Add method on Material for computing photon contact dose rate (#3700)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
1 parent 49b896b commit 53d98ce

25 files changed

Lines changed: 457 additions & 4 deletions

docs/source/pythonapi/data.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ Core Functions
7171
isotopes
7272
kalbach_slope
7373
linearize
74+
mass_attenuation_coefficient
75+
mass_energy_absorption_coefficient
7476
thin
7577
water_density
7678
zam

openmc/data/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@
3535
from .function import *
3636
from .vectfit import *
3737

38-
from .effective_dose.dose import dose_coefficients
38+
from .dose.dose import dose_coefficients
39+
from .dose.mass_attenuation import \
40+
mass_energy_absorption_coefficient, mass_attenuation_coefficient
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)