aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/IDFOScalarWave/param.ccl
blob: 656d1f03cc3fb068bf3d68cbd2ba81c393aea830 (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
# Parameter definitions for thorn IDScalarWave
# $Header:$

KEYWORD initial_data "Type of initial data"
{
  "1/r"      :: "1/r data"
  "gaussian" :: "time-symmetric gaussian"
} "1/r"

## Parameter for initial wavepulses

REAL radius "The radius of the gaussian wave"
{
 0:*  :: "Positive"
} 0.0

REAL sigma "The sigma for the gaussian wave"
{
 0:* :: "Positive"
} 0.1

REAL kx "The wave number in the x-direction"
{
 *:* :: "No restriction"
} 4.0

REAL ky "The wave number in the y-direction"
{
 *:* :: "No restriction"
} 0.0

REAL kz "The wave number in the z-direction"
{
 *:* :: "No restriction"
} 0.0

REAL amplitude "The amplitude of the waves"
{
  *:* :: "No restriction"
} 1.0