ZipUpMesh
From OpenFOAMWiki
1 Name
zipUpMesh - Reads in a mesh with hanging vertices and zips up the cells to guarantee that all polyhedral cells of valid shape are closed.
2 Synopsis
zipUpMesh [OPTIONS]
3 Description
Reads in a mesh with hanging vertices and zips up the cells to guarantee that all polyhedral cells of valid shape are closed.
Meshes with hanging vertices may occur as a result of split hex mesh conversion or integration or coupled math face pairs.
-parallel
- Run the utility in parallel
-roots "(DIR1 [...DIRN])"
- Directories through which the data are distributed
-region NAME
- Specify a mesh region by its NAME
-case DIR
- Execute the command on the case directory DIR. If not provided, use the current directory
-noFunctionObjects
- Skip the execution of the functionObjects
-help
- Display the help and exit