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 bb5ed3a commit 157a99d
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions Exec/science/nova/inputs_nova_t7
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,34 @@ 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

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

# >>>>>>>>>>>>> BC FLAGS <<<<<<<<<<<<<<<<
# 0 = Interior 3 = Symmetry
# 1 = Inflow 4 = SlipWall
# 2 = Outflow 5 = NoSlipWall
# >>>>>>>>>>>>> BC FLAGS <<<<<<<<<<<<<<<<
castro.lo_bc = 0 0 3
castro.hi_bc = 0 0 2

castro.zl_ext_bc_type = 1
# castro.yl_ext_bc_type = 1 2D case

castro.hse_interp_temp = 1
castro.hse_reflect_vels = 1
Expand Down

0 comments on commit 157a99d

Please sign in to comment.