mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
fix a small typo in unit of fission_q
This commit is contained in:
parent
a9bafd777a
commit
33bb0ecbd8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue