-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathparameters
More file actions
110 lines (78 loc) · 2.36 KB
/
parameters
File metadata and controls
110 lines (78 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
#____________LAUNCH_____________
outdir = "Data"
#___________PROFILE_____________
profile_name = "profiles/stripped_star.short"
comp_profile_name = "profiles/stripped_star.iso.dat"
#__________EXPLOSION_____________
initial_data = "Thermal_Bomb"
piston_vel = 5.0d9
piston_tstart = 0.0d0
piston_tend = 1.0d-2
final_energy = 1.0d51
bomb_tstart = 0.0d0
bomb_tend = 0.1d0
bomb_mass_spread = 0.1d0
bomb_start_point = 1
#_____________GRID_______________
imax = 100
grid_mode = "adaptive_runtime"
grid_pattern_file = "tables/GridPattern.dat"
grid_surface_alpha = 7.0
grid_relax_days = 5.0
grid_min_cell_frac = 1.0E-4
grid_update_interval_days = 1.0d0
grid_debug = 0
mass_excision = 1
mass_excised = 1.4
#___________EVOLUTION_____________
radiation = 1
eoskey = 2
Ni_switch = 1
Ni_mass = 0.03
Ni_mix_fraction = 0.31d0
Ni_mix_component2_fraction = 0.0d0
Ni_mix_component2_extent = 0.31d0
Ni_mix_kernel = 1
Ni_period = 5.0E4
Ni_period_max = 5.456E5
Ni_fractional_change = 0.20d0
Ni_quad_npoints = 70
saha_ncomps = 3
smooth_ni_luminosity = 1
boxcar_smoothing = 1
boxcar_smooth_ni = 1
boxcar_nominal_mass_msun = 0.4d0
boxcar_number_iterations = 4
boxcar_ni_nominal_mass_msun = 0.4d0
boxcar_ni_number_iterations = 4
opacity_floor_envelope = 0.01d0
opacity_floor_core = 0.24d0
#___________TIMING_______________
ntmax = 10000000000000
tend = 5.0E6
dtout = 5.0d5
dtout_mid = 1.0d5
dtout_fast = 5.0d4
dtout_scalar = 1.0d5
dtout_scalar_mid = 5.0d4
dtout_scalar_fast = 1.0d4
output_mid_transition_days = 10.0d0
output_late_transition_days = 2.0d1
dtout_check = 1.7d9
ntout = -1
ntout_scalar = -1
ntout_check = -1
ntinfo = 1000
dtmin = 1.0d-10
dtmax = 1.0E5
#___________SOLVER_______________
epstol_hydro = 1.0d-4
epstol_rad = 1.0d-4
itmax_hydro = 100
itmax_rad = 300
ni_raytrace_opt = 1
ni_ray_interp = 1
grid_remap_qphoto_stop = 0.50d0
output_mode = 0
#____________TEST_________________
sedov = 0