[Commits] [svn:einsteintoolkit] GRHydro/trunk/ (Rev. 538)
    rhaas at tapir.caltech.edu 
    rhaas at tapir.caltech.edu
       
    Sat Jul  6 13:10:03 CDT 2013
    
    
  
User: rhaas
Date: 2013/07/06 01:10 PM
Modified:
 /trunk/
  param.ccl
Log:
 GRHydro: add GRHydro_max_temp parameter for max allowed T
 
 From: Christian David Ott <cott at zwicky-b.(none)>
File Changes:
Directory: /trunk/
==================
File [modified]: param.ccl
Delta lines: +7 -2
===================================================================
--- trunk/param.ccl	2013-07-06 18:09:53 UTC (rev 537)
+++ trunk/param.ccl	2013-07-06 18:10:02 UTC (rev 538)
@@ -370,9 +370,14 @@
  
 REAL GRHydro_hot_atmo_temp "Temperature of the hot atmosphere in MeV" STEERABLE=ALWAYS
 {
- 0.0:*   :: "Larger than 0 MeV"
-} 0.5e0
+ (0.0:*   :: "Larger than 0 MeV"
+} 0.1e0
 
+REAL GRHydro_max_temp "maximum temperature we allow" STEERABLE=ALWAYS
+{
+ (0.0:*   :: "Larger than 0 MeV"
+} 90.0e0
+
 REAL GRHydro_hot_atmo_Y_e "Y_e of the hot atmosphere" STEERABLE=ALWAYS
 {
  0.0:*   :: "Larger than 0"
    
    
More information about the Commits
mailing list