[cig-commits] r15109 - mc/3D/CitcomS/trunk/examples/Cookbook9

tan2 at geodynamics.org tan2 at geodynamics.org
Tue Jun 2 15:58:24 PDT 2009


Author: tan2
Date: 2009-06-02 15:58:24 -0700 (Tue, 02 Jun 2009)
New Revision: 15109

Modified:
   mc/3D/CitcomS/trunk/examples/Cookbook9/cookbook9.cfg
Log:
reducing the accuracy of solvers, otherwise, they will converge to the wrong result


Modified: mc/3D/CitcomS/trunk/examples/Cookbook9/cookbook9.cfg
===================================================================
--- mc/3D/CitcomS/trunk/examples/Cookbook9/cookbook9.cfg	2009-06-02 22:56:46 UTC (rev 15108)
+++ mc/3D/CitcomS/trunk/examples/Cookbook9/cookbook9.cfg	2009-06-02 22:58:24 UTC (rev 15109)
@@ -9,11 +9,14 @@
 [CitcomS.ccoupler]
 two_way_communication = on
 exchange_initial_temperature = off
+exchange_pressure = on
 
 
 [CitcomS.ecoupler]
 two_way_communication = on
 exchange_initial_temperature = off
+exchange_pressure = on
+amending_outflow = on
 exclude_top = off
 exclude_bottom = off
 
@@ -70,6 +73,10 @@
 solution_cycles_init = 0
 
 
+[CitcomS.csolver.vsolver]
+accuracy = 2e-2
+
+
 [CitcomS.csolver.tsolver]
 ADV = on
 filter_temp = off
@@ -121,6 +128,10 @@
 solution_cycles_init = 0
 
 
+[CitcomS.esolver.vsolver]
+accuracy = 1e-3
+
+
 [CitcomS.esolver.tsolver]
 ADV = on
 filter_temp = off
@@ -131,7 +142,6 @@
 adv_sub_iterations = 2
 
 
-
 [CitcomS.esolver.visc]
 VISC_UPDATE = on
 num_mat = 4



More information about the CIG-COMMITS mailing list