Skip to content

Commit

Permalink
explicitly set small_{temp,dens} for some tests (#1757)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Feb 18, 2025
1 parent 45c9777 commit 444d983
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unit_test/test_conductivity/input_conductivity
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ unit_test.temp_min = 1.e6
unit_test.temp_max = 1.e10

unit_test.metalicity_max = 0.5

unit_test.small_dens = 1.e-4
3 changes: 3 additions & 0 deletions unit_test/test_eos/input_eos
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ unit_test.temp_min = 1.e6
unit_test.temp_max = 1.e10

unit_test.metalicity_max = 0.5

unit_test.small_temp = 1.e4
unit_test.small_dens = 1.e-4
1 change: 1 addition & 0 deletions unit_test/test_eos/input_eos.multigamma
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ eos.species_a_gamma = 1.6666
eos.species_b_name = "carbon-12"
eos.species_b_gamma = 1.333333

unit_test.small_dens = 1.e-4
2 changes: 2 additions & 0 deletions unit_test/test_eos/input_eos.polytrope
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ unit_test.metalicity_max = 0.5

eos.polytrope_type = 1

unit_test.small_dens = 1.e-4

3 changes: 3 additions & 0 deletions unit_test/test_eos/input_eos.tillotson
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ unit_test.temp_min = 1.e4
unit_test.temp_max = 1.e5


unit_test.small_dens = 1.e-4
unit_test.small_temp = 1.e4

2 changes: 2 additions & 0 deletions unit_test/test_sdc/inputs_aprox13
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ unit_test.dens_max = 1.e8
unit_test.temp_min = 5.e7
unit_test.temp_max = 5.e9

unit_test.small_dens = 1.e3

unit_test.tmax = 1.e-6

unit_test.primary_species_1 = "helium-4"
Expand Down
2 changes: 2 additions & 0 deletions unit_test/test_sdc/inputs_aprox19.no_nse
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ unit_test.dens_max = 1.e8
unit_test.temp_min = 5.e7
unit_test.temp_max = 5.e8

unit_test.small_dens = 1.e3

unit_test.tmax = 1.e-7

unit_test.primary_species_1 = "hydrogen-1"
Expand Down
2 changes: 2 additions & 0 deletions unit_test/test_sdc/inputs_aprox19.nse
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ unit_test.dens_max = 5.e8
unit_test.temp_min = 5.e7
unit_test.temp_max = 5.e9

unit_test.small_dens = 1.e3

unit_test.C_nse = 0.2
unit_test.T_nse = 5.e8
unit_test.rho_nse = 3.e7
Expand Down

0 comments on commit 444d983

Please sign in to comment.