mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -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
|
|
@ -400,11 +400,8 @@ void finalize_batch()
|
|||
simulation::time_tallies.stop();
|
||||
|
||||
// update weight windows if needed
|
||||
if (settings::solver_type != SolverType::RANDOM_RAY ||
|
||||
simulation::current_batch == settings::n_batches) {
|
||||
for (const auto& wwg : variance_reduction::weight_windows_generators) {
|
||||
wwg->update();
|
||||
}
|
||||
for (const auto& wwg : variance_reduction::weight_windows_generators) {
|
||||
wwg->update();
|
||||
}
|
||||
|
||||
// Reset global tally results
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue