Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch convergnece check to fixed number of iterations #953

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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