aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-11-09 01:53:19 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-11-09 01:53:19 +0000
commit8f20160a840373295253d3b1a39d4fd91e78156d (patch)
tree226f834fb971af6a10b6a2921aeff589b49c1078 /param.ccl
parent1b3ed3ef46cd5ffeea2f6f9f9ccfb54d973c0982 (diff)
GRHydro: Introduce GRHydro_tau_min = 10^-10 max(tau(t=0)) to be used in tau rescaling in con2prim failures.
From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@437 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 736185d..a46a856 100644
--- a/param.ccl
+++ b/param.ccl
@@ -404,6 +404,11 @@ REAL GRHydro_rho_central "Central Density for Star"
##Parameters for the atmosphere.
+REAL tau_rel_min "A minimum relative tau (taumin = maxtau(t=0) * tau_rel_min) below which tau is reschaled"
+{
+ 0: :: ""
+} 1.e-10
+
REAL rho_abs_min "A minimum rho below which evolution is turned off (atmosphere). If negative, the relative minimum will be used instead."
{
-1.0: :: ""