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

dealii.demon at gmail.com dealii.demon at gmail.com
Thu May 8 15:36:20 PDT 2014


Revision 2570

change default values of melting postprocessor to match the Katz 2003 paper

U   branches/j-dannberg/source/postprocess/visualization/melt_fraction.cc


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

Diff:
Modified: branches/j-dannberg/source/postprocess/visualization/melt_fraction.cc
===================================================================
--- branches/j-dannberg/source/postprocess/visualization/melt_fraction.cc	2014-05-08 18:15:48 UTC (rev 2569)
+++ branches/j-dannberg/source/postprocess/visualization/melt_fraction.cc	2014-05-08 22:36:16 UTC (rev 2570)
@@ -195,7 +195,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 "
@@ -212,7 +212,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. "


More information about the CIG-COMMITS mailing list