Skip to content

Improving Mesh Quality of Turbulent Onera M6 mesh #59

Open
@DanielDoehring

Description

@DanielDoehring

Hi guys,

I was looking for a hex mesh of the Onera M6 airfoil and came across your tutorial + provided grid. I encounter the issue, though, that a few elements are distorted, i.e., the hexes/quads are effectively degenerated to prisms/triangles. When executing the example with SU2_CFD you actually get a corresponding warning:

------------------- Geometry Preprocessing ( Zone 0 ) -------------------
Three dimensional problem.
46417 grid points.
43008 volume elements.
3 surface markers.
2560 boundary elements in index 0 (Marker = FARFIELD).
1408 boundary elements in index 1 (Marker = WING).
2688 boundary elements in index 2 (Marker = SYMMETRY).
43008 hexahedra.
Setting point connectivity.
Renumbering points (Reverse Cuthill McKee Ordering).
Recomputing point connectivity.
Setting element connectivity.
Checking the numerical grid orientation.
>>> WARNING: 18 HEXAHEDRON, volume elements are distorted.
    It was not possible to determine if their orientation is correct.
There has been a re-orientation of 4 QUADRILATERAL surface elements.
>>> WARNING: 1 QUADRILATERAL surface elements are distorted.
    It was not possible to determine if their orientation is correct.

Here are two screenshots of the troubling quad

Image

Image

So my question is twofold:

  1. Do you also provide the corresponding grid generation software, s.t. I can try improving the grid myself?
  2. Is there a way to access the (possibly) improved grid? Based on There has been a re-orientation of 4 QUADRILATERAL surface elements. I have hope that the grid is improved at runtime. Using that grid might actually be good enough for me.

Best,
Daniel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions