Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce amr wind mesh size for the sphere reg test #98

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading