Hello
I want to import the mesh file generated by SALOME into Abaqus. So some modifications should be done (‘,’ after node coordinates and element label, adding header and footer, …). I am wondering if it is possible to do this modifications before the mesh file is created inside SALOME (I mean using Python scripting)
Thank you
Mohsen,
You can have a look at the Salome-MeshIO plugin I’ve created. It allows to export Salome meshes in various format implemented in MeshIO (such as Abaqus):
Note it was not extensively tested, so please let me know your experience.
Moise
Thank you for your reply.
I will go through it and I will let you know if I need any questions.