[Commits] [svn:einsteintoolkit] HydroBase/trunk/ (Rev. 58)

bcmsma at astro.rit.edu bcmsma at astro.rit.edu
Mon Nov 19 12:43:50 CST 2012


User: bmundim
Date: 2012/11/19 12:43 PM

Modified:
 /trunk/
  param.ccl

Log:
 Split temperature and entropy evolution methods: needed for implementing the 'entropy fix' in GRHydro for magnetically dominated regions.

File Changes:

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

File [modified]: param.ccl
Delta lines: +7 -2
===================================================================
--- trunk/param.ccl	2012-11-05 14:45:29 UTC (rev 57)
+++ trunk/param.ccl	2012-11-19 18:43:49 UTC (rev 58)
@@ -41,11 +41,16 @@
   "none" :: "Evolution for Y_e is disabled"
 } "none"
 
-KEYWORD temperature_evolution_method "Evolution method for temperature and entropy"
+KEYWORD temperature_evolution_method "Evolution method for temperature"
 {
-  "none" :: "Evolution for temperature and entropy is disabled"
+  "none" :: "Evolution for temperature is disabled"
 } "none"
 
+KEYWORD entropy_evolution_method "Evolution method for entropy"
+{
+  "none" :: "Evolution for entropy is disabled"
+} "none"
+
 # Settings for magnetic field B^i
 
 KEYWORD initial_Bvec "Initial value for Bvec"



More information about the Commits mailing list