aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorcott <cott@8e189c6b-2ab8-4400-aa02-70a9cfce18b9>2010-10-24 14:06:52 +0000
committercott <cott@8e189c6b-2ab8-4400-aa02-70a9cfce18b9>2010-10-24 14:06:52 +0000
commit5621733be96b97235891c5da5e1aaa52967058c3 (patch)
tree11f840e137111193f641e553600c86e7cebc310c /param.ccl
parent7449c12a9f5976d5d9eff74ea4a43741a64e8cb3 (diff)
* add capability allowing to read in finite-T EOS tables.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEOS/EOS_Omni/EOS_Omni@11 8e189c6b-2ab8-4400-aa02-70a9cfce18b9
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl11
1 files changed, 11 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 870d04d..e2fc572 100644
--- a/param.ccl
+++ b/param.ccl
@@ -55,3 +55,14 @@ REAL hybrid_rho_nuc "Density at which to switch betwen gammas; c=G=Msun=1"
{
: :: ""
} 3.238607e-4
+
+################ Finite-Temperature Nuclear EOS
+
+BOOLEAN nuceos_read_table "Read in EOS table?"
+{
+} "No"
+
+STRING nuceos_table_name "nuceos table name (hdf5)"
+{
+ .* :: "Can be anything"
+} "blah.h5"