aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorlanfer <lanfer@b9286e40-80fe-41ab-903a-d6b447012e1e>2000-07-14 13:13:50 +0000
committerlanfer <lanfer@b9286e40-80fe-41ab-903a-d6b447012e1e>2000-07-14 13:13:50 +0000
commitad2cfd1860cd602045d171e17b30b4d12509c989 (patch)
tree269c830b3d2ffb37b6fdb162e5af0eaf212fae1c /param.ccl
parent01fb41d5375f0f5485c47edaa482dc5f36ff7fd3 (diff)
BinarySources in C: IDBinarySourceC
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@2 b9286e40-80fe-41ab-903a-d6b447012e1e
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl39
1 files changed, 39 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..e081016
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,39 @@
+# Parameter definitions for thorn IDBinarySourceC
+# $Header$
+
+shares: idscalarwave
+
+EXTENDS KEYWORD initial_data ""
+{
+ "binarysource" :: "Rotating binary source (fast'n fancy); set binary_[radius/size/omega]"
+}
+
+private:
+
+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"
+
+REAL binary_size "Radial extension of the binary source" STEERABLE = ALWAYS
+{
+ 0.0: :: "Some positive value"
+} 0.5
+
+REAL binary_omega "Frequency of the circular binary orbit" STEERABLE = ALWAYS
+{
+ 0.0: :: "Some positive value"
+} 2.0
+
+REAL binary_charge "Charge of source" STEERABLE = ALWAYS
+{
+ : :: "No restriction"
+} 0.1
+
+REAL binary_radius "Radius of the circular binary orbit" STEERABLE = ALWAYS
+{
+ 0.0: :: "Some positive value"
+} 2.0
+