mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
FW-CADIS Disregard Max Realizations Setting (#3616)
This commit is contained in:
parent
70b5254662
commit
230db28d39
3 changed files with 14 additions and 11 deletions
|
|
@ -133,8 +133,7 @@ random ray mode can be found in the :ref:`Random Ray User Guide <random_ray>`.
|
|||
# we used for source region decomposition
|
||||
wwg = openmc.WeightWindowGenerator(
|
||||
method='fw_cadis',
|
||||
mesh=mesh,
|
||||
max_realizations=settings.batches
|
||||
mesh=mesh
|
||||
)
|
||||
|
||||
# Add generator to openmc.settings object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue