Skip to content

Commit 7356eaa

Browse files
committed
more minor edits to README
1 parent 3ba33f3 commit 7356eaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ cd testCase
110110
## Tutorial 5 - Basic parallel computing
111111

112112
Gives a crash-course introduction to parallel computing with OpenFOAM and
113-
OpenMPI based on the example "solver" developed in Tutorial 2. The way
113+
OpenMPI based on the example "solver" developed in Tutorial 4. The way
114114
OpenFOAM handles parallel domain decomposition is described, basic operators
115115
used for communication between parallel nodes are shown, and the basic solver
116116
is upgraded to work in parallel.
@@ -142,7 +142,7 @@ cd testCase
142142
## Tutorial 7 - Custom libraries
143143

144144
Shows how an external library may be compiled and added to OpenFOAM. This is
145-
done by moving the key functionality of the "solver" from Tutorials 2 and 3
145+
done by moving the key functionality of the "solver" from Tutorials 4 and 5
146146
into an independent library, and then linking that against the rest of the
147147
solver code.
148148

@@ -200,7 +200,7 @@ important to note that the utility gets compiled as a library, which then
200200
gets linked to the main solver, following the OpenFOAM runtime utility
201201
convention.
202202

203-
The test case is the same pipe as in Tutorial 6, except it uses a uniform
203+
The test case is the same pipe as in Tutorial 8, except it uses a uniform
204204
inflow BC and is not run until full convergence. It is worth to note
205205
the definition of the faceZone of interest in system/topoSet. This may be
206206
visualised by selecting "Include zones" in paraview and applying the "Extract

0 commit comments

Comments
 (0)