Difference between revisions of "SplitMesh"

From OpenFOAMWiki
 
(Modify to be coherent with the new framework and update to OF21)
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
The command is used in the following manner:
+
==Name==
 +
<tt>splitMesh</tt> - Splits mesh by making internal faces external. Uses ''attachDetach''.
  
    splitMesh <root> <caseName> <name_of_internal> <name_A> <name_B>
+
{{VersionInfo}}{{Version2.1}}
  
where <name_of_internal> is the name of the cell set you want to split up, <name_A> and <name_B> are the names of the boundaries being created as the result of the split.
+
==Synopsis==
 +
splitMesh [OPTIONS] FACESET MASTERPATCH SLAVEPATCH
  
The command is also applied in the process of importing [[Howto_importing_fluent_mesh_with_internal_walls|Fluent-Meshes with internal boundaries]].
+
==Description==
 +
Splits the mesh on a given ''faceSet'' given by its name ''FACESET''. The internal faces will become external faces and the boundaries created will be named ''MASTERPATCH'' and ''SLAVEPATCH''.
 +
 
 +
'''-overwrite'''
 +
:Overwrite the existing mesh files
 +
 
 +
'''-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
 +
 
 +
 
 +
The command can be applied in the process of importing [[Howto_importing_fluent_mesh_with_internal_walls|Fluent-Meshes with internal boundaries]] for example.
 +
 
 +
[[Category:Mesh manipulation utilities]]

Latest revision as of 19:10, 3 September 2012

1 Name

splitMesh - Splits mesh by making internal faces external. Uses attachDetach.

Valid versions: OF Version 21.png

2 Synopsis

splitMesh [OPTIONS] FACESET MASTERPATCH SLAVEPATCH

3 Description

Splits the mesh on a given faceSet given by its name FACESET. The internal faces will become external faces and the boundaries created will be named MASTERPATCH and SLAVEPATCH.

-overwrite

Overwrite the existing mesh files

-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


The command can be applied in the process of importing Fluent-Meshes with internal boundaries for example.