Skip to content

Commit 704821b

Browse files
authored
Reduce amr wind mesh size for the sphere reg test (#98)
1 parent 0aa636d commit 704821b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_files/sphere/sphere-amr.inp

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ incflo.physics = FreeStream
3636
incflo.velocity = 0.0 0.0 0.0
3737
incflo.density = 1.0
3838

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

0 commit comments

Comments
 (0)