Difference between revisions of "Meshing"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 14: Line 14:
 
'''Meshing'''
 
'''Meshing'''
  
* In the following three tutorials you will find an introduction into meshing with the blockMesh utility: [https://wiki.openfoam.com/index.php?title=BlockMesh_by_Stefan_Radl by Radl], [https://wiki.openfoam.com/index.php?title=BlockMesh_by_Jozsef_Nagy by Nagy],[https://wiki.openfoam.com/index.php?title=BlockMesh_by_Ferras,_Fernandes_and_Nobrega by Nobrega et al.]
+
* blockMesh - In the following three tutorials you will find an introduction into meshing with the blockMesh utility: [https://wiki.openfoam.com/index.php?title=BlockMesh_by_Stefan_Radl by Radl], [https://wiki.openfoam.com/index.php?title=BlockMesh_by_Jozsef_Nagy by Nagy],[https://wiki.openfoam.com/index.php?title=BlockMesh_by_Ferras,_Fernandes_and_Nobrega by Nobrega et al.]
* This [https://wiki.openfoam.com/Meshing_in_OpenFOAM_by_Joel_Guerrero tutorial] gives you an insight on how to create complex meshes within OpenFOAM and snappyHexMesh.
+
* [https://wiki.openfoam.com/Meshing_in_OpenFOAM_by_Joel_Guerrero snappyHexMesh] - This tutorial gives you an insight on how to create complex meshes within OpenFOAM and snappyHexMesh.
* [https://wiki.openfoam.com/Meshing_in_GMSH_by_Robert_Lee In this tutorial] you will get a compact introduction into the work flow within the software GMSH for meshing.
+
* [https://wiki.openfoam.com/Meshing_in_GMSH_by_Robert_Lee GMSH] In this tutorial you will get a compact introduction into the work flow within the software GMSH for meshing.
  
 
=Further reading=
 
=Further reading=

Revision as of 05:56, 11 April 2017

The saying goes "Who owns the mesh, owns the solution". With the help of these tutorials you will learn how to create meshes for arbitrary geometries in order to run your simulations.

Go back to Collection by topic.

Meshing

Overview

Geometry

  • Geometry creation - Here you will get a detailed introduction into two alternatives for the creation of geometries as inputs for a CFD project in OpenFOAM.

Meshing

  • blockMesh - In the following three tutorials you will find an introduction into meshing with the blockMesh utility: by Radl, by Nagy,by Nobrega et al.
  • snappyHexMesh - This tutorial gives you an insight on how to create complex meshes within OpenFOAM and snappyHexMesh.
  • GMSH In this tutorial you will get a compact introduction into the work flow within the software GMSH for meshing.

Further reading