aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 22c44db34e1d2dd906d1844d0f6d213fe937898c (plain)
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
# Parameter definitions for thorn EOS_Omni


restricted:

# poly EOS
REAL poly_gamma "Adiabatic Index for poly EOS"
{
 : :: ""
} 2.0

REAL poly_gamma_ini "Initial Adiabatic Index for poly EOS"
{
 : :: ""
} 2.0

REAL poly_k "Polytropic constant in c=G=Msun=1" 
{
 : :: ""
} 100.0

# gamma-law EOS
REAL gl_gamma "Adiabatic Index for gamma-law EOS"
{
 : :: ""
} 2.0

REAL gl_k "Polytropic constant in c=G=Msun=1 for gamma-law EOS" 
{
 : :: ""
} 100.0

# hybrid EOS
REAL hybrid_gamma1 "subnuclear adiabatic Index for hybrid EOS"
{
 : :: ""
} 1.325

REAL hybrid_gamma2 "subnuclear adiabatic Index for hybrid EOS"
{
 : :: ""
} 2.5

REAL hybrid_gamma_th "Thermal gamma for hybrid EOS"
{
 : :: ""
} 1.5

REAL hybrid_k1 "Polytropic constant in c=G=Msun=1 for hybrid EOS" 
{
 : :: ""
} 0.4640517

REAL hybrid_rho_nuc "Density at which to switch between gammas; c=G=Msun=1" 
{
 : :: ""
} 3.238607e-4

################ Finite-Temperature Nuclear EOS

BOOLEAN nuceos_read_table "Read in EOS table?" STEERABLE=RECOVER
{
} "No"

BOOLEAN do_energy_shift "shift energies around?" STEERABLE=ALWAYS
{
} "yes"

STRING nuceos_table_name "nuceos table name (hdf5)"
{
 .* :: "Can be anything"
} "blah.h5"