Replies: 1 comment 2 replies
-
@ansmhoeij we don't have plans in the works for this currently though you can extract the surface meshes once you have switched to solve mode using the field data module. If I've understood correctly though what you are trying to do is use Fluent meshing to generate a mesh that is later consumed into LS-Dyna, is that right? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on a workflow where Fluent meshing is used to generate the volume mesh (triangles/tetrahedrons) and I wish to extract the mesh topology from the mesher for later use in LS-DYNA. Currently I write the mesh file to disk and read in the .msh.h5 file using
h5py
and re-construct the mesh myself usingNumPy
.Information I would like to extract from a PyFluent session include:
Are there any plans on exposing methods to get mesh topology from a PyFluent session? Or is this out of scope for PyFluent?
Beta Was this translation helpful? Give feedback.
All reactions