How to get surface in INP file? #723
Answered
by
rquey
smallrain1996
asked this question in
Q&A
-
I'm trying to get the six surfaces x0,x1,y0,y1,z0,z1 in the ABAQUS-INP file, not the set of nodes on the surface. So I blocked "-nset" and used -faset "faces", but nothing worked. Here's my test code:
|
Beta Was this translation helpful? Give feedback.
Answered by
rquey
Jul 26, 2023
Replies: 1 comment 3 replies
-
If you can tell me under what format the fasets should be written in the inp file, I can add it. An example file would be helpful. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've fixed the seg fault (which was related to
-elset
). However,-faset
won't work with-elttype hex
...