added damage-energy as optional reaction for micro (#2903)

This commit is contained in:
Jonathan Shimwell 2024-04-24 19:07:36 +01:00 committed by GitHub
parent 6b08f75065
commit 1d56adbc3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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):