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

restricted:

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 :: "FMR/AMR runs probably need 3. Otherwise use 2"
} 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"

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"