diff --git a/tasks/task_11_CSG_shut_down_dose_tallies/3_mesh_based_shut_down_dose_rate_example.py b/tasks/task_11_CSG_shut_down_dose_tallies/3_mesh_based_shut_down_dose_rate_example.py index f80948d..1465e38 100644 --- a/tasks/task_11_CSG_shut_down_dose_tallies/3_mesh_based_shut_down_dose_rate_example.py +++ b/tasks/task_11_CSG_shut_down_dose_tallies/3_mesh_based_shut_down_dose_rate_example.py @@ -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