Skip to content

Commit

Permalink
retrigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored May 20, 2024
1 parent 6c62bf5 commit bb78510
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@
dimension=[20, 20, 20], # 20 voxels in each axis direction (x, y, z)
)

# # adding a dose tally on a regular mesh
# # AP, PA, LLAT, RLAT, ROT, ISO are ICRP incident dose field directions, AP is front facing
# adding a dose tally on a regular mesh
# AP, PA, LLAT, RLAT, ROT, ISO are ICRP incident dose field directions, AP is front facing
energies, pSv_cm2 = openmc.data.dose_coefficients(particle="photon", geometry="AP")
dose_filter = openmc.EnergyFunctionFilter(
energies, pSv_cm2, interpolation="cubic" # interpolation method recommended by ICRP
Expand Down

0 comments on commit bb78510

Please sign in to comment.