Skip to content

Commit

Permalink
update testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb committed May 27, 2024
1 parent 4042fd5 commit 53d3736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/fsi/falling_rigid_spheres_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spacing_ratio = 1
# ==========================================================================================
# ==== Experiment Setup
gravity = 9.81
tspan = (0.0, 4.0)
tspan = (0.0, 0.5)

# Boundary geometry and initial fluid particle positions
initial_fluid_size = (2.0, 0.5)
Expand Down Expand Up @@ -146,7 +146,7 @@ end
# abstol=1e-7, # Default abstol is 1e-6
# reltol=1e-5, # Default reltol is 1e-3
# save_everystep=false, callback=callbacks);
stepsize_callback = StepsizeCallback(cfl=0.5)
stepsize_callback = StepsizeCallback(cfl=1.0)

callbacks = CallbackSet(info_callback, saving_callback, stepsize_callback)

Expand Down

0 comments on commit 53d3736

Please sign in to comment.