MoiseRousseau / SALOME-Voronoi

Interface between Salome and Vorpalite for polyhedral mesh generation
GNU General Public License v3.0
16 stars 2 forks source link

Polyhedral cell missed when exporting to UNV #7

Closed unilord541 closed 10 months ago

unilord541 commented 10 months ago

When trying to export a polyhedral mesh to UNV, the following warning is received:

During export mesh with name "Mesh_1_Voronoi" to UNV Polyhedrons will be missed. Do you want to continue?

If click yes, then using the option "ideasUNVtoFoam" from OpenFOAM, and check mesh metrics afterwards, huge mesh openness and volume are detected (>1e300), and there is no mesh to display in paraview.

MoiseRousseau commented 10 months ago

The UNV format does not seem to handle polyhedrons, so the Voronoi cells are not exported. This is probably why you can't see anything in Paraview.

MoiseRousseau commented 10 months ago

Also, mesh export is a functionnality of Salome, not of the SALOME-Voronoi plugin. Maybe you could have a look at dedicated Salome / OpenFOAM mesh exporter plugin such as https://github.com/oseen/salomeToOpenFOAM

unilord541 commented 10 months ago

Ok will have a look at them. Thank you!