aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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
+