Skip to content

Commit

Permalink
this is an inputs that can be used for testing the SDC code path with…
Browse files Browse the repository at this point in the history
… USE_NSE (#443)

this disables calling the NSE table, but will do the thermodyanics via aux
  • Loading branch information
zingale authored Dec 3, 2020
1 parent 5ff81ce commit ab65f33
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
9 changes: 9 additions & 0 deletions unit_test/test_sdc/inputs_aprox19.no_nse
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
n_cell = 16

do_cxx = 1

prefix = react_aprox19_sdc_

amr.probin_file = probin.aprox19.no_nse


19 changes: 19 additions & 0 deletions unit_test/test_sdc/probin.aprox19.no_nse
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
&extern

dens_min = 1.d4
dens_max = 1.d8
temp_min = 5.d7
temp_max = 5.d8

tmax = 1.d-7

primary_species_1 = "hydrogen-1"
primary_species_2 = "helium-4"
primary_species_3 = "oxygen-16"

rho_nse = 3.e10

jacobian = 1

/

0 comments on commit ab65f33

Please sign in to comment.