Skip to content

How to display groups correctly in grid files #322

Answered by rquey
siwux asked this question in Q&A
Discussion options

You must be logged in to vote

But the grid file that was built didn't display correctly in ABAQUS

What do you call a grid file? As far as I understand, it is (in Abaqus world) used to import data defined on a regular grid, but this is different from a tess file (which is what your -T command generates).

neper -M test.tess -elset "group:group" -format inp

I don't understand the meaning of group:group here. What are you trying to achieve?

Anyway, the *group information is not written to the Abaqus file at the moment. I don't know how this should be done. A possibility is for you to get the group in a file and use this data to write your inp file.

neper -T -n 100 -group  "id<=50?1:2" -o test -statcell group

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@rquey
Comment options

Comment options

You must be logged in to vote
1 reply
@siwux
Comment options

Answer selected by rquey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants