Skip to content

Commit

Permalink
Adding final input file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aisclark91 committed Feb 24, 2025
1 parent c07a339 commit bb5ed3a
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions Exec/science/nova/inputs_nova_t7
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,27 @@
#max_step = 2732918
stop_time = 1700.0

# In 3d:

# PROBLEM SIZE & GEOMETRY
geometry.is_periodic = 1 1 0
geometry.coord_sys = 0 # 0 => cart, 1 => RZ 2=>spherical
geometry.prob_lo = 0 0 0
geometry.prob_hi = 30.720e7 30.720e7 15.360e7
amr.n_cell = 1920 1920 960

#In 2d:

# PROBLEM SIZE & GEOMETRY
# geometry.is_periodic = 1 0
# geometry.coord_sys = 0 # 0 => cart, 1 => RZ 2=>spherical
# geometry.prob_lo = 0 0
# geometry.prob_hi = 30.720e7 15.360e7
# amr.n_cell = 1920 960

# castro.lo_bc = 0 3
# castro.hi_bc = 0 2

# >>>>>>>>>>>>> BC FLAGS <<<<<<<<<<<<<<<<
# 0 = Interior 3 = Symmetry
# 1 = Inflow 4 = SlipWall
Expand Down Expand Up @@ -79,8 +93,16 @@ amr.v = 1 # verbosity in Amr.cpp
amr.max_level = 1 # maximum level number allowed
amr.ref_ratio = 4 2 # refinement ratio
amr.regrid_int = 2 2 # how often to regrid
amr.max_grid_size = 256
amr.blocking_factor = 64

# In three dimensions, please use the following two options:
amr.max_grid_size = 32
amr.blocking_factor = 8

# In two dimensions, please coment the previous two options
# and use:
; amr.max_grid_size = 256
; amr.blocking_factor = 64

amr.n_error_buf = 2 2 # number of buffer cells in error est
amr.refine_grid_layout = 0

Expand Down

0 comments on commit bb5ed3a

Please sign in to comment.