-
Notifications
You must be signed in to change notification settings - Fork 271
Expand file tree
/
Copy pathshell_simple_3d.prm
More file actions
79 lines (62 loc) · 1.93 KB
/
shell_simple_3d.prm
File metadata and controls
79 lines (62 loc) · 1.93 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
# A simple setup for convection in a 3d shell. See the
# manual for more information.
set Dimension = 3
set Use years instead of seconds = true
set End time = 1.5e9
set Output directory = output-shell_simple_3d
subsection Material model
set Model name = simple
subsection Simple model
set Thermal expansion coefficient = 4e-5
set Viscosity = 1e22
end
end
subsection Geometry model
set Model name = spherical shell
subsection Spherical shell
set Inner radius = 3481000
set Outer radius = 6336000
end
end
subsection Boundary velocity model
set Zero velocity boundary indicators = bottom
set Tangential velocity boundary indicators = top
end
subsection Boundary temperature model
set Fixed temperature boundary indicators = top, bottom
set List of model names = spherical constant
subsection Spherical constant
set Inner temperature = 1973
set Outer temperature = 973
end
end
subsection Initial temperature model
set Model name = function
subsection Function
set Function expression = 1.473e3
end
end
subsection Gravity model
set Model name = ascii data
end
subsection Mesh refinement
set Initial global refinement = 2
set Initial adaptive refinement = 3
set Strategy = temperature
set Time steps between mesh refinement = 15
end
subsection Postprocess
set List of postprocessors = visualization, velocity statistics, temperature statistics, heat flux statistics, depth average
subsection Visualization
set Output format = vtu
set Time between graphical output = 1e6
set Number of grouped files = 1
end
subsection Depth average
set Time between graphical output = 1.5e6
set Output format = vtu
end
end
subsection Checkpointing
set Steps between checkpoint = 50
end