aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@f5a6acaf-da7d-456b-b0a8-35edbc60b392>2000-06-07 20:05:52 +0000
committerallen <allen@f5a6acaf-da7d-456b-b0a8-35edbc60b392>2000-06-07 20:05:52 +0000
commit0c8e8432a8fdc9f2cdf3925b076e29f28abe3acc (patch)
tree92ec2706d1a83f7429d94b0eaf5e8a4c8794a07f /param.ccl
parentadc21805703b593168640665489ba966b61ddaa7 (diff)
Removing the binary source initial data to its own thorn
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWave/trunk@38 f5a6acaf-da7d-456b-b0a8-35edbc60b392
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl37
1 files changed, 0 insertions, 37 deletions
diff --git a/param.ccl b/param.ccl
index 6df8a22..05d5335 100644
--- a/param.ccl
+++ b/param.ccl
@@ -19,43 +19,6 @@ KEYWORD initial_data "Type of initial data"
private:
-## 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"
-} "no"
-
-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
-
## Parameter for initial wavepulses
REAL radius "The radius of the gaussian wave"