Skip to content

Commit

Permalink
Update timestep in inputs_plane to respect CFL
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilet committed Jun 20, 2024
1 parent 72a8574 commit 2d6ee01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test_2d_moving/inputs_plane_left
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ steady_state = 0 # Steady-state solver?
#¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨#
# TIME STEP COMPUTATION #
#.......................................#
incflo.fixed_dt = 1.e-2 # Use this constant dt if > 0
incflo.fixed_dt = 1.e-3 # Use this constant dt if > 0

incflo.do_initial_proj = 1
incflo.initial_iterations = 1
Expand Down
2 changes: 1 addition & 1 deletion test_2d_moving/inputs_plane_right
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ steady_state = 0 # Steady-state solver?
#¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨#
# TIME STEP COMPUTATION #
#.......................................#
incflo.fixed_dt = 1.e-2 # Use this constant dt if > 0
incflo.fixed_dt = 1.e-3 # Use this constant dt if > 0

incflo.do_initial_proj = 1
incflo.initial_iterations = 1
Expand Down

0 comments on commit 2d6ee01

Please sign in to comment.