FW-CADIS Disregard Max Realizations Setting (#3616)

This commit is contained in:
John Tramm 2025-10-28 03:22:37 -05:00 committed by GitHub
parent 70b5254662
commit 230db28d39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 11 deletions

View file

@ -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