aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authordradice <dradice@57fe0bb3-ccba-405f-9b23-de0201f165b7>2014-08-07 15:35:00 +0000
committerdradice <dradice@57fe0bb3-ccba-405f-9b23-de0201f165b7>2014-08-07 15:35:00 +0000
commit59fb9c8828a83d7543fc637e698aed45d2aa086d (patch)
treedad757f01b155b10857c08a5578fb1a99c263550 /param.ccl
parent18838e53e2735a26d737a194160bb2ae7d8570be (diff)
Add average atomic mass: HydroBase::Abar. Ticket #1649.svn
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@75 57fe0bb3-ccba-405f-9b23-de0201f165b7
Diffstat (limited to 'param.ccl')
-rwxr-xr-xparam.ccl12
1 files changed, 12 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index e1001c5..dc1c4ce 100755
--- a/param.ccl
+++ b/param.ccl
@@ -42,11 +42,23 @@ KEYWORD initial_Y_e "Initial value for Y_e"
"read from file" :: "Read the initial data using the IOUtil file reader. Note that this only allows you to read the data from a file, it does not actually do it. You still have to programme the IOUtil file reader accordingly."
} "none"
+KEYWORD initial_Abar "Initial value for Abar"
+{
+ "none" :: "inactive"
+ "zero" :: "initially set to zero"
+ "read from file" :: "Read the initial data using the IOUtil file reader. Note that this only allows you to read the data from a file, it does not actually do it. You still have to programme the IOUtil file reader accordingly."
+} "none"
+
KEYWORD Y_e_evolution_method "Evolution method for Y_e"
{
"none" :: "Evolution for Y_e is disabled"
} "none"
+KEYWORD Abar_evolution_method "Evolution method for Abar"
+{
+ "none" :: "Evolution for Abar is disabled"
+} "none"
+
KEYWORD temperature_evolution_method "Evolution method for temperature"
{
"none" :: "Evolution for temperature is disabled"