aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/HydroToy/param.ccl
blob: d27dbef1248725411b385a45f9e45571c1295b0c (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: /home/eschnett/C/carpet/Carpet/CarpetExtra/HydroToy/param.ccl,v 1.3 2001/08/26 13:59:38 schnetter Exp $

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"