blockMesh.C File Reference

A multi-block mesh generator. More...

Go to the source code of this file.

Detailed Description

A multi-block mesh generator.

Original source file blockMesh.C

Uses the block mesh description found in

  • system/blockMeshDict
  • system/<region>/blockMeshDict
  • constant/polyMesh/blockMeshDict
  • constant/<region>/polyMesh/blockMeshDict
Usage
blockMesh [OPTION]

Options:

  • -write-obj
    Write topology as a set of edges in OBJ format and exit.
  • -write-vtk
    Write topology as VTK file (xml, ascii) and exit.
  • -merge-points
    Merge points instead of default topological merge
  • -region <name>
    Specify alternative mesh region.
  • -dict <filename>
    Alternative dictionary for the block mesh description.
  • -sets
    Write cellZones as cellSets too (for processing purposes)
  • -no-clean
    Do not remove polyMesh/ directory or files
  • -time
    Write resulting mesh to a time directory (instead of constant)

Definition in file blockMesh.C.