BlockMesh by Stefan Radl

From OpenFOAM Wiki
Revision as of 08:24, 18 April 2017 by Andy Heather (talk | contribs) (Added to Meshing category)
Jump to navigation Jump to search


Go back to Day 1.

blockMesh with the cavity case

The cavity case is excellent for the introduction into the OpenFOAM internal simple meshing utility called blockMesh. You might have already run this case, but this time we will focus on

  • the dictionaries (e.g. blockMeshDict)
  • meshing the case
  • running and post processing the simulation.

You might consider creating a copy of the cavity tutorial by typing e.g.

>> cp -r cavity cavity_tutorial