-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathtutorials.yml
More file actions
141 lines (127 loc) · 3.69 KB
/
Copy pathtutorials.yml
File metadata and controls
141 lines (127 loc) · 3.69 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
# Canonical tutorial inventory.
# Keep OpenFOAM-9 entries aligned with the book first; add migration notes for
# other OpenFOAM versions only when a case is intentionally maintained there.
canonical_version: OpenFOAM-9
book: OpenFOAM Training Through Problem Solving
tutorials:
- chapter: 1
title: Incompressible flow in a channel with a cavity
case: cavityInPipe
solver: icoFoam
canonical_path: OpenFOAM-9/chapter1/cavityInPipe
run: ./Allrun
clean: ./Allclean
dependencies: []
openfoam_10_path: OpenFOAM-10/chapter1/cavityInPipe
- chapter: 2
title: Bubble rising in an axisymmetric domain
case: ellipsoidal
solver: interFoam
canonical_path: OpenFOAM-9/chapter2/ellipsoidal
run: ./Allrun
clean: ./Allclean
dependencies:
- swak4Foam
openfoam_10_path: OpenFOAM-10/chapter2/ellipsoidal
- chapter: 3
title: Heat transfer in a mixing elbow
case: elbow
solver: buoyantSimpleFoam
canonical_path: OpenFOAM-9/chapter3/elbow
run: ./Allrun
clean: ./Allclean
dependencies:
- swak4Foam
openfoam_10_path: OpenFOAM-10/chapter3/elbow
- chapter: 4
title: Conjugate heat transfer
case: multiRegionHeater
solver: chtMultiRegionFoam
canonical_path: OpenFOAM-9/chapter4/multiRegionHeater
run: ./Allrun
clean: ./Allclean
dependencies: []
openfoam_10_path: null
- chapter: 4
title: Conjugate heat transfer, refined variant
case: multiRegionHeaterFine
solver: chtMultiRegionFoam
canonical_path: OpenFOAM-9/chapter4/multiRegionHeaterFine
run: ./Allrun
clean: ./Allclean
dependencies: []
openfoam_10_path: null
- chapter: 5
title: Steady flow around a propeller
case: propeller
solver: simpleFoam
canonical_path: OpenFOAM-9/chapter5/propeller
run: ./Allrun
clean: ./Allclean
dependencies: []
openfoam_10_path: null
- chapter: 6
title: Heated cavity
case: heatedCavity
solver: icoHeatFoam
canonical_path: OpenFOAM-9/chapter6/heatedCavity
run: ./Allrun
clean: ./Allclean
dependencies: []
openfoam_10_path: OpenFOAM-10/chapter6/heatedCavity
- chapter: 6
title: Custom icoFoam plus energy equation solver
case: icoHeatFoam
solver: custom solver source
canonical_path: OpenFOAM-9/chapter6/icoHeatFoam
run: wmake
clean: null
dependencies:
- OpenFOAM development environment
openfoam_10_path: OpenFOAM-10/chapter6/icoHeatFoam
- chapter: 7
title: Stepped spillway
case: spillWay
solver: interFoam
canonical_path: OpenFOAM-9/chapter7/spillWay
run: ./Allrun
clean: ./Allclean
dependencies:
- swak4Foam
openfoam_10_path: OpenFOAM-10/chapter7/spillWay
- chapter: 8
title: Gas flow and species transport in non-premixed combustion
case: coFlowFlame2D
solver: reactingFoam
canonical_path: OpenFOAM-9/chapter8/coFlowFlame2D
run: ./Allrun
clean: ./Allclean
dependencies: []
openfoam_10_path: null
- chapter: 9
title: Premixed combustion with LES
case: pitzDaily3D
solver: XiFoam
canonical_path: OpenFOAM-9/chapter9/pitzDaily3D
run: ./Allrun
clean: ./Allclean
dependencies: []
openfoam_10_path: null
- chapter: 10
title: Wind flow around buildings
case: cityBlocks
solver: simpleFoam
canonical_path: OpenFOAM-9/chapter10
run: ./Allrun
clean: ./Allclean
dependencies: []
openfoam_10_path: OpenFOAM-10/chapter10
- chapter: 11
title: Particle flow in a cyclone
case: denseParticleFoam
solver: denseParticleFoam
canonical_path: OpenFOAM-9/chapter11/denseParticleFoam
run: child cases
clean: child cases
dependencies: []
openfoam_10_path: null