aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorknarf <knarf@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2006-04-11 09:58:46 +0000
committerknarf <knarf@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2006-04-11 09:58:46 +0000
commit723aabe5f2be6c5ed454b04dba3e1aa928a8ef07 (patch)
treef11fa25422f3cf6135510abdb74a7089d04e69e1 /param.ccl
parent3ca8b77c1d31de5c8aae73731f80f0030366ea3f (diff)
new parameter to shift the dissipation location with respect to the AH location
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Dissipation/trunk@20 850bcc8b-0e4f-0410-8c26-8d28fbf1eda9
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl7
1 files changed, 6 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 4ab5b61..7e0ea25 100644
--- a/param.ccl
+++ b/param.ccl
@@ -42,9 +42,14 @@ INT update_ah_every "how often to update the AH information for dissipation" STE
REAL ah_slope "Slope inside AH" STEERABLE=always
{
- *:* :: "0 for no dissipation. Unstable when total epsdis<0 or total epsdis>1/3"
+ *:* :: "Slope from the outside value to the inside value in AHs"
} 0.2
+REAL ah_radius_offset "Offset to the distance from the AH." STEERABLE=always
+{
+ *:* :: "negative values shift inwards, positive outwards"
+} 0.0
+
REAL ah_max_epsdis "maximal epsdis" STEERABLE=always
{
*:* :: "<0 for 'off', >=0 for maximal epsdis in horizon"