mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Removed n_events from TallyScore and added 'events' score type.
This commit is contained in:
parent
842bbe9121
commit
9f527f04cd
7 changed files with 28 additions and 6 deletions
|
|
@ -17,6 +17,7 @@ the problem at hand (mostly on the number of nuclides in the problem).
|
|||
New Features
|
||||
------------
|
||||
|
||||
- Added 'events' score that returns number of events that scored to a tally.
|
||||
- Restructured tally filter implementation and user input.
|
||||
- Source convergence acceleration via CMFD (implemented with PETSC).
|
||||
- Ability to read source files in parallel when number of particles is greater
|
||||
|
|
|
|||
|
|
@ -824,6 +824,9 @@ The following responses can be tallied.
|
|||
:nu-fission:
|
||||
Total production of neutrons due to fission
|
||||
|
||||
:events:
|
||||
Number of scoring events
|
||||
|
||||
``<mesh>`` Element
|
||||
------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue