[cig-commits] commit 2572 by dannberg to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Mon May 12 17:49:21 PDT 2014


Revision 2572

change the default values of the latent heat material model to match the melt fraction postprocessor

U   branches/j-dannberg/source/material_model/latent_heat.cc


http://www.dealii.org/websvn/revision.php?repname=Aspect+Repository&path=%2F&rev=2572&peg=2572

Diff:
Modified: branches/j-dannberg/source/material_model/latent_heat.cc
===================================================================
--- branches/j-dannberg/source/material_model/latent_heat.cc	2014-05-09 20:31:34 UTC (rev 2571)
+++ branches/j-dannberg/source/material_model/latent_heat.cc	2014-05-13 00:49:18 UTC (rev 2572)
@@ -750,7 +750,7 @@
 						     "in the quadratic function that approximates "
 						     "the liquidus of peridotite. "
 						     "Units: $°C/(Pa^2)$.");
-		  prm.declare_entry ("r1", "0.4",
+		  prm.declare_entry ("r1", "0.5",
 						     Patterns::Double (),
 						     "Constant in the linear function that "
 						     "approximates the clinopyroxene reaction "
@@ -767,7 +767,7 @@
 						     "Exponent of the melting temperature in "
 						     "the melt fraction calculation. "
 						     "Units: non-dimensional.");
-		  prm.declare_entry ("M_cpx", "0.3",
+		  prm.declare_entry ("M_cpx", "0.15",
 						     Patterns::Double (),
 						     "Mass fraction of clinopyroxene in the "
 						     "peridotite to be molten. "
@@ -790,7 +790,7 @@
 						     "in the quadratic function that approximates "
 						     "the solidus of pyroxenite. "
 						     "Units: $°C/(Pa^2)$.");
-		  prm.declare_entry ("E1", "633.8",
+		  prm.declare_entry ("E1", "663.8",
 						     Patterns::Double (),
 						     "Prefactor of the linear depletion term "
 						     "in the quadratic function that approximates "


More information about the CIG-COMMITS mailing list