aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-06-05 20:40:27 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-06-05 20:40:27 +0000
commit82e74d30096e82cd06da78ae4621b3d41583b439 (patch)
treec06f258f302978cd9577089a19f7799a9ac4a094 /param.ccl
parent94b2aa0ebe60a7ee10dd4804e6b6e6cd4b541f9a (diff)
GRHydro: Added option to constrain evolution to 1D by
projecting out non-radial parts of the conserved velocity RHSs. Patch by Christian Reisswig. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@346 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl17
1 files changed, 17 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 98b49d0..62b9f29 100644
--- a/param.ccl
+++ b/param.ccl
@@ -612,3 +612,20 @@ BOOLEAN verbose "Some debug output"
{
} no
+
+
+
+
+############### Testing options ###################################################
+
+
+# This constrains the flux velicity vectors to spherical symmetry.
+# Only the radial contribution to the velocity vectors is considered.
+# This is due to Kotake et al 2012.
+BOOLEAN constrain_to_1D "Set fluid velocities to zero for non-radial motion"
+{
+} no
+
+
+
+