1

Previous: System Variables and Aliases Up: OpenFOAM Structure Next: Mesh location

This is an automatically generated documentation by LaTeX2HTML utility. In case of any issue, please, contact us at info@cfdsupport.com.

Meshes in OpenFOAM

  • OpenFOAM uses Cartesian coordinates.
  • All the cases in OpenFOAM are computed as to be three-dimensional. Even if the case is one-dimensional or two-dimensional, it is necessary to have at least one volume cell in each axis direction.

  • In general, there are four ways how to create mesh for OpenFOAM:
    • Creating mesh in blockMesh – part of OpenFOAM
    • Creating mesh in snappyHexMesh – part of OpenFOAM
    • Creating mesh in foamyHexMesh – part of OpenFOAM
    • Creating mesh with third party tools and importing it.
    • OpenFOAM supports following mesh conversions:
      ansysToFoam
      cfx4ToFoam
      datToFoam
      fluent3DMeshToFoam
      fluentMeshToFoam
      foamMeshToFluent
      foamToStarMesh
      foamToSurface
      gambitToFoam
      gmshToFoam
      ideasUnvToFoam
      kivaToFoam
      mshToFoam
      netgenNeutralToFoam
      plot3dToFoam
      sammToFoam
      star3ToFoam
      star4ToFoam
      tetgenToFoam
      vtkUnstructuredToFoam

 

Subsections