forked from underworldcode/UWGeodynamics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuwgeodynamicsrc.template
executable file
·83 lines (78 loc) · 2.53 KB
/
uwgeodynamicsrc.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
### MATPLOTLIBRC FORMAT
# This is a sample UWGeodynamics configuration file - you can find a copy
# of it on your system in
# site-packages/uwgeodynamics/uwgeo-data/uwgeodynamicsrc. If you edit it
# there, please note that it will be overwritten in your next install.
# If you want to keep a permanent local copy that will not be
# overwritten, place it in the following location:
# unix/linux:
# $HOME/.config/uwgeodynamics/uwgeodynamicsrc or
# $XDG_CONFIG_HOME/uwgeodynamics/uwgeodynamicsrc (if $XDG_CONFIG_HOME is set)
# other platforms:
# $HOME/.uwgeodynamics/uwgeodynamicsrc
#### CONFIGURATION BEGINS HERE
# Name of the model output directory
#
#output.directory : outputs
#
#
# Gravitational acceleration
#gravity : 9.81 meter / u.second**2
#
# Range of viscosities
#minimum.viscosity : 1e19 pascal * u.second
#maximum.viscosity : 1e25 pascal * second
#
# List of swarm variables
#swarm.variables : materialField , plasticStrain , viscosityField , densityField
# List of mesh variables
#mesh.variables : velocityField , temperature , pressureField , strainRateField , projMaterialField , projViscosityField , projPlasticStrain , projDensityField
# List of fields to output
#default.outputs : materialField , temperature , pressureField , plasticStrain , velocityField
#
# List of default glucifer outputs
#glucifer.outputs : materialField , temperature , pressureField , plasticStrain , velocityField
#
# swarm-layout number of particle per cell
#swarm.particles.per.cell : 50
#
# population control parameters
#popcontrol.aggressive : True
#popcontrol.split.threshold : 0.15
#popcontrol.max.splits : 10
#popcontrol.particles.per.cell : 50
#
# CFL condition
# CFL : 0.1
# Solver configuration
#solver : mg
#penalty : 0.0
#nonlinear.tolerance : 1e-2
#maximum.timestep : 200000
#nonlinear.min.iterations : 3
#nonlinear.max.iterations : 500
#
# Scaling coefficients
#scaling.length : 1.0 meter
#scaling.mass : 1.0 kilogram
#scaling.time : 1.0 second
#scaling.temperature : 1.0 u.degK
#scaling.substance : 1.0 u.mole
#
# Common field units
#velocity.units : centimeter / year
#temperature.units : degK
#pressure.units : pascal
#strain.rate : 1.0 / second
#viscosity.units : pascal * second
#density.units : kilogram / meter**3
#
# Output field units
#viscosityField : pascal * second
#densityField : kilogram / metre**3
#velocityField : centimeter / u.year
#temperature : degK
#pressureField : pascal
#strainRateField : 1.0 / second
#projViscosityField : pascal * second
#projDensityField : kilogram / u.metre**3