[Commits] [svn:einsteintoolkit] EOS_Omni/trunk/ (Rev. 64)
rhaas at tapir.caltech.edu
rhaas at tapir.caltech.edu
Wed Aug 1 15:35:47 CDT 2012
User: rhaas
Date: 2012/08/01 03:35 PM
Modified:
/trunk/
param.ccl
Log:
make more parameters steerable
File Changes:
Directory: /trunk/
==================
File [modified]: param.ccl
Delta lines: +12 -12
===================================================================
--- trunk/param.ccl 2012-06-22 17:18:12 UTC (rev 63)
+++ trunk/param.ccl 2012-08-01 20:35:47 UTC (rev 64)
@@ -4,54 +4,54 @@
restricted:
# poly EOS
-REAL poly_gamma "Adiabatic Index for poly EOS"
+REAL poly_gamma "Adiabatic Index for poly EOS" STEERABLE=RECOVER
{
: :: ""
} 2.0
-REAL poly_gamma_ini "Initial Adiabatic Index for poly EOS"
+REAL poly_gamma_ini "Initial Adiabatic Index for poly EOS" STEERABLE=RECOVER
{
: :: ""
} 2.0
-REAL poly_k "Polytropic constant in c=G=Msun=1"
+REAL poly_k "Polytropic constant in c=G=Msun=1" STEERABLE=RECOVER
{
: :: ""
} 100.0
# gamma-law EOS
-REAL gl_gamma "Adiabatic Index for gamma-law EOS"
+REAL gl_gamma "Adiabatic Index for gamma-law EOS" STEERABLE=RECOVER
{
: :: ""
} 2.0
-REAL gl_k "Polytropic constant in c=G=Msun=1 for gamma-law EOS"
+REAL gl_k "Polytropic constant in c=G=Msun=1 for gamma-law EOS" STEERABLE=RECOVER
{
: :: ""
} 100.0
# hybrid EOS
-REAL hybrid_gamma1 "subnuclear adiabatic Index for hybrid EOS"
+REAL hybrid_gamma1 "subnuclear adiabatic Index for hybrid EOS" STEERABLE=RECOVER
{
: :: ""
} 1.325
-REAL hybrid_gamma2 "subnuclear adiabatic Index for hybrid EOS"
+REAL hybrid_gamma2 "subnuclear adiabatic Index for hybrid EOS" STEERABLE=RECOVER
{
: :: ""
} 2.5
-REAL hybrid_gamma_th "Thermal gamma for hybrid EOS"
+REAL hybrid_gamma_th "Thermal gamma for hybrid EOS" STEERABLE=RECOVER
{
: :: ""
} 1.5
-REAL hybrid_k1 "Polytropic constant in c=G=Msun=1 for hybrid EOS"
+REAL hybrid_k1 "Polytropic constant in c=G=Msun=1 for hybrid EOS" STEERABLE=RECOVER
{
: :: ""
} 0.4640517
-REAL hybrid_rho_nuc "Density at which to switch between gammas; c=G=Msun=1"
+REAL hybrid_rho_nuc "Density at which to switch between gammas; c=G=Msun=1" STEERABLE=RECOVER
{
: :: ""
} 3.238607e-4
@@ -75,11 +75,11 @@
.* :: "Can be anything"
} "blah.asc"
-STRING nuceos_table_name "nuceos table name (hdf5)"
+STRING nuceos_table_name "nuceos table name (hdf5)" STEERABLE=RECOVER
{
.* :: "Can be anything"
} "blah.h5"
shares: IO
-USES STRING out_dir
\ No newline at end of file
+USES STRING out_dir
More information about the Commits
mailing list