Skip to content

Commit

Permalink
some massive_star inputs fixes (#2758)
Browse files Browse the repository at this point in the history
in_nse is not derived, so it wasn't being stored
turn on pslope
don't store burn weights
  • Loading branch information
zingale authored Feb 28, 2024
1 parent 6522215 commit ac57e6b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Exec/science/massive_star/inputs_2d.nse
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ castro.do_sponge = 1

castro.ppm_type = 1
castro.ppm_temp_fix = 0
castro.use_pslope = 1

castro.use_flattening = 1

Expand Down Expand Up @@ -64,12 +65,12 @@ amr.check_int = 50 # number of timesteps between checkpoints
amr.plot_file = massive_star_plt # root name of plot file
amr.plot_per = 5.0
amr.derive_plot_vars = ALL
castro.store_burn_weights = 1
castro.store_burn_weights = 0

amr.small_plot_file = massive_star_smallplt # root name of plot file
amr.small_plot_per = 0.5
amr.small_plot_vars = density Temp
amr.derive_small_plot_vars = abar Ye enuc MachNumber magvel magvort in_nse
amr.small_plot_vars = density Temp in_nse
amr.derive_small_plot_vars = abar Ye enuc MachNumber magvel magvort

fab.format = NATIVE_32

Expand Down

0 comments on commit ac57e6b

Please sign in to comment.