# ------------------ INPUTS TO MAIN PROGRAM ------------------- amr.n_cell = 16 16 16 #walltime_limit = 0.4 #walltime_int = 5 amr.check_int = 100 # number of timesteps between checkpoints amr.plot_int = 100 # number of timesteps between plotfiles rns.plot_cons = 1 rns.plot_primplus = 0 max_step = 3 stop_time = 8.e-7 rns.do_density_ref = 1 # for RK rns.RK_order = 3 # for SDC mlsdc.max_iters = 4 # PROBLEM SIZE & GEOMETRY geometry.is_periodic = 1 1 1 geometry.coord_sys = 0 # 0 => cart, 1 => RZ 2=>spherical geometry.prob_lo = -0.05 -0.05 -0.05 geometry.prob_hi = 0.05 0.05 0.05 eglib.use_bulk_visc = 0 rns.Riemann = 0 # 0: HLL, 1: JBB, 2: HLLC rns.Treference = 298.0 # >>>>>>>>>>>>> BC FLAGS <<<<<<<<<<<<<<<< # 0 = Interior 3 = Symmetry # 1 = Inflow 4 = SlipWall # 2 = Outflow 5 = NoSlipWall # >>>>>>>>>>>>> BC FLAGS <<<<<<<<<<<<<<<< rns.lo_bc = 0 0 0 rns.hi_bc = 0 0 0 # TIME STEP CONTROL rns.cfl = 0.2 # cfl number for hyperbolic system rns.init_shrink = 1.0 # scale back initial timestep rns.change_max = 1.05 # scale back initial timestep rns.dt_cutoff = 5.e-20 # level 0 timestep below which we halt # DIAGNOSTICS & VERBOSITY rns.v = 1 # verbosity in RNS.cpp amr.v = 1 # verbosity in Amr.cpp amr.grid_log = grdlog # name of grid logging file # REFINEMENT / REGRIDDING amr.max_level = 2 # 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 amr.n_error_buf = 2 2 2 2 # number of buffer cells in error est # CHECKPOINT FILES amr.checkpoint_files_output = 1 amr.check_file = chk # root name of checkpoint file # PLOTFILES amr.plot_files_output = 1 amr.plot_file = plt # root name of plotfile #PROBIN FILENAME amr.probin_file = probin-3d-regt