Difference between revisions of "BlockMesh by Stefan Radl"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
* '''contributor''': Stefan Radl
 
* '''contributor''': Stefan Radl
 
* '''affiliation''': Technische Universität Graz, Austria
 
* '''affiliation''': Technische Universität Graz, Austria
* '''contact''': radl@tugraz.at
+
* '''contact''': <mail address='radl@tugraz.at' description='author'>click here for email address</mail>
 
* '''OpenFOAM version''': 1.7/3.0
 
* '''OpenFOAM version''': 1.7/3.0
 
* '''Published under''': CC BY-NC-SA license ([https://creativecommons.org/licenses creative commons licenses])
 
* '''Published under''': CC BY-NC-SA license ([https://creativecommons.org/licenses creative commons licenses])

Revision as of 13:14, 28 September 2016

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