aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@7ec00dc9-1e7a-42ad-bf73-a299ee168e72>1999-10-11 10:30:21 +0000
committergoodale <goodale@7ec00dc9-1e7a-42ad-bf73-a299ee168e72>1999-10-11 10:30:21 +0000
commit71dc800db76cce021294def0e6c36997a0b76f85 (patch)
tree7f6e8e09cbab3bc397156aa828c30e19972bc139 /param.ccl
parentb728565aaa12282846d658d7837b32511cd23cee (diff)
Modified to have precisely the functionality of IDScalarWave
- now is another implementation of IDScalarWave. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveCXX/trunk@3 7ec00dc9-1e7a-42ad-bf73-a299ee168e72
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl22
1 files changed, 22 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 3f7be29..9a7401d 100644
--- a/param.ccl
+++ b/param.ccl
@@ -7,6 +7,15 @@ USES KEYWORD type ""
{
}
+restricted:
+
+KEYWORD initial_data "Type of initial data"
+{
+ "plane" :: "Plane wave"
+ "gaussian" :: "Gaussian wave"
+ "box" :: "Box wave"
+} "gaussian"
+
private:
REAL radius "The radius of the gaussian wave"
@@ -19,6 +28,19 @@ REAL sigma "The sigma for the gaussian wave"
0:* ::
} 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"