Revision 4cab4ca49c9e5ed08de64533ca79429e2f41491a authored by Eh Tan on 12 November 2007, 22:49:46 UTC, committed by Eh Tan on 12 November 2007, 22:49:46 UTC
........
  r8275 | becker | 2007-11-11 12:37:22 -0800 (Sun, 11 Nov 2007) | 3 lines
  
  Synching with the new release, none of those changes should be relevant. 
........

1 parent 0461d2e
Raw File
cookbook3.cfg
# Cookbook 3: Temperature-dependent Viscosity

[CitcomS]
steps = 200                 ; number of time steps

[CitcomS.controller]
monitoringFrequency = 25    ; how often outputs are created

[CitcomS.solver]
datafile = cookbook3        ; prefix of output filenames
rayleigh = 1e6              ; Rayleigh number

# Modify the layout of the mesh.
[CitcomS.solver.mesher]
nprocx =  2
nprocy =  2
nodex  = 17
nodey  = 17
nodez  =  9

# Assign the viscosities.
[CitcomS.solver.visc]
VISC_UPDATE = on
num_mat = 4
visc0 = 1,1,1,1
TDEPV = on
viscE = 0.2,0.2,0.2,0.2
viscT = 0,0,0,0
VMIN = on
visc_min = 1.0
VMAX = on
visc_max = 100.0

back to top