You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the neutron transport through the mesh to be nice and fast the mesh shouldn't have unnecessary triangles in it.
We have currently many triangles on flat surfaces which can be accurately represented with far less triangles.
We also have lots of equilateral triangles where long thin triangles might be better.
Most meshing software is for FEM and therefore we have a slight difference in requirements
or perhaps the gmesh mesh could be re-meshed to remove unnecessary triangles on a flat surface
perhaps a remeshing could help remove these triangles https://github.com/meshpro/optimesh
The text was updated successfully, but these errors were encountered:
We currently use a meshing algorithm that looks like the right hand side image. But it would be nice to allow meshing algorithm that looks like the left hand side image
From Yuefengs thesis the approach of meshing/faceting a geometry there makes use of less triangles 👍 and obtains smaller volume differences with the unmeshed geometry 👍.
For the neutron transport through the mesh to be nice and fast the mesh shouldn't have unnecessary triangles in it.
We have currently many triangles on flat surfaces which can be accurately represented with far less triangles.
We also have lots of equilateral triangles where long thin triangles might be better.
Most meshing software is for FEM and therefore we have a slight difference in requirements
Once option is to reduce triangle count by using "better shaped" triangles
It looks like gmsh supports netgen meshing
Therefore it might be possible to reduce the mesh count and improve the overall surface representation
https://gitlab.onelab.info/gmsh/gmsh/tree/ed587d3307fdf8e677936edc0106ab7cfe49b10e/Netgen
or perhaps the gmesh mesh could be re-meshed to remove unnecessary triangles on a flat surface
perhaps a remeshing could help remove these triangles https://github.com/meshpro/optimesh
The text was updated successfully, but these errors were encountered: