aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/IDFOScalarWave/param.ccl
diff options
context:
space:
mode:
authoreschnett <>2001-03-01 11:40:00 +0000
committereschnett <>2001-03-01 11:40:00 +0000
commit310f0ea48d18866b773136aed11200b6eda6378b (patch)
tree445d3e34ce8b89812994b6614f7bc9f4acbc7fe2 /CarpetExtra/IDFOScalarWave/param.ccl
Initial revision
darcs-hash:20010301114010-f6438-12fb8a9ffcc80e86c0a97e37b5b0dae0dbc59b79.gz
Diffstat (limited to 'CarpetExtra/IDFOScalarWave/param.ccl')
-rw-r--r--CarpetExtra/IDFOScalarWave/param.ccl40
1 files changed, 40 insertions, 0 deletions
diff --git a/CarpetExtra/IDFOScalarWave/param.ccl b/CarpetExtra/IDFOScalarWave/param.ccl
new file mode 100644
index 000000000..56aa9b719
--- /dev/null
+++ b/CarpetExtra/IDFOScalarWave/param.ccl
@@ -0,0 +1,40 @@
+# Parameter definitions for thorn IDScalarWave
+# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/IDFOScalarWave/param.ccl,v 1.5 2003/08/27 18:44:58 schnetter Exp $
+
+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