Merge pull request #1607 from rockfool/develop

Typo fix the unit of fission_q
This commit is contained in:
Paul Romano 2020-07-14 10:26:27 -05:00 committed by GitHub
commit 4ce7df9f54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ variety of ways. This requires knowing what the total fission energy release sho
be, including indirect components. Some examples are provided below::
# use a dictionary of fission_q values
fission_q = {"U235": 202} # energy in MeV
fission_q = {"U235": 202e+6} # energy in eV
# create a modified chain and write it to a new file
chain = openmc.deplete.Chain.from_xml("chain.xml", fission_q)