aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 50e4cc7acf2597df4e1030c0af69e9e0f07d62ba (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
# Parameter definitions for thorn HydroBase

SHARES: InitBase

USES KEYWORD initial_data_setup_method

RESTRICTED:

KEYWORD initial_hydro "The hydro initial data"
{
  "zero" :: "hydro variables are set to vacuum (without atmosphere)"
} "zero"

KEYWORD evolution_method "The hydro evolution method"
{
  "none" :: "hydro variables are not evolved"
} "none"

INT timelevels "Number of time levels in evolution scheme"
{
  1:3 :: ""
} 1

STRING prolongation_type "The prolongation operator used by Carpet for HydroBase variables"
{
  "ENO"  :: "Third order ENO operators; only third order is implemented"
  "WENO" :: "Fifth order WENO operators; only fifth order is implemented"
  ".*"   :: "Anything else"
} "ENO"

# Settings for electron fraction Y_e

KEYWORD initial_Y_e "Initial value for Y_e"
{
  "none" :: "inactive"
  "one"  :: "initially set to one"
} "none"

KEYWORD Y_e_evolution_method "Evolution method for Y_e"
{
  "none" :: "Evolution for Y_e is disabled"
} "none"

# Settings for magnetic field B^i

KEYWORD initial_Bvec "Initial value for Bvec"
{
  "none" :: "inactive"
  "zero" :: "initially set to zero"
} "none"

KEYWORD Bvec_evolution_method "Evolution method for Bvec"
{
  "none" :: "Evolution for Bvec is disabled"
} "none"