Skip to content

Commit

Permalink
Reduce amr wind mesh size for the sphere reg test (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf authored Jan 22, 2025
1 parent 0aa636d commit 704821b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_files/sphere/sphere-amr.inp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ incflo.physics = FreeStream
incflo.velocity = 0.0 0.0 0.0
incflo.density = 1.0

amr.n_cell = 64 64 64 # Grid cells at coarsest AMRlevel
amr.n_cell = 32 32 32 # Grid cells at coarsest AMRlevel
amr.max_level = 0 # Max AMR level in hierarchy
geometry.prob_lo = -4.0 -4.0 -4.0 # Lo corner coordinates
geometry.prob_hi = 4.0 4.0 4.0 # Hi corner coordinates
Expand Down

0 comments on commit 704821b

Please sign in to comment.