From a60dba7168bd4eb1ffcdd4882390c7f7a11379e7 Mon Sep 17 00:00:00 2001 From: aprilnovak Date: Wed, 4 Sep 2024 09:20:45 -0500 Subject: [PATCH] Switch convergnece check to fixed number of iterations beacuse std_dev is an auxvariable and artificially delays convergence --- tutorials/pincell_multiphysics/openmc.i | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tutorials/pincell_multiphysics/openmc.i b/tutorials/pincell_multiphysics/openmc.i index be28d5730..0dae5ba7d 100644 --- a/tutorials/pincell_multiphysics/openmc.i +++ b/tutorials/pincell_multiphysics/openmc.i @@ -136,8 +136,7 @@ dT = ${fparse power / mdot / Cp} trigger = rel_err trigger_threshold = 2e-2 - - output = 'unrelaxed_tally_std_dev' + output = unrelaxed_tally_std_dev [] [] [] @@ -180,10 +179,7 @@ dT = ${fparse power / mdot / Cp} [Executioner] type = Transient dt = 0.5 - - steady_state_detection = true - check_aux = true - steady_state_tolerance = 1e-3 + num_steps = 10 [] [Postprocessors]