mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Fix collision track feature for photon transport (#3946)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
4f6a25e00a
commit
ea6ba328c9
32 changed files with 167 additions and 196 deletions
|
|
@ -792,6 +792,11 @@ collision_track.h5 file at the end of the simulation. The file contains
|
|||
300 recorded collisions that occurred in materials with IDs 1 or 2, involving
|
||||
fission or (n,2n) reactions on the nuclides U-238 or O-16, within cells
|
||||
with IDs 5 and 12.
|
||||
|
||||
.. note::
|
||||
Electron and positron collision-track events are not associated with a
|
||||
specific nuclide. If a ``nuclides`` entry is specified, these events are omitted.
|
||||
|
||||
The file can be read using :func:`openmc.read_collision_track_file`.
|
||||
The example below shows how to extract the data from the collision_track
|
||||
feature and displays the fields stored in the file:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue