From bb5ed3af5c7a5d47d85ca61f8e4bace5f3e085bc Mon Sep 17 00:00:00 2001 From: Alexander Smith Date: Mon, 24 Feb 2025 07:23:23 +0000 Subject: [PATCH] Adding final input file changes --- Exec/science/nova/inputs_nova_t7 | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/Exec/science/nova/inputs_nova_t7 b/Exec/science/nova/inputs_nova_t7 index 1078534330..cca5d007b8 100644 --- a/Exec/science/nova/inputs_nova_t7 +++ b/Exec/science/nova/inputs_nova_t7 @@ -2,6 +2,8 @@ #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 @@ -9,6 +11,18 @@ 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 @@ -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