Revision 87c45301e2dee98a6f94d85a4a11300dd7c3bab7 authored by Eh Tan on 28 February 2008, 20:46:31 UTC, committed by Eh Tan on 28 February 2008, 20:46:31 UTC
svn+ssh://svn@geodynamics.org/cig/mc/3D/CitcomS/trunk

........
  r9216 | tan2 | 2008-02-04 12:40:45 -0800 (Mon, 04 Feb 2008) | 7 lines
  
  Fixed a regression reported by Lydia Dicaprio.
  
  The initial temperature should be constructured in this order:
  1. if tic_method=-1, read from velo files.
  2. if lith_age=1, read/constructed from lith_age files.
  3. otherwise, call {full,regional}_construct_tic_from_input()
........

1 parent 87e7a0a
Raw File
multicoupled.cfg
[CitcomS]
steps = 10

# containing solver
#csolver = regional

# embedded solver1
#esolver1 = regional

# embedded solver2
#esolver2 = regional


[CitcomS.journal.debug]
Exchanger = on
CitcomS-Exchanger = on


## citcoms must be configured with CXXFLAGS=-DDEBUG
## otherwise, this info will be disabled
[CitcomS.journal.info]
CitcomS-GlobalBBox = on
#Exchanger-exchangers-RemoteBBox = on
#CitcomS-Boundary-BBox = on
CitcomS-Boundary-X = on
#CitcomS-Boundary-nodeID = on
#CitcomS-Boundary-normal = on
#CitcomS-BoundaryVTInlet-V_constrained = on
#CitcomS-CitcomInterpolator-elem = on
#CitcomS-CitcomInterpolator-shape = on
#CitcomS-CitcomInterpolator-etaAxes = on
#CitcomS-CitcomInterpolator-inv-length-sq = on
#CitcomS-Interior-BBox = on
CitcomS-Interior-X = on
#CitcomS-Interior-nodeID = on
#CitcomS-SVTInlet-T = on
#CitcomS-SVTInlet-V = on
#CitcomS-SVTInlet-S = on
#CitcomS-SVTOutlet-T = on
#CitcomS-SVTOutlet-V = on 
#CitcomS-SVTOutlet-S = on
Exchanger-Source-meshNode = on
Exchanger-Sink-meshNode = on
#Exchanger-BoundedMesh-BBox_recv = on
#Exchanger-BoundedMesh-X_recv = on
#Exchanger-Boundary-normal_recv = on


[CitcomS.ecoupler1]
two_way_communication = on


[CitcomS.ecoupler2]
two_way_communication = on


[CitcomS.ccoupler]
two_way_communication = on


[CitcomS.layout]
# assigning proc. to csolver
containing_group = [0]
embedded_group1 = [1]
embedded_group2 = [2]


[CitcomS.csolver]
datafile = cntn


[CitcomS.csolver.mesher]
nprocz = 1
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]
datafile = embd1


[CitcomS.esolver2]
datafile = embd2


[CitcomS.esolver1.vsolver]
tole_compressibility = 6e-7


[CitcomS.esolver1.mesher]
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.1
fi_max = 0.3


[CitcomS.esolver2.mesher]
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.5
fi_max = 0.7


[CitcomS.esolver1.bc]
side_sbcs = on


[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



back to top