Skip to content

Commit

Permalink
Switch convergnece check to fixed number of iterations beacuse std_de…
Browse files Browse the repository at this point in the history
…v is an auxvariable and artificially delays convergence
  • Loading branch information
aprilnovak committed Sep 4, 2024
1 parent 0688b32 commit a60dba7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tutorials/pincell_multiphysics/openmc.i
Original file line number Diff line number Diff line change
Expand Up @@ -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
[]
[]
[]
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit a60dba7

Please sign in to comment.