From 1041dda7933e0f825f89b860624d38bdc111ab3d Mon Sep 17 00:00:00 2001 From: allen Date: Sat, 4 Sep 1999 11:04:43 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWave/trunk@3 f5a6acaf-da7d-456b-b0a8-35edbc60b392 --- param.ccl | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 param.ccl (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl new file mode 100644 index 0000000..4dce0db --- /dev/null +++ b/param.ccl @@ -0,0 +1,46 @@ +# Parameter definitions for thorn IDScalarWave +# $Header$ + +shares: grid + +USES KEYWORD type "" +{ +} + +private: + +REAL radius "The radius of the gaussian wave" +{ + 0:* :: +} 0.0 + +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" +} 1.0 + +KEYWORD initial_data "Type of initial data" +{ + "plane" :: "Plane wave" + "gaussian" :: "Gaussian wave" + "box" :: "Box wave" +} "gaussian" + -- cgit v1.2.3