Previous: Meshes in OpenFOAM Up: Meshes in OpenFOAM Next: Test case: Cavity
This is an automatically generated documentation by LaTeX2HTML utility. In case of any issue, please, contact us at info@cfdsupport.com.

Mesh location

Mesh is always located in constant/polyMesh/ directory OpenFOAM always uses unstructured meshes. Meshes have following structure:

nameOfTheTestCase 
constant 
      polyMeshMesh directory
          pointsList of mesh points
          facesList of mesh faces
          ownerList of owner cell labels
          neighbourList of neighbour cell labels
          boundaryList of boundaries (patches) of the mesh