From 0c8e8432a8fdc9f2cdf3925b076e29f28abe3acc Mon Sep 17 00:00:00 2001 From: allen Date: Wed, 7 Jun 2000 20:05:52 +0000 Subject: 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 --- param.ccl | 37 ------------------------------------- 1 file changed, 37 deletions(-) (limited to 'param.ccl') 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" -- cgit v1.2.3