aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/HydroToy/param.ccl
blob: fb6f022f071be7dd22b862ddae4fa0cd70a62fe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Parameter definitions for thorn HydroToy
# $Header:$

restricted:

BOOLEAN hydrotoy_active "Activate or deactivate the HydroToy thorn"
{
} "yes"

private:

KEYWORD bound "Type of boundary condition to use"
{
  "none"      :: "No boundary condition"
  "flat"      :: "Flat boundary condition"
  "radiation" :: "Radiation boundary condition"
  "robin"     :: "Robin boundary condition"
  "zero"      :: "Zero boundary condition"
} "zero"