aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/IDScalarWave/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/IDScalarWave/param.ccl
Initial revision
darcs-hash:20010301114010-f6438-12fb8a9ffcc80e86c0a97e37b5b0dae0dbc59b79.gz
Diffstat (limited to 'CarpetExtra/IDScalarWave/param.ccl')
-rw-r--r--CarpetExtra/IDScalarWave/param.ccl62
1 files changed, 62 insertions, 0 deletions
diff --git a/CarpetExtra/IDScalarWave/param.ccl b/CarpetExtra/IDScalarWave/param.ccl
new file mode 100644
index 000000000..e44af902a
--- /dev/null
+++ b/CarpetExtra/IDScalarWave/param.ccl
@@ -0,0 +1,62 @@
+# Parameter definitions for thorn IDScalarWave
+# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/IDScalarWave/param.ccl,v 1.5 2002/03/23 20:21:00 schnetter Exp $
+
+restricted:
+
+KEYWORD initial_data "Type of initial data"
+{
+ "plane" :: "Plane wave"
+ "gaussian" :: "Gaussian wave"
+ "box" :: "Box wave"
+ "1/r" :: "1/r data"
+ "none" :: "No initial data, zero phi"
+} "gaussian"
+
+private:
+
+## Parameter for initial wavepulses
+
+REAL radius "The radius of the gaussian wave"
+{
+ *:* :: "No restriction"
+} 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
+
+REAL cx "x-coordinate of center of 1/r initial data"
+{
+ *:* :: "No restriction"
+} 0.0
+
+REAL cy "y-coordinate of center of 1/r initial data"
+{
+ *:* :: "No restriction"
+} 0.0
+
+REAL cz "z-coordinate of center of 1/r initial data"
+{
+ *:* :: "No restriction"
+} 0.0