File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,6 +98,11 @@ sub-elements:
9898 A list of strings representing the nuclide, to define specific
9999 define specific target nuclide collisions to be banked.
100100
101+ .. note ::
102+ Electron and positron collision-track events are not associated with a
103+ specific nuclide. If a ``nuclides `` filter is specified, these events
104+ do not match the filter and are omitted.
105+
101106 *Default *: None
102107
103108 :reactions:
Original file line number Diff line number Diff line change @@ -792,6 +792,12 @@ collision_track.h5 file at the end of the simulation. The file contains
792792300 recorded collisions that occurred in materials with IDs 1 or 2, involving
793793fission or (n,2n) reactions on the nuclides U-238 or O-16, within cells
794794with IDs 5 and 12.
795+
796+ .. note ::
797+ Electron and positron collision-track events are not associated with a
798+ specific nuclide. If a ``nuclides `` filter is specified, these events do not
799+ match the filter and are omitted.
800+
795801The file can be read using :func: `openmc.read_collision_track_file `.
796802The example below shows how to extract the data from the collision_track
797803feature and displays the fields stored in the file:
You can’t perform that action at this time.
0 commit comments