# ------------------  INPUTS TO MAIN PROGRAM  -------------------
stop_time = 2.0

# PROBLEM SIZE & GEOMETRY
geometry.coord_sys   =  0
geometry.is_periodic =  0      0      0
geometry.prob_lo     =  0.0    0.0    0.0
geometry.prob_hi     =  1.0    1.0    1.0
problem.center        =  0.0    0.0    0.0
amr.n_cell           =  200    200    200

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

castro.lo_bc       =  3   3   3
castro.hi_bc       =  2   2   2

# WHICH PHYSICS
castro.do_hydro = 1
castro.ppm_type = 1

castro.small_dens = 1.0e-6
castro.small_temp = 1.0e-16

# TIME STEP CONTROL
castro.cfl            = 0.5     # cfl number for hyperbolic system
castro.init_shrink    = 0.1     # scale back initial timestep
castro.change_max     = 1.1     # maximum increase in dt over successive steps

# DIAGNOSTICS & VERBOSITY
castro.sum_interval   = 1       # timesteps between computing integrals
castro.v              = 1       # verbosity in Castro.cpp
amr.v                 = 1       # verbosity in Amr.cpp
gravity.v             = 1       # verbosity in Gravity.cpp

# REFINEMENT / REGRIDDING
amr.max_level         = 0       # maximum level number allowed
amr.blocking_factor   = 8       # block factor in grid generation
amr.max_grid_size     = 40

# CHECKPOINT FILES
amr.check_file        = chk      # root name of checkpoint file
amr.check_per         = 0.1      # amount of simulation time between checkpoints

# PLOTFILES
amr.plot_file         = plt      # root name of plotfile
amr.plot_per          = 0.1      # amount of simulation time between plotfiles
amr.derive_plot_vars  = NONE

# EOS
eos.eos_assume_neutral = 0
eos.eos_gamma = 1.6666666666666666666666666
