aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorlanfer <lanfer@f5a6acaf-da7d-456b-b0a8-35edbc60b392>2000-01-07 09:52:35 +0000
committerlanfer <lanfer@f5a6acaf-da7d-456b-b0a8-35edbc60b392>2000-01-07 09:52:35 +0000
commit88a0a1799137bd7ff3506301b3024fc9d3fcc366 (patch)
treeb9a5eecbad7550cfe55426256d2a059b04b37f9b /param.ccl
parent7b528ae06916037b7fcf6c958ee67e2de8677aec (diff)
rotating binary charges
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWave/trunk@19 f5a6acaf-da7d-456b-b0a8-35edbc60b392
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl44
1 files changed, 44 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index df5a216..8b325c4 100644
--- a/param.ccl
+++ b/param.ccl
@@ -9,6 +9,48 @@ USES KEYWORD type ""
restricted:
+## Parameter for rotating binary charges
+
+KEYWORD binary_source "Rotating binary source"
+{
+ "yes" :: "Rotating binary source (fast'n fancy); set binary_[radius/size/omega]"
+ "fast":: "Rotating binary source (fast'n fancy); set binary_[radius/size/omega]"
+ "slow":: "Rotating binary source (slown'n easy); set binary_[radius/size/omega]"
+ "no" :: "No rotating binary source"
+} "yes"
+
+KEYWORD binary_verbose "Rotating binary source verbose"
+{
+ "yes" :: "Info on charge location/extension on first iteration"
+ "debug":: "Info on charge location/extension on all iterations"
+ "no" :: "no output"
+} "no"
+
+CCTK_REAL binary_size "Radial extension of the binary source"
+{
+ 0.0: :: "Some positive value"
+} 0.5
+
+CCTK_REAL binary_omega "Frequency of the circular binary orbit"
+{
+ 0.0: :: "Some positive value"
+} 2.0
+
+CCTK_REAL binary_charge "Charge of source"
+{
+ : :: "No restriction"
+} 0.1
+
+CCTK_REAL binary_radius "Radius of the circular binary orbit"
+{
+ 0.0: :: "Some positive value"
+} 2.0
+
+
+
+
+## Parameter for initial wavepulses
+
KEYWORD initial_data "Type of initial data"
{
"plane" :: "Plane wave"
@@ -33,10 +75,12 @@ 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"