Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read ABAQUS .inp file with *Surface referring to element sets #2315

Closed
yw5aj opened this issue Oct 30, 2019 · 2 comments
Closed

Cannot read ABAQUS .inp file with *Surface referring to element sets #2315

yw5aj opened this issue Oct 30, 2019 · 2 comments

Comments

@yw5aj
Copy link
Contributor

yw5aj commented Oct 30, 2019

There are two ways for ABAQUS to define the surface and only #1 below is supported by libMesh now:

  1. By specifying elem_id, side_id. This is the currently supported one, for example "391, S2"
  2. By specifying elemset_name, side_id. This is NOT currently supported, and looks like "Elset_1, S3". This will probably be internally expanded to the format like svn2git the sourceforge repo #1: it will find all the elem_ids in the element set of Elset_1, and use S3 for all of them.

Test cases:
test_mesh_io.zip

@yw5aj
Copy link
Contributor Author

yw5aj commented Oct 30, 2019

Submitted PR #2316

@jwpeterson
Copy link
Member

Moved to PR #2317.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants