mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
Update documentation (energy_mode -> normalization_mode)
This commit is contained in:
parent
e266bd244b
commit
32d2aada20
2 changed files with 3 additions and 3 deletions
|
|
@ -88,7 +88,7 @@ reactions described in :ref:`methods_heating`. These values can be used to norm
|
|||
reaction rates instead of using the fission reaction rates with::
|
||||
|
||||
op = openmc.deplete.Operator(geometry, settings, "chain.xml",
|
||||
energy_mode="energy-deposition")
|
||||
normalization_mode="energy-deposition")
|
||||
|
||||
These modified heating libraries can be generated by running the latest version
|
||||
of :meth:`openmc.data.IncidentNeutron.from_njoy`, and will eventually be bundled into
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue