SMS:Merge 2D Meshes: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
 
(36 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Two meshes can be merged to form a new mesh which will be called "Merged" (or something similar if that name is already used)in the ''Project Explorer''.  No model data will be transferred, and the type of the new mesh will be the same as the default mesh model set in the user [[SMS:Preferences|Preferences]] regardless of the model type of the meshes used in the merge. (To check your user preferences go to  ''Edit''|'''Preferences...'''  and check the ''Startup'' tab).  This option is accessed by selecting two meshes and right-clicking and then selecting '''Merge 2D Meshes'''.
==Merge Command==
Two meshes can be merged to form a new mesh which will be called "Merged" (or "Merged (##)" if that name is already used) in the Project Explorer.  No model data will be transferred, and the type of the new mesh will be the same as the default mesh model set in the [[SMS:Preferences|Preferences]] regardless of the model type of the meshes used in the merge (to check the Preferences, go to  ''Edit'' | '''Preferences...'''  and check the ''Defaults'' tab for the Default 2D Mesh Model).  The '''Merge 2D Meshes''' command is accessed by selecting two meshes, right-clicking, and selecting '''Merge 2D Meshes'''. This will bring up the ''Mesh 2D Merge Options'' dialog.


A merged mesh will be generated if and only if the meshes do not overlap except on nodes and element edges that are on the border of the other mesh.  Overlapping element edges can only be on the border of the mesh and must have nodes at the same location.  Disjoint nodes of one mesh that are inside the area of the other mesh will cause the merge to be prevented.  A pair of meshes are also invalid for merging if the centroid of an element in one mesh is within the area of an element in the other mesh.
If the two meshes being merged overlap, SMS will report this and give the option of aborting the merge.  


===Examples of Meshes that will merge===
When merging two meshes that overlap, SMS includes all nodes from both meshes, and forces one of the previous mesh's boundaries to be honored in the merged mesh. Any disjoint nodes in the meshes will be deleted.
{|
|-
|[[Image:ValidMerge1.jpg|thumb|left|200 px|Example 1: Mesh cells that can merge because they share the same element edge and nodes.]]
|[[Image:ValidMerge2.jpg|thumb|left|200 px|Example 2: Mesh cells that share the same node and do not overlap can be merged.]]
|-
|colspan="2"|[[Image:ValidMerge3.jpg|thumb|left|250 px|Example 3: Mesh cells that can merge because they do not overlap.]]
|
|}


===Examples of Meshes that will not merge===
===Mesh 2D Merge Options===
{|
[[File:MeshMergeOptions.png|thumb|250 px|The ''Mesh Merge Options'' dialog]]
|-
The ''Mesh 2D Merge Options'' dialog has the following options to determine whitch method SMS will use in merging 2D meshes.
|[[Image:NoMerge1.jpg|thumb|left|175 px|Example 1: Mesh cells that will not merge because they are overlapping.]]
 
|[[Image:NoMerge2.jpg|thumb|left|150 px|Example 2: Mesh cells that will not merge because they overlap and do not share the same element edges and nodes.]]
''Merge method''
|[[Image:NoMerge3.jpg|thumb|left|225 px|Example 3: Mesh cells that will not merge because they do not share the same nodes in the same location.]]
*"Automatic" – Checks for overlapping elements in the meshes to be merged. If no overlap is found, then merging will be done the same as if "Non-overlapping" was chosen. Otherwise, the "Overlapping" merge will be performed. Checking for overlapping elements can be time consuming for large meshes.
|-
*"Overlapping" – Safely merges meshes with overlapping elements.
|[[Image:NoMerge4.jpg|thumb|left|200 px|Example 4: Mesh cells that will not merge because they do not share the same nodes.]]
*"Non-overlapping" – The fastest merge method. However, if this method is used with meshes that overlap, the resulting merged mesh will be invalid.
|colspan="2"|[[Image:NoMerge5.jpg|thumb|left|275 px|Example 5: Mesh cells that will not merge because a disjointed node of one mesh is with in the area of the second mesh]]
 
|}
''Base mesh''
*When merging meshes, one mesh will be the principal mesh. The principal mesh is the mesh that is considered the mesh that the other mesh will be added to. In the case of an overlapping merge, the boundary conditions of the principal mesh are the ones that are preserved.
 
==Merging with Priority==
One common feature that may be desired would be to only include nodes from one of the two meshes in the overlap region.  This feature is under consideration.  To get this result with current functionality, the following steps may be followed:
 
# Convert the boundary of the mesh with higher priority (the one for which the nodes will be preserved) to a feature polygon (use the right-click menu '''Convert to feature''' command).
# Build polygons for the new regions just created in the map coverage.
# Using the ''Nodes'' | '''Options''' command in the mesh module, make sure the option to retriangulate voids is enabled.
# Select the polygons created in the previous step.
# In the ''Edit'' menu, use the '''Select/Delete Data''' command to select all the nodes from the low priority mesh that lie inside the high priority mesh.  Delete these nodes.
# Now merge the two meshes.  The nodes from the low priority mesh that were in the overlap region have been deleted, so they do not appear in the merged mesh.
 
:'''''Note:''''' If wanting to maintain the original meshes in this process, create a copy of the low priority mesh to edit before performing the steps.  This copy can be deleted after the merge process if desired.
:'''''Note:''''' The boundary condition attributes will only be preserved for the mesh given high priority. Boundary condition attributes for the low priority mesh will need to be specified again in the merged mesh.
 
===Examples of Meshes that are not considered overlapping===
<gallery mode=packed heights=140px style="text-align:left">
Image:ValidMerge1.jpg|Example 1: Mesh cells that share the same element edge and nodes.
Image:ValidMerge2.jpg|Example 2: Mesh cells that share the same node and do not overlap.
Image:ValidMerge3.jpg|Example 3: Mesh cells that do not overlap.
</gallery>
 
===Examples of Meshes that are considered overlapping===
<gallery mode=packed heights=140px style="text-align:left">
Image:NoMerge1.jpg|Example 1: Mesh cells that are overlapping without no shared nodes.
Image:NoMerge2.jpg|Example 2: Mesh cells that overlap and share an element edge and nodes.
Image:NoMerge3.jpg|Example 3: Mesh cells that have common portions of an edge.
Image:NoMerge4.jpg|Example 4: Mesh cells that have common portions of an edge.
Image:NoMerge5.jpg|Example 5: Mesh with a disjointed node inside of the second mesh.
</gallery>


==Related Topics==
==Related Topics==
Line 30: Line 53:
{{Navbox SMS}}
{{Navbox SMS}}


[[Category:SMS 2D Mesh]]
[[Category:SMS 2D Mesh|M]]
[[Category:SMS Mesh Dialogs]]
[[Category:Gallery]]

Latest revision as of 15:10, 9 April 2019

Merge Command

Two meshes can be merged to form a new mesh which will be called "Merged" (or "Merged (##)" if that name is already used) in the Project Explorer. No model data will be transferred, and the type of the new mesh will be the same as the default mesh model set in the Preferences regardless of the model type of the meshes used in the merge (to check the Preferences, go to Edit | Preferences... and check the Defaults tab for the Default 2D Mesh Model). The Merge 2D Meshes command is accessed by selecting two meshes, right-clicking, and selecting Merge 2D Meshes. This will bring up the Mesh 2D Merge Options dialog.

If the two meshes being merged overlap, SMS will report this and give the option of aborting the merge.

When merging two meshes that overlap, SMS includes all nodes from both meshes, and forces one of the previous mesh's boundaries to be honored in the merged mesh. Any disjoint nodes in the meshes will be deleted.

Mesh 2D Merge Options

The Mesh Merge Options dialog

The Mesh 2D Merge Options dialog has the following options to determine whitch method SMS will use in merging 2D meshes.

Merge method

  • "Automatic" – Checks for overlapping elements in the meshes to be merged. If no overlap is found, then merging will be done the same as if "Non-overlapping" was chosen. Otherwise, the "Overlapping" merge will be performed. Checking for overlapping elements can be time consuming for large meshes.
  • "Overlapping" – Safely merges meshes with overlapping elements.
  • "Non-overlapping" – The fastest merge method. However, if this method is used with meshes that overlap, the resulting merged mesh will be invalid.

Base mesh

  • When merging meshes, one mesh will be the principal mesh. The principal mesh is the mesh that is considered the mesh that the other mesh will be added to. In the case of an overlapping merge, the boundary conditions of the principal mesh are the ones that are preserved.

Merging with Priority

One common feature that may be desired would be to only include nodes from one of the two meshes in the overlap region. This feature is under consideration. To get this result with current functionality, the following steps may be followed:

  1. Convert the boundary of the mesh with higher priority (the one for which the nodes will be preserved) to a feature polygon (use the right-click menu Convert to feature command).
  2. Build polygons for the new regions just created in the map coverage.
  3. Using the Nodes | Options command in the mesh module, make sure the option to retriangulate voids is enabled.
  4. Select the polygons created in the previous step.
  5. In the Edit menu, use the Select/Delete Data command to select all the nodes from the low priority mesh that lie inside the high priority mesh. Delete these nodes.
  6. Now merge the two meshes. The nodes from the low priority mesh that were in the overlap region have been deleted, so they do not appear in the merged mesh.
Note: If wanting to maintain the original meshes in this process, create a copy of the low priority mesh to edit before performing the steps. This copy can be deleted after the merge process if desired.
Note: The boundary condition attributes will only be preserved for the mesh given high priority. Boundary condition attributes for the low priority mesh will need to be specified again in the merged mesh.

Examples of Meshes that are not considered overlapping

Examples of Meshes that are considered overlapping

Related Topics