https://github.com/geodynamics/citcoms
Raw File
Tip revision: b5721c162b1b01c9fdbfb544f8d60bf3742dd916 authored by Eric Heien on 02 August 2011, 16:52:33 UTC
Further work in converting tracer code to C++
Tip revision: b5721c1
coupled.cfg
[CitcomS]
steps = 2

# containing solver
csolver = regional

# embedded solver
esolver = 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-PInterior-X = on
#CitcomS-PInterior-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
#CitcomS-PInlet-P = on
#CitcomS-POutlet-P = 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.ecoupler]
two_way_communication = on


[CitcomS.ccoupler]
two_way_communication = on


[CitcomS.layout]
# assigning proc. to csolver
containing_group = [0]
embedded_group = [1]


[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.1
fi_max = 0.9


[CitcomS.esolver]
datafile = embd


[CitcomS.esolver.mesher]
nodex = 17
nodey = 17
nodez = 17
radius_outer = 0.8
radius_inner = 0.6
theta_min = 1.2
theta_max = 1.6
fi_min = 0.3
fi_max = 0.7

[CitcomS.esolver.bc]
side_sbcs = on

[CitcomS.csolver.tsolver]
monitor_max_T = off

[CitcomS.esolver.tsolver]
monitor_max_T = off

back to top