Revision 82336685cac5e71092d592f083f44f61a0ebde34 authored by Eh Tan on 23 August 2007, 20:16:10 UTC, committed by Eh Tan on 23 August 2007, 20:16:10 UTC
When it is on (default), if the max temperature changes too much between timestep,
the temperature field is restored at the tsolver is called using half of the
timestep size.

1 parent 447f924
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