mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Added kappa-fission as a valid identifier in the input processor.
This commit is contained in:
parent
988caf4a72
commit
43915dbe4c
2 changed files with 3 additions and 2 deletions
|
|
@ -838,7 +838,8 @@ The following responses can be tallied.
|
|||
Total production of neutrons due to fission
|
||||
|
||||
:k-fission:
|
||||
Kappa-Fission; the recoverable energy production due to fission.
|
||||
Kappa-Fission; the recoverable energy production due to fission. ``kappa-fission``
|
||||
is also a valid identifier for this response.
|
||||
|
||||
:events:
|
||||
Number of scoring events
|
||||
|
|
|
|||
|
|
@ -1857,7 +1857,7 @@ contains
|
|||
! Set tally estimator to analog
|
||||
t % estimator = ESTIMATOR_ANALOG
|
||||
end if
|
||||
case ('k-fission')
|
||||
case ('k-fission', 'kappa-fission')
|
||||
t % score_bins(j) = SCORE_K_FISSION
|
||||
case ('current')
|
||||
t % score_bins(j) = SCORE_CURRENT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue