[Commits] [svn:einsteintoolkit] incoming/Outflow/ (Rev. 62)
roland.haas at physics.gatech.edu
roland.haas at physics.gatech.edu
Thu Apr 19 18:52:58 CDT 2012
User: rhaas
Date: 2012/04/19 06:52 PM
Modified:
/Outflow/
interface.ccl, param.ccl
Log:
Outflow: inherit from HydroBase
removes missleading comment in param.ccl as well
File Changes:
Directory: /Outflow/
====================
File [modified]: interface.ccl
Delta lines: +1 -1
===================================================================
--- Outflow/interface.ccl 2012-04-16 16:15:44 UTC (rev 61)
+++ Outflow/interface.ccl 2012-04-19 23:52:58 UTC (rev 62)
@@ -2,7 +2,7 @@
# $Header:$
implements: outflow
-inherits: ADMBase SphericalSurface StaticConformal
+inherits: ADMBase HydroBase SphericalSurface StaticConformal
REAL outflow_flux[num_detectors] TYPE=scalar tags='checkpoint="no"' "flux of mass through the detectors"
File [modified]: param.ccl
Delta lines: +0 -5
===================================================================
--- Outflow/param.ccl 2012-04-16 16:15:44 UTC (rev 61)
+++ Outflow/param.ccl 2012-04-19 23:52:58 UTC (rev 62)
@@ -93,11 +93,6 @@
1:* :: "minimum Lorentz factor"
} -1
-# for now I hard-code the current to use to be the flux of dens in Whisky but
-# I'd really like to turn this into a parameter also one might want to change
-# the interface over to be more RegridBoxes like with the option to use either
-# SphericalSurfaces or to force to parameters
-
SHARES: SphericalSurface
USES INT maxntheta
More information about the Commits
mailing list