blockMesh

Overview

blockMesh is a structured hexahedral mesh generator.

Key features:

  • structured hex mesh
  • built using blocks
  • supports cell size grading
  • supports curved block edges

Constraints:

  • requires consistent block-to-block connectivity
  • ordering of points is important

Well suited to simple geometries that can be described by a few blocks, but challenging to apply to cases with a large number of blocks due to book-keeping requirements, i.e. the need to manage point connectivity and ordering.

Operation

The utility is controlled using a blockMeshDict dictionary, located in the case system directory, split into the following sections:

  • points
  • edges
  • blocks
  • patches

Further information

Example usage:


Would you like to suggest an improvement to this page? Create an issue

Copyright © 2017-2019 OpenCFD Ltd.

Licensed under the Creative Commons License BY-NC-ND Creative Commons License