[cig-commits] [commit] master: Removed the parameter Radiogenic heating rate from parameters.cc. Now it is only available in the 'constant heating' heating model. (1353e1d)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri May 16 18:39:49 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/7b658caa05d489ae3f8d61b8049b015e7be94f77...cc43d3ac6f571573118eb54c2103bf92dfe8355f

>---------------------------------------------------------------

commit 1353e1de508473d623f02fb5f15b051fba9c549e
Author: Rene Gassmoeller <R.Gassmoeller at mailbox.org>
Date:   Fri May 16 11:46:48 2014 -0500

    Removed the parameter Radiogenic heating rate from parameters.cc. Now it is only available in the 'constant heating' heating model.


>---------------------------------------------------------------

1353e1de508473d623f02fb5f15b051fba9c549e
 source/simulator/parameters.cc | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/source/simulator/parameters.cc b/source/simulator/parameters.cc
index b1012ff..97a1f02 100644
--- a/source/simulator/parameters.cc
+++ b/source/simulator/parameters.cc
@@ -279,12 +279,6 @@ namespace aspect
                          "always be used but may be undesirable when comparing results with known "
                          "benchmarks that do not include this term in the temperature equation "
                          "or when dealing with a model without phase transitions.");
-      prm.declare_entry ("Radiogenic heating rate", "0e0",
-                         Patterns::Double (),
-                         "The rate of heating due to radioactive decay (or other bulk sources "
-                         "you may want to describe). This parameter corresponds to the variable "
-                         "$H$ in the temperature equation stated in the manual, and the heating "
-                         "term is $\rho H$. Units: W/kg.");
       prm.declare_entry ("Fixed temperature boundary indicators", "",
                          Patterns::List (Patterns::Integer(0)),
                          "A comma separated list of integers denoting those boundaries "
@@ -652,7 +646,6 @@ namespace aspect
       include_shear_heating = prm.get_bool ("Include shear heating");
       include_adiabatic_heating = prm.get_bool ("Include adiabatic heating");
       include_latent_heat = prm.get_bool ("Include latent heat");
-      radiogenic_heating_rate = prm.get_double ("Radiogenic heating rate");
 
       const std::vector<int> x_fixed_temperature_boundary_indicators
         = Utilities::string_to_int



More information about the CIG-COMMITS mailing list