Revision 9a699d243d09846b5bd7584b8719d137de034954 authored by Eh Tan on 19 July 2007, 18:51:47 UTC, committed by Eh Tan on 19 July 2007, 18:51:47 UTC
1 parent abb2c52
Raw File
multicoupled.cfg
[CitcomS]
steps = 31

# 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 = off


[CitcomS.ecoupler2]
two_way_communication = off


[CitcomS.ccoupler]
two_way_communication = off


[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 = 3
nodey = 3
nodez = 3


[CitcomS.esolver1]
datafile = embd1


[CitcomS.esolver2]
datafile = embd2


[CitcomS.esolver1.mesher]
nodex = 3
nodey = 3
nodez = 3
radius_outer = 0.8
radius_inner = 0.6
theta_min = 1.2
theta_max = 1.6
fi_min = 0.3
fi_max = 0.48


[CitcomS.esolver2.mesher]
nodex = 3
nodey = 3
nodez = 3
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

back to top