Skip to content

Commit

Permalink
better sized domain
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed May 31, 2024
1 parent 6065efb commit 3fbab03
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Exec/science/circular_det/inputs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# ------------------ INPUTS TO MAIN PROGRAM -------------------
max_step = 200000
stop_time = 0.015
stop_time = 0.024

# PROBLEM SIZE & GEOMETRY
geometry.is_periodic = 0 0 0
geometry.coord_sys = 0 # 0 => cart, 1 => RZ 2=>spherical
geometry.prob_lo = 0 0 0
geometry.prob_hi = 78643200.0 78643200.0
amr.n_cell = 512 512
geometry.prob_hi = 1.572864e8 1.572864e8
amr.n_cell = 256 256



Expand Down Expand Up @@ -54,8 +54,8 @@ amr.v = 1 # verbosity in Amr.cpp
#amr.grid_log = grdlog # name of grid logging file

# REFINEMENT / REGRIDDING
amr.max_level = 0 # maximum level number allowed
amr.ref_ratio = 4 4 2 2 # refinement ratio
amr.max_level = 1 # maximum level number allowed
amr.ref_ratio = 2 2 2 2 # refinement ratio
amr.regrid_int = 2 2 2 2 # how often to regrid
amr.blocking_factor = 8 # block factor in grid generation
amr.max_grid_size = 64
Expand Down

0 comments on commit 3fbab03

Please sign in to comment.