Difference between revisions of "Contrib/SplitMeshWithSets"

From OpenFOAMWiki
m
 
(Added)
Line 1: Line 1:
 +
{{VersionInfo}}{{Version1.2}}
  
[[Howto_importing_fluent_mesh_with_internal_walls|Importing a FLUENT mesh with internal walls]]
+
== Short description ==
 +
 
 +
Splitting a mesh like it is described in [[Howto_importing_fluent_mesh_with_internal_walls|Importing a FLUENT mesh with internal walls]] has problems if it is to be done twice: because the original [[splitMesh]] renumbers the faces but the <tt>faceSet</tt>s are not updated it is possible that the information in the <tt>faceSet</tt>s is wrong. This utility updates the sets.
 +
 
 +
== Usage ==
 +
 
 +
The same as [[splitMesh]]. After the mesh was split all <tt>faceSet</tt>s are updated in the following way
 +
 
 +
* the <tt>faceSet</tt> that was used to split the mesh is erased (set to zero length)
 +
* all other <tt>faceSet</tt>s are updated so that the renumbering of the faces is taken into account
 +
 
 +
another difference to the original behaviour of the original [[splitMesh]] is that boundaries with 0 faces are '''not''' erased.
 +
 
 +
== Download ==
 +
 
 +
[[Media:splitMeshWithSets.tar.gz|The tar file with the sources]]
 +
 
 +
== History ==
 +
 
 +
* first Version added
 +
 
 +
--[[User:Bgschaid|Bgschaid]] 18:57, 27 Feb 2006 (CET)

Revision as of 17:57, 27 February 2006

Valid versions: OF version 12.png

1 Short description

Splitting a mesh like it is described in Importing a FLUENT mesh with internal walls has problems if it is to be done twice: because the original splitMesh renumbers the faces but the faceSets are not updated it is possible that the information in the faceSets is wrong. This utility updates the sets.

2 Usage

The same as splitMesh. After the mesh was split all faceSets are updated in the following way

  • the faceSet that was used to split the mesh is erased (set to zero length)
  • all other faceSets are updated so that the renumbering of the faces is taken into account

another difference to the original behaviour of the original splitMesh is that boundaries with 0 faces are not erased.

3 Download

The tar file with the sources

4 History

  • first Version added

--Bgschaid 18:57, 27 Feb 2006 (CET)