aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorlanfer <lanfer@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>1999-03-16 11:53:44 +0000
committerlanfer <lanfer@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>1999-03-16 11:53:44 +0000
commitf46f4f6103b579b7a18d234af5b7f9a87da1bb5e (patch)
tree19e55b79a5c0b0099433c9a3b21448eea178ac3f /param.ccl
parent96ada89935187e01698b839377933386be456e88 (diff)
thorn IDLinearWaves for Cactus4.0
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@2 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl71
1 files changed, 71 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..96c5868
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,71 @@
+# Parameter definitions for thorn IDLinearWaves
+
+friend:einstein
+
+EXTENDS KEYWORD intial_data ""
+"teukwaves" : "lin. waves intialdata: Teukolsky waves"
+"planewave" : "lin. waves intialdata: plane waves"
+}
+
+private:
+
+REAL amplitude "Amplitdude of the wave: both for teuk and plane")
+{
+ 0: :: "positive amplitude"
+} 0.001
+
+INTEGER mvalue "m value for teukwaves waves: integer from -2 to 2"
+{
+ -2:2 :: "implemented : m = -2..2"
+} 0
+
+REAL wavecenter "linears waves thingie"
+{
+ : :: ""
+} 0.0
+
+REAL wavelength "linearwaves wave length"
+{
+ 0: :: "positive wavelength"
+} 2.0
+
+REAL wavepulse "planewaves thingy for the gaussian pulse"
+{
+ 0: :: "positive pulse"
+} 1.0
+
+REAL wavetheta "Theta angle for planewaves"
+{
+ : :: ""
+} 0.0
+
+REAL wavephi "Phi angle for planewaves"
+{
+ : :: ""
+} 0.0
+
+KEYWORD parity "Parity for teukwaves: even or odd"
+{
+ "even" :: "even parity"
+ "odd" :: "odd parity"
+} "even"
+
+KEYWORD packet "Packet for teukwaves: eppley,evans,square"
+{
+ "eppley" :: "Eppley type"
+ "evans" :: "Evans type"
+ "square" :: "Square type"
+} "eppley"
+
+KEYWORD wavesgoing "in and outgoing waves..."
+{
+ "in" :: "Ingoing wave"
+ "out" :: "Outgoing wave"
+ "both" :: "In and outgoing wave"
+} "both"
+
+KEYWORD teuk_no_vee "Initialize Teuk. waves with V=0?"
+{
+ "no" : " Bona Masso setting"
+ "yes": " Bona Masso setting"
+} "no"