[cig-commits] r7736 - mc/3D/CitcomS/trunk/tests

hlin at geodynamics.org hlin at geodynamics.org
Mon Jul 23 12:50:30 PDT 2007


Author: hlin
Date: 2007-07-23 12:50:29 -0700 (Mon, 23 Jul 2007)
New Revision: 7736

Modified:
   mc/3D/CitcomS/trunk/tests/coupled.cfg
   mc/3D/CitcomS/trunk/tests/multicoupled.cfg
Log:
M    tests/multicoupled.cfg
M    tests/coupled.cfg

The code has passed a test on a regional containing solver. Timestep will sync and initial condition will match.

Going to use a full containing solver with embedded solvers at Hawaii and Reunion in next revision.


Modified: mc/3D/CitcomS/trunk/tests/coupled.cfg
===================================================================
--- mc/3D/CitcomS/trunk/tests/coupled.cfg	2007-07-23 18:41:20 UTC (rev 7735)
+++ mc/3D/CitcomS/trunk/tests/coupled.cfg	2007-07-23 19:50:29 UTC (rev 7736)
@@ -44,11 +44,11 @@
 
 
 [CitcomS.ecoupler]
-two_way_communication = off
+two_way_communication = on
 
 
 [CitcomS.ccoupler]
-two_way_communication = off
+two_way_communication = on
 
 
 [CitcomS.layout]
@@ -62,9 +62,9 @@
 
 [CitcomS.csolver.mesher]
 nprocz = 1
-nodex = 9
-nodey = 9
-nodez = 9
+nodex = 17
+nodey = 17
+nodez = 17
 radius_outer = 0.9
 radius_inner = 0.5
 theta_min = 1.0
@@ -77,10 +77,13 @@
 datafile = embd
 
 
+[CitcomS.esolver.vsolver]
+tole_compressibility = 3e-7
+
 [CitcomS.esolver.mesher]
-nodex = 5
-nodey = 5
-nodez = 5
+nodex = 17
+nodey = 17
+nodez = 17
 radius_outer = 0.8
 radius_inner = 0.6
 theta_min = 1.2

Modified: mc/3D/CitcomS/trunk/tests/multicoupled.cfg
===================================================================
--- mc/3D/CitcomS/trunk/tests/multicoupled.cfg	2007-07-23 18:41:20 UTC (rev 7735)
+++ mc/3D/CitcomS/trunk/tests/multicoupled.cfg	2007-07-23 19:50:29 UTC (rev 7736)
@@ -1,5 +1,5 @@
 [CitcomS]
-steps = 31
+steps = 10
 
 # containing solver
 #csolver = regional
@@ -47,15 +47,15 @@
 
 
 [CitcomS.ecoupler1]
-two_way_communication = off
+two_way_communication = on
 
 
 [CitcomS.ecoupler2]
-two_way_communication = off
+two_way_communication = on
 
 
 [CitcomS.ccoupler]
-two_way_communication = off
+two_way_communication = on
 
 
 [CitcomS.layout]
@@ -71,9 +71,15 @@
 
 [CitcomS.csolver.mesher]
 nprocz = 1
-nodex = 3
-nodey = 3
-nodez = 3
+nodex = 17
+nodey = 17
+nodez = 17
+radius_outer = 0.9
+radius_inner = 0.5
+theta_min = 1.0
+theta_max = 1.8
+fi_min = 0
+fi_max = 0.8
 
 
 [CitcomS.esolver1]
@@ -84,22 +90,26 @@
 datafile = embd2
 
 
+[CitcomS.esolver1.vsolver]
+tole_compressibility = 6e-7
+
+
 [CitcomS.esolver1.mesher]
-nodex = 3
-nodey = 3
-nodez = 3
+nodex = 9
+nodey = 9
+nodez = 9
 radius_outer = 0.8
 radius_inner = 0.6
 theta_min = 1.2
 theta_max = 1.6
-fi_min = 0.3
-fi_max = 0.48
+fi_min = 0.1
+fi_max = 0.3
 
 
 [CitcomS.esolver2.mesher]
-nodex = 3
-nodey = 3
-nodez = 3
+nodex = 9
+nodey = 9
+nodez = 9
 radius_outer = 0.8
 radius_inner = 0.6
 theta_min = 1.2
@@ -115,3 +125,27 @@
 [CitcomS.esolver2.bc]
 side_sbcs = on
 
+
+[CitcomS.csolver.ic]
+tic_method = 0 
+
+[CitcomS.esolver1.ic]
+tic_method = 0 
+
+[CitcomS.esolver2.ic]
+tic_method = 0 
+
+
+[CitcomS.ccontroller]
+monitoringFrequency = 1
+
+
+[CitcomS.econtroller1]
+monitoringFrequency = 1
+
+
+[CitcomS.econtroller2]
+monitoringFrequency = 1
+
+
+



More information about the cig-commits mailing list