OpenFOAM coding training - learning about the OpenFOAM mesh class
Topics covered:
- The OpenFOAM fvMesh, polyMesh and primitiveMesh classes
- How to use Doxygen to learn about class inheritance and what public functions are available
- How OpenFOAM stores the mesh and how to use indices to navigate through points, faces and cells
- How to move the mesh points using the movePoints function