Revision c2f28aaed97ab601d30035756a47535caaf5c634 authored by Eh Tan on 12 November 2007, 22:50:32 UTC, committed by Eh Tan on 12 November 2007, 22:50:32 UTC
svn+ssh://svn@geodynamics.org/cig/mc/3D/CitcomS/trunk

........
  r8278 | tan2 | 2007-11-12 14:38:36 -0800 (Mon, 12 Nov 2007) | 1 line
  
  Added mishing header file to the makefile, also avoided compiling unused code.
........
  r8279 | tan2 | 2007-11-12 14:42:56 -0800 (Mon, 12 Nov 2007) | 1 line
  
  Updated the version number and file NEWS
........

1 parent 4cab4ca
Raw File
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-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.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.vsolver]
tole_compressibility = 3e-7

[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