Skip to content

Commit 444d983

Browse files
authored
explicitly set small_{temp,dens} for some tests (#1757)
1 parent 45c9777 commit 444d983

8 files changed

+17
-0
lines changed

unit_test/test_conductivity/input_conductivity

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ unit_test.temp_min = 1.e6
77
unit_test.temp_max = 1.e10
88

99
unit_test.metalicity_max = 0.5
10+
11+
unit_test.small_dens = 1.e-4

unit_test/test_eos/input_eos

+3
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ unit_test.temp_min = 1.e6
77
unit_test.temp_max = 1.e10
88

99
unit_test.metalicity_max = 0.5
10+
11+
unit_test.small_temp = 1.e4
12+
unit_test.small_dens = 1.e-4

unit_test/test_eos/input_eos.multigamma

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ eos.species_a_gamma = 1.6666
1414
eos.species_b_name = "carbon-12"
1515
eos.species_b_gamma = 1.333333
1616

17+
unit_test.small_dens = 1.e-4

unit_test/test_eos/input_eos.polytrope

+2
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ unit_test.metalicity_max = 0.5
1010

1111
eos.polytrope_type = 1
1212

13+
unit_test.small_dens = 1.e-4
14+

unit_test/test_eos/input_eos.tillotson

+3
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ unit_test.temp_min = 1.e4
77
unit_test.temp_max = 1.e5
88

99

10+
unit_test.small_dens = 1.e-4
11+
unit_test.small_temp = 1.e4
12+

unit_test/test_sdc/inputs_aprox13

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ unit_test.dens_max = 1.e8
77
unit_test.temp_min = 5.e7
88
unit_test.temp_max = 5.e9
99

10+
unit_test.small_dens = 1.e3
11+
1012
unit_test.tmax = 1.e-6
1113

1214
unit_test.primary_species_1 = "helium-4"

unit_test/test_sdc/inputs_aprox19.no_nse

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ unit_test.dens_max = 1.e8
99
unit_test.temp_min = 5.e7
1010
unit_test.temp_max = 5.e8
1111

12+
unit_test.small_dens = 1.e3
13+
1214
unit_test.tmax = 1.e-7
1315

1416
unit_test.primary_species_1 = "hydrogen-1"

unit_test/test_sdc/inputs_aprox19.nse

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ unit_test.dens_max = 5.e8
99
unit_test.temp_min = 5.e7
1010
unit_test.temp_max = 5.e9
1111

12+
unit_test.small_dens = 1.e3
13+
1214
unit_test.C_nse = 0.2
1315
unit_test.T_nse = 5.e8
1416
unit_test.rho_nse = 3.e7

0 commit comments

Comments
 (0)