andrsd/gmsh2exo

Query regd. capability

Closed this issue · 1 comments

Hii,
Among all the GMSH2exo converters, I found yours to be the latest updated. Does it support conversion of Physical volumes --> Blocks and Physical Surfaces --> Sidesets ?

TLDR; yes. It is why I wrote this small code. The other converters were not doing this. But I was not looking too hard, either.

Detailed answer:
In 3D: physical volumes are converted to blocks and physical surfaces to side sets,
in 2D: physical surfaces become blocks and physical curves become side sets.

I think I need to rewrite the "features" section in README, it is not very clear that the code does this.

Note that only 1st order elements are currently supported, i.e. LINE2, TRI3, TET4 and HEX8. If you wanted 2nd order elements, I would have to add that. This is tracked by issue #15.

Also, I see I don't have discussions active in this project.

Hope this code will be helpful to you...