Skip to content

Commit

Permalink
Actually need more than 1 time step, because the retain-solution feat…
Browse files Browse the repository at this point in the history
…ure does not work properly.
  • Loading branch information
aprilnovak committed Oct 5, 2023
1 parent ceb765b commit 70431b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions microreactors/mrad/steady/HPMR_sockeye_ss.i
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,7 @@ q_evap = '${fparse Q_hp / S_evap}'

start_time = -5e4 # negative start time so we can start running from t = 0
end_time = 0
dtmin = 1
dt = 1000
dt = 5e3
[]

[Outputs]
Expand Down
3 changes: 1 addition & 2 deletions microreactors/mrad/steady/HPMR_thermo_ss.i
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,7 @@

start_time = -5e4 # negative start time so we can start running from t = 0
end_time = 0
dtmin = 1
num_steps = 1
dt = 5e3
[]

[Postprocessors]
Expand Down

0 comments on commit 70431b4

Please sign in to comment.