Skip to content

Commit

Permalink
more minor edits to README
Browse files Browse the repository at this point in the history
  • Loading branch information
UnnamedMoose committed Jul 8, 2018
1 parent 3ba33f3 commit 7356eaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ cd testCase
## Tutorial 5 - Basic parallel computing

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

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

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

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

0 comments on commit 7356eaa

Please sign in to comment.