Skip to content

Commit

Permalink
added damage-energy as optional reaction for micro (#2903)
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Apr 24, 2024
1 parent 6b08f75 commit 1d56adb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openmc/deplete/microxs.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

_valid_rxns = list(REACTIONS)
_valid_rxns.append('fission')
_valid_rxns.append('damage-energy')


def _resolve_chain_file_path(chain_file: str):
Expand Down

0 comments on commit 1d56adb

Please sign in to comment.