-
Notifications
You must be signed in to change notification settings - Fork 129
Expand file tree
/
Copy path_defaults
More file actions
41 lines (27 loc) · 932 Bytes
/
_defaults
File metadata and controls
41 lines (27 loc) · 932 Bytes
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
[driver]
cfl = 0.8
[eos]
gamma = 1.4 ; pres = rho ener (gamma - 1)
cv = 1 ; Heat capacity at constant volume
cp = 1
[compressible]
use_flattening = 1 ; apply flattening at shocks (1)
z0 = 0.75 ; flattening z0 parameter
z1 = 0.85 ; flattening z1 parameter
delta = 0.33 ; flattening delta parameter
cvisc = 0.1 ; artifical viscosity coefficient
limiter = 2 ; limiter (0 = none, 1 = 2nd order, 2 = 4th order)
temporal_method = RK4 ; integration method (see mesh/integration.py)
grav = 0.0 ; gravitational acceleration (in y-direction)
riemann = HLLC ; HLLC or CGF
[diffusion]
k = 1e-2 ; conductivity
constant_kappa = 1 ; Is the conductivity constant (1) or constant opacity (0)
[network]
network_type = powerlaw
specific_q_burn = 10
f_act = 1
t_burn_ref = 10
rho_burn_ref = 1.5
rtilde = 1
nu = 4