Difference between revisions of "MergeMeshes"

From OpenFOAMWiki
 
(Switch to new structure)
 
(11 intermediate revisions by 8 users not shown)
Line 1: Line 1:
mergeMeshes adds the cells of two meshes together. It does NOT merge the faces between the two sets of cells. Neither does it check for overlapping cells.
+
==Name==
 +
<tt>mergeMeshes</tt> - Merge two meshes.
  
To merge the faces use stitchMesh.
+
{{VersionInfo}}{{Version2.1}}
 +
 
 +
==Synopsis==
 +
mergeMeshes [OPTIONS] MASTERCASE ADDCASE
 +
 
 +
==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
 +
 
 +
[[Category:Mesh manipulation utilities]]

Latest revision as of 13:58, 31 August 2012

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