Skip to content

Commit

Permalink
Update AMReX and Microphysics to release 20.09
Browse files Browse the repository at this point in the history
  • Loading branch information
doreenfan committed Sep 3, 2020
1 parent f3b03f8 commit 8ed72a9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Exec/science/flame/inputs_2d_smallscale_sdc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ maestro.drdxfac = 5

# PROBLEM SIZE
geometry.prob_lo = 0.0 0.0
geometry.prob_hi = 0.625e0 5.e0
geometry.prob_hi = 0.3125e0 2.5e0

# BOUNDARY CONDITIONS
# 0 = Interior 3 = Symmetry
Expand All @@ -24,7 +24,7 @@ maestro.v = 1 # verbosity
amrex.fpe_trap_invalid = 1 # floating point exception

# GRIDDING AND REFINEMENT
amr.n_cell = 128 1024
amr.n_cell = 64 512
amr.max_grid_size = 64
amr.max_level = 0 # maximum level number allowed
maestro.regrid_int = 2 # how often to regrid
Expand Down Expand Up @@ -70,7 +70,7 @@ maestro.sdc_couple_mac_velocity = 1

# PLOTFILES
maestro.plot_base_name = sdc_flame_ # root name of plot file
maestro.plot_int = 10 # number of timesteps between plot files
maestro.plot_int = 1 # number of timesteps between plot files
maestro.plot_deltat = 1.e-5

# CHECKPOINT
Expand Down
4 changes: 2 additions & 2 deletions Exec/science/fully_convective_star/inputs_3d
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ amr.refine_grid_layout = 0 # chop grids up into smaller grids if nprocs >
maestro.octant = false

# TIME STEPPING
maestro.max_step = 0
maestro.max_step = 10
maestro.stop_time = 3000000.
maestro.cfl = 0.7 # cfl number for hyperbolic system
# In this test problem, the velocity is
Expand Down Expand Up @@ -71,7 +71,7 @@ maestro.do_heating = true

# PLOTFILES
maestro.plot_base_name = plt # root name of plot file
maestro.plot_int = 100 # number of timesteps between plot files
maestro.plot_int = 5 # number of timesteps between plot files
maestro.plot_deltat = -1.
amr.small_plot_vars = rho Pi p0 tpert circ_velocity radial_velocity
maestro.plot_Hext = true
Expand Down
1 change: 1 addition & 0 deletions Exec/test_problems/mach_jet/inputs_2d
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ geometry.is_periodic = 1 0

# VERBOSITY
maestro.v = 1 # verbosity
maestro.mg_verbose = 2

# DEBUG FOR NAN
amrex.fpe_trap_invalid = 1 # floating point exception
Expand Down
2 changes: 1 addition & 1 deletion external/Microphysics
2 changes: 1 addition & 1 deletion external/amrex
Submodule amrex updated 1231 files

0 comments on commit 8ed72a9

Please sign in to comment.