Hello,
I am trying to export a list of solid elements along with their assigned nodes in the following format:
*ELEMENT_SOLID
$# eid pid n1 n2 n3 n4 n5 n6 n7 n8
1 2 2 32 5 4 4 4 4 4
2 2 2 29 32 28 28 28 28 28
3 2 4 32 31 28 28 28 28 28
4 2 2 4 1 28 28 28 28 28
5 2 2 28 32 4 4 4 4 4
Here’s what I’ve done so far:
- Created solid elements from 3D elements exported from AVIZO.
- Extracted 2D faces from these 3D elements.
- Generated solids again from the 2D faces.
- Created node set lists for all faces of the 3D model.
However, when I exported the .k file to import it into LS-DYNA, the file did not include the required solid element list as shown above.
Could you please guide me on how to fix this issue and properly export the solid element list in the desired format?
Thank you for your help!