aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorcott <cott@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2010-07-02 21:50:18 +0000
committercott <cott@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2010-07-02 21:50:18 +0000
commita0e2c8ac6eeba5e523facdc20656a748b922353c (patch)
tree5c27e08b627b80e07656a37e361422d97c6a2f7c /param.ccl
parent4c7a50ebd5984d69f9d957a545f47bbe9338640e (diff)
* add two parameters to get EOS Omni working.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@130 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 0420c82..c8e896d 100644
--- a/param.ccl
+++ b/param.ccl
@@ -242,6 +242,23 @@ string GRHydro_eos_table "Name for the Equation of State"
.* :: "Can be anything"
} "Ideal_Fluid"
+####################### EOS Omni Parameters ##############################
+
+int GRHydro_poly_eoskey "eoskey for poly EOS"
+{
+ 1:* :: "Must be larger than 0"
+} 1
+
+
+int GRHydro_eoskey "eoskey determining which EOS to use"
+{
+ 1 :: "Polytropic EOS"
+ 2 :: "Gamma-Law EOS"
+ 3 :: "Hybrid EOS"
+ 4:* :: "something else"
+} 2
+
+####################### Other Parameters ##############################
#Parameters controlling conservative <-> primitive change.