forked from robynlm/ICPertFLRW
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparam.ccl
110 lines (90 loc) · 1.95 KB
/
param.ccl
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
#################################################
# Extended keywords
#################################################
shares: CT_Dust
EXTENDS CCTK_KEYWORD my_initial_data
{
"ICPertFLRW" :: "Data Initialised by ICPertFLRW thorn"
}
USES CCTK_REAL Lambda
#################################################
# This Thorn's parameters
#################################################
######## Logical
private:
CCTK_KEYWORD ICPertFLRW_Lambda "Choose how the scale factor, the Hubble parameter, and Omega_matter are calculated"
{
"no" :: "No Cosmological constant"
"yes" :: "Cosmological constant present"
} "yes"
######## Variables
private:
CCTK_REAL ICPertFLRW_z_comoving_ref "Comoving reference redshift: a_0 = 1 + z_comoving_ref"
{
*:* :: ""
} 0
private:
CCTK_REAL ICPertFLRW_G "Gravitational Constant"
{
*:* :: ""
} 1
restricted:
CCTK_REAL ICPertFLRW_Omega_matter0 "Matter Density Parameter Today"
{
*:* :: ""
} 0.3147
restricted:
CCTK_REAL ICPertFLRW_c "Speed of light"
{
*:* :: ""
} 1
restricted:
CCTK_REAL ICPertFLRW_h "Dimensionless Hubble parameter"
{
*:* :: ""
} 0.6737
private:
CCTK_REAL ICPertFLRW_Amp_x[20] "Amplitude of the perturbation, along x"
{
*:* :: ""
} 0
private:
CCTK_REAL ICPertFLRW_Amp_y[20] "Amplitude of the perturbation, along y"
{
*:* :: ""
} 0
private:
CCTK_REAL ICPertFLRW_Amp_z[20] "Amplitude of the perturbation, along z"
{
*:* :: ""
} 0
private:
CCTK_REAL ICPertFLRW_lambda_x[20] "Wavelength of the perturbation along x"
{
*:* :: ""
} 1
private:
CCTK_REAL ICPertFLRW_lambda_y[20] "Wavelength of the perturbation along y"
{
*:* :: ""
} 1
private:
CCTK_REAL ICPertFLRW_lambda_z[20] "Wavelength of the perturbation along z"
{
*:* :: ""
} 1
private:
CCTK_REAL ICPertFLRW_phi_x[20] "Wavelength shift along x"
{
*:* :: ""
} 0
private:
CCTK_REAL ICPertFLRW_phi_y[20] "Wavelength shift along y"
{
*:* :: ""
} 0
private:
CCTK_REAL ICPertFLRW_phi_z[20] "Wavelength shift along z"
{
*:* :: ""
} 0