[Commits] [svn:einsteintoolkit] GRHydro/trunk/ (Rev. 130)

cott at tapir.caltech.edu cott at tapir.caltech.edu
Fri Jul 2 16:50:18 CDT 2010


User: cott
Date: 2010/07/02 04:50 PM

Modified:
 /trunk/
  param.ccl

Log:
 * add two parameters to get EOS Omni working.

File Changes:

Directory: /trunk/
==================

File [modified]: param.ccl
Delta lines: +17 -0
===================================================================
--- trunk/param.ccl	2010-06-30 06:49:09 UTC (rev 129)
+++ trunk/param.ccl	2010-07-02 21:50:18 UTC (rev 130)
@@ -242,7 +242,24 @@
   .*		:: "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.
 
 int GRHydro_c2p_warnlevel "Warnlevel for Con2Prim warnings" STEERABLE=ALWAYS



More information about the Commits mailing list