mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
added damage-energy as optional reaction for micro (#2903)
This commit is contained in:
parent
6b08f75065
commit
1d56adbc3d
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ import openmc.lib
|
|||
|
||||
_valid_rxns = list(REACTIONS)
|
||||
_valid_rxns.append('fission')
|
||||
_valid_rxns.append('damage-energy')
|
||||
|
||||
|
||||
def _resolve_chain_file_path(chain_file: str):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue