MergeMeshes
From OpenFOAMWiki
1 Name
mergeMeshes - Merge two meshes.
2 Synopsis
mergeMeshes [OPTIONS] MASTERCASE ADDCASE
3 Description
Adds the cells of ADDCASE to the mesh of MASTERCASE. It does NOT merge the faces between the two sets of cells. Neither does it check for overlapping cells.
To merge the faces use stitchMesh.
-addRegion NAME
- Specify the additional mesh region by its NAME
-overwrite
- Overwrite the existing mesh files
-masterRegion NAME
- Specify a master 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