Skip to content

Commit

Permalink
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 e1f4816 commit 1d9ba43
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Exec/science/nova/inputs_nova_t7
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ 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
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

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

# 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
# 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
castro.yl_ext_bc_type = 1
# castro.lo_bc = 0 3
# castro.hi_bc = 0 2
# castro.yl_ext_bc_type = 1

# >>>>>>>>>>>>> BC FLAGS <<<<<<<<<<<<<<<<
# 0 = Interior 3 = Symmetry
Expand Down

0 comments on commit 1d9ba43

Please sign in to comment.