Skip to content

Commit

Permalink
turn on simplified-SDC for massive_star
Browse files Browse the repository at this point in the history
also use the chabrier1998 screening to be consistent with the table
  • Loading branch information
zingale committed Nov 21, 2023
1 parent b720d68 commit d06eade
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Exec/science/massive_star/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ USE_MPI = TRUE

USE_GRAV = TRUE
USE_REACT = TRUE

USE_SIMPLIFIED_SDC = TRUE

USE_NSE_TABLE = TRUE
SCREEN_METHOD = chabrier1998

BL_NO_FORT := TRUE

Expand Down
4 changes: 2 additions & 2 deletions Exec/science/massive_star/inputs_2d.nse
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ amr.n_error_buf = 2 2 2 2 # number of buffer cells in error est
amr.grid_eff = 0.7 # what constitutes an efficient grid

amr.check_file = chk # root name of checkpoint file
amr.check_int = 50 # number of timesteps between checkpoints
amr.check_int = 10 # number of timesteps between checkpoints
amr.plot_file = plt # root name of plot file
castro.plot_per_is_exact = 0
amr.plot_per = 0.2
Expand All @@ -83,7 +83,7 @@ castro.max_subcycles = 16

# problem initialization

problem.model_name = "15m_500_sec.aprox19.hse.20.0km"
problem.model_name = "15m_500_sec.aprox19.hse.10.0km"

problem.perturb_model = 1
problem.velpert_amplitude = 5.e6
Expand Down

0 comments on commit d06eade

Please sign in to comment.