MergeMeshes

From OpenFOAMWiki
Revision as of 13:58, 31 August 2012 by Fcollonv (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

1 Name

mergeMeshes - Merge two meshes.

Valid versions: OF Version 21.png

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