victorsndvg / FEconv

Program feconv is an utility to convert between several mesh and FE field formats, like ANSYS mesh files (.msh), MD Nastran input files (.bdf), I-Deas Universal (.unv), VTK files (.vtk), etc. If you use a Modulef format to store an intermediate mesh (.mfm). It can transform the FE type of a mesh composed of trangles or tetrahedra, to Lagrange P1 or P2, Raviart-Thomas (face) or Whitney (edge) finite elements. It also uses third-party code to perform bandwidth optimization (CutlHill-McKee optimization).
GNU General Public License v3.0
91 stars 25 forks source link

Fluent msh format #3

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hello, Thank you for this much needed utility, is there any plan for supporting the fluent msh mesh in the future? Jonas

fran-pena commented 6 years ago

Hello,

FEconv supports ANSYS mesh files (.msh). I believe this is the format you are requesting. Please, check the ANSYS format help page to be sure.

Best, Francisco

ghost commented 6 years ago

I find the issue, my mesh file was in a binary format, I saved it again in ASCII format and now. The conversion works. Thanks for your fast answer Best Jonas