Fixing high aspect ratios

In this task, you will use the two mesh fixing tools, Merge Nodes and Swap Edge, to eliminate high aspect ratio elements.

alert icon Download the files for this tutorial fromAutodesk Knowledge Network - Mesh editing tutorial.

Note: In general, you should first use the Mesh Repair Wizard or the Fix Aspect Ratio command in the Mesh Tools dialog to try to automatically reduce the maximum aspect ratio to an acceptable level before manually editing the mesh.

Aspect ratio: Swap Edge.

  1. Ensure the Tutorial 3 project you created in Task 1 is open.

  2. Click import icon( (Home tab > Import panel > Import)).

  3. Navigate to where you saved your tutorial files

  4. In the Files of type drop-down list, select Study files(*.sdy).

  5. Click on the file tutorial_3_task_4.sdy and click Open.

    The connectivity issues from the previous task have been corrected on this model. We are going to isolate elements with a defined range of aspect ratios and place them onto a diagnostic layer.

  6. Click aspect ratio icon (Mesh tab > Mesh Diagnostics panel > Aspect Ratio) to display the Aspect Ratio Diagnostic pane.

  7. Enter a Minimum aspect ratio value of 8, and a Maximum aspect ratio value of 15.

  8. Select Place results in diagnostics layer to move elements with aspect ratios within the above range to their own layer.

  9. Click Show, and then click Close.

  10. In the Layers panel, right-click the layer with the name Diagnostic results and select Hide All Other Layers.

    The high aspect ratio elements are highlighted with projecting spikes. You may need to rotate the model slightly to see the spikes.

  11. Click Mesh tab > Entity Navigator and select T311 from the drop-down box.

    A High Aspect ration triangle is displayed. To understand how to deal with a high aspect ratio element, you need to see the adjacent elements.

    aspect ratio 6

  12. Click expand icon (Layers pane > Expand Layer ).

    The Expand Layer dialog appears. Set Expand current selection by to 1 level(s).

  13. Click OK.

    The display should now be similar to the following:

    aspect ratio 7

  14. Click swap edges icon (Mesh tab > Mesh Edit panel > Swap Edges).

  15. Select the element with the high aspect ratio, which has the spike protruding from it.

    aspect ratio 8 The element number T311 will appear in the Select first triangle box of the Swap Edge tool pane.

  16. Click the element attached to the long edge of the high aspect ratio element:

    aspect ration 9 The second element's number T7672 will appear in the Select second triangle box of the Swap Edge tool pane.

  17. Click Apply.

    The high aspect ratio element has been eliminated by altering the nodes that are joined to form the local surface.

    aspect ratio 10

  18. Click Close on the Tools pane.

  19. Click Mesh tab > Entity Navigator and select T497 from the drop-down box.

    aspect ratio 2

    Previously we swapped edges to resolve the high aspect ratio element. In this instance, we would replace a high aspect ratio element that runs across the screen with one that runs up the screen. We need a different approach, which is to merge nodes.

  20. Click merge nodes icon (Mesh tab > Mesh Edit panel > Merge Nodes).

    The Merge Nodes pane appears.

  21. Click on one of the nodes along the short edge of the high aspect ratio element. This first node is the target of the merge.

    aspect ratio 3

  22. Click on the other node along the short edge of the high aspect element. This is the node that will be merged onto the target node.

    aspect ratio 4

    The sequence of node selection will alter the resultant merge. Autodesk Moldflow Insight has filled in the node identification numbers in the Input Parameter boxes of the Merge Nodes pane.

  23. Click Apply.

    The second node is merged into the first node, and the surrounding elements are adjusted accordingly.

    aspect ratio 5

  24. Close the Merge Nodes dialog.

The above methods can be used to eliminate, one by one, the remaining high aspect ratio elements in the mesh.

In the next task, you will learn how to fix free edges.

Parent topic: Edit the mesh

Previous topic: Fix bad connectivity

Next topic: Fixing invalid free edges