mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Clarify that create_fission_neutrons is a surrogate-method default, not forced
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
f50a5a70da
commit
f0448bea17
1 changed files with 4 additions and 3 deletions
|
|
@ -2695,9 +2695,10 @@ class Model:
|
|||
attributes of this object (see :meth:`openmc.Settings.update`).
|
||||
The run mode cannot be set here: ``"material_wise"`` always
|
||||
takes it from the model, while the ``"stochastic_slab"`` and
|
||||
``"infinite_medium"`` methods always run in fixed source mode
|
||||
with ``create_fission_neutrons`` disabled and construct their
|
||||
own sources. If the resolved settings include a
|
||||
``"infinite_medium"`` methods always run in fixed source mode.
|
||||
The surrogate-geometry methods also construct their own
|
||||
sources and default ``create_fission_neutrons`` to False
|
||||
(fission treated as capture). If the resolved settings include a
|
||||
``weight_windows_file`` (e.g., ``"weight_windows.h5"``), the
|
||||
``"material_wise"`` method loads and applies those weight
|
||||
windows during the continuous energy generation simulation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue