Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] turn on simplified-SDC for massive_star #2655

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
8 changes: 5 additions & 3 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 @@ -77,13 +77,13 @@ castro.store_burn_weights = 1
castro.small_dens = 1.0
castro.small_temp = 1.e6

castro.time_integration_method = 0
castro.time_integration_method = 3
castro.use_retry = 1
castro.max_subcycles = 16

# problem initialization

problem.model_name = "15m_500_sec.aprox19.hse.20.00km"
problem.model_name = "15m_500_sec.aprox19.hse.10.00km"

problem.perturb_model = 1
problem.velpert_amplitude = 5.e6
Expand Down Expand Up @@ -115,6 +115,8 @@ integrator.jacobian = 1
network.rho_nse = 1.e7
network.T_nse = 3.e9

integrator.ode_max_steps = 500000

network.small_x = 1.e-10

network.nse_relax_factor = 0.9
Expand Down
126 changes: 0 additions & 126 deletions Exec/science/massive_star/inputs_2d.nse.sdc

This file was deleted.