mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Add missing changes on statepoint.rst
This commit is contained in:
parent
b7adc7ffc9
commit
61ce6e528c
1 changed files with 4 additions and 3 deletions
|
|
@ -52,9 +52,10 @@ The current version of the statepoint file format is 17.0.
|
|||
sum-of-squares for each global tally.
|
||||
- **source_bank** (Compound type) -- Source bank information for each
|
||||
particle. The compound type has fields ``r``, ``u``, ``E``,
|
||||
``wgt``, ``delayed_group``, and ``particle``, which represent the
|
||||
position, direction, energy, weight, delayed group, and particle
|
||||
type (0=neutron, 1=photon, 2=electron, 3=positron), respectively.
|
||||
``wgt``, ``delayed_group``, ``surf_id``, and ``particle``, which
|
||||
represent the position, direction, energy, weight, delayed group,
|
||||
surface ID, and particle type (0=neutron, 1=photon, 2=electron,
|
||||
3=positron), respectively.
|
||||
Only present when `run_mode` is 'eigenvalue'.
|
||||
|
||||
**/tallies/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue