Template:OceanMesh UGrid Cleaner Tool

From XMS Wiki
Revision as of 20:33, 28 June 2024 by Jcreer (talk | contribs)

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


OceanMesh UGrid Cleaner

The OceanMesh UGrid Cleaner adjusts an existing mesh through deletion of elements and movement of nodes to fix several common topological and mesh quality issues that would otherwise make numerical simulation with the developed model intractable.

For a valid numerical simulation with most numerical models, the mesh composed of points and triangles (elements) must have the following characteristics:

  1. The points in each triangle are arranged in a consistent order (e.g., counterclockwise).
  2. There are no overlapping elements.
  3. No disjoint or “hanging” points (i.e., points are always part of elements) and points are always shared between neighbouring elements.
  4. The boundary of the mesh must have only two traversal paths.

In addition, for numerical simulation to be successful, the mesh quality (Bank 1998) must be above a certain minimum threshold. This tool will attempt to delete and move problematic elements to enable numerical simulation. With that said, there are a number of other functionalities inside SMS that can be used to improve mesh quality.

Inputs

  • UGrid/Mesh to Clean – the mesh that will be “cleaned” of topological defects in their elements.
  • Minimum permitted quality of the boundary elements – elements that are on the boundary of the mesh below this mesh quality will be deleted. These regions along the boundary can be revisited inside SMS.
  • Minimum percent area of total area to retain a disconnected area – disconnected areas of the mesh below this percent (specified as a decimal) of the total area are decimated from the mesh. For example, in Figure 1, Lake Pontchartrain is not connected to the Gulf of Mexico due to insufficient mesh resolution and would be removed by this tool at this level of model fidelity. Additionally, areas to the east that are also relatively small and disconnected would be decimated.
Figure 1: Areas in red would be decimated from the mesh when running the OceanMesh2D UGrid Cleaner tool.

Outputs

  • Topologically cleaned mesh – name of the output mesh/UGrid.

Current Location in Toolbox

Unstructured Grids/OceanMesh UGrid Cleaner

References