aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorknarf <knarf@9002d74a-9e00-4850-b1cf-9d84fd065b5d>2009-12-02 22:22:53 +0000
committerknarf <knarf@9002d74a-9e00-4850-b1cf-9d84fd065b5d>2009-12-02 22:22:53 +0000
commitd324ef7f4c2e2de9b29f3110e3d25f5bff1d16a6 (patch)
tree30fd9eb39302e9d9928c153fc406d8b0f8f81b2e /param.ccl
parent8dae45ad0c7465172e619abffc7a0e4e8d9cfef0 (diff)
thorns for general eos interface (moved from Whisky_Dev repositories)
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEOS/EOSG_IdealFluid/trunk@2 9002d74a-9e00-4850-b1cf-9d84fd065b5d
Diffstat (limited to 'param.ccl')
-rwxr-xr-xparam.ccl15
1 files changed, 15 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100755
index 0000000..fb36d09
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,15 @@
+# Parameter definitions for thorn EOS_GeneralIdealFluid
+# $Header$
+
+private:
+
+REAL eos_ideal_fluid_gamma "Adiabatic Index for Ideal Fluid"
+{
+ : :: "Strictly greater than 1 is probably a good idea"
+} 2.0
+
+REAL mean_molecular_weight "Allows a temperature to be defined"
+{
+ (0.0:* :: "Strictly greater than zero"
+} 1.0
+