-
I want to create surfaces out of elements for an ABAQUS analysis. The problem domain is cylindrical with 200 tesellations. It has been meshed using quadratic tetrahedrons. I want to create 3 surfaces : one each for the two flat, circular end faces of the cylinder and a third for the curved surface of the cylinder. I thought the following two lines of code would be enough to accomplish this
It gives me only the node sets for the three surfaces described above. Not the corresponding elements. In fact, only the element sets corresponding to each of the tesellations are created by these two commands. How do I get Neper to output the element sets corresponding to the surfaces of the cylinder ? Ultimately, I want to name the element sets
I'm not sure how to correctly specify the face of the elements for the surface creation. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Please give a try to the latest version ( |
Beta Was this translation helpful? Give feedback.
Please give a try to the latest version (
4.6.1-9
) and let me know if it works. One thing is that you will get several*Surface
s for the "free" surface.