Skip to content
Snippets Groups Projects
Commit 13d2fc0b authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: handle abaqus SURFACE input (#1600)

- read surfaces which are defined in terms of solid element sides. Eg,

```
  *ELEMENT, TYPE=C3D4, ELSET=...
  1, ...
  2, ...

  *SURFACE, NAME=Things, TYPE=ELEMENT
  1, S1
  2, S1
```

  The element and side number are encoded as a synthetic face id
  according to

      -(10 * elemId + sideNum)

  but the underlying solid geometry is discarded, since there is no
  reasonable way to pass it through the surface sampling mechanism.
parent 8198bb91
No related branches found
No related tags found
1 merge request!346WIP: Feature surface handling
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment