mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Changed TY to multiplicity and added scatter_in_cm.
This commit is contained in:
parent
05c4f8cdb3
commit
b63daf82ca
4 changed files with 16 additions and 15 deletions
|
|
@ -41,8 +41,9 @@ module ace_header
|
|||
type Reaction
|
||||
integer :: MT ! ENDF MT value
|
||||
real(8) :: Q_value ! Reaction Q value
|
||||
integer :: TY ! Number of neutrons released
|
||||
integer :: multiplicity ! Number of neutrons released
|
||||
integer :: IE ! Starting energy grid index
|
||||
logical :: scatter_in_cm ! scattering system in center-of-mass?
|
||||
real(8), allocatable :: sigma(:) ! Cross section values
|
||||
logical :: has_angle_dist ! Angle distribution present?
|
||||
logical :: has_energy_dist ! Energy distribution present?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue