-
Notifications
You must be signed in to change notification settings - Fork 273
Expand file tree
/
Copy pathcase-2.2.prm
More file actions
119 lines (95 loc) · 3.26 KB
/
case-2.2.prm
File metadata and controls
119 lines (95 loc) · 3.26 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
############### Global parameters
# Case 2.2 begins with the final steady state solution of Case 2.1
# Resume computation must be set to true, and Output directory must
# point to the folder that contains the results of Case 2.1.
set CFL number = 10
set End time = 3
set Output directory = output
set Resume computation = true
set Start time = 0
set Use years instead of seconds = false
subsection Checkpointing
set Steps between checkpoint = 15
end
############### Parameters describing the model
subsection Geometry model
set Model name = spherical shell
subsection Spherical shell
set Inner radius = 1.22
set Opening angle = 360
set Outer radius = 2.22
end
end
subsection Nullspace removal
set Remove nullspace = net rotation
end
subsection Boundary velocity model
set Tangential velocity boundary indicators = 0,1
end
subsection Gravity model
set Model name = radial constant
subsection Radial constant
set Magnitude = 1e11
end
end
subsection Material model
set Model name = simpler
subsection Simpler model
set Reference density = 1
set Reference specific heat = 1.
set Reference temperature = 0
set Thermal conductivity = 1
set Thermal expansion coefficient = 1e-6
set Viscosity = 1
end
end
subsection Boundary temperature model
set Fixed temperature boundary indicators = 0,1
set List of model names = spherical constant
subsection Spherical constant
set Inner temperature = 1
set Outer temperature = 0
end
end
############### Parameters describing the temperature field
# Angular mode is set to 4 in order to match the number of
# convective cells reported by Davies et al.
subsection Initial temperature model
set Model name = spherical hexagonal perturbation
subsection Spherical hexagonal perturbation
set Angular mode = 4
set Rotation offset = 0
end
end
############### Parameters describing the discretization
subsection Discretization
set Stokes velocity polynomial degree = 2
set Temperature polynomial degree = 2
set Use locally conservative discretization = false
subsection Stabilization parameters
set alpha = 2
set beta = 0.078
set cR = 0.11
end
end
subsection Mesh refinement
set Additional refinement times =
set Initial adaptive refinement = 0
set Initial global refinement = 5
set Refinement fraction = 1
set Coarsening fraction = 0
set Strategy = temperature
set Time steps between mesh refinement = 0
end
############### Parameters describing what to do with the solution
subsection Postprocess
set List of postprocessors = visualization, velocity statistics,temperature statistics,heat flux statistics, depth average, velocity boundary statistics, spherical velocity statistics
subsection Visualization
set Number of grouped files = 0
set Output format = vtu
set Time between graphical output = 0.025
end
subsection Depth average
set Time between graphical output = 1e6
end
end