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.
Showing
- src/fileFormats/abaqus/ABAQUSCore.C 175 additions, 14 deletionssrc/fileFormats/abaqus/ABAQUSCore.C
- src/fileFormats/abaqus/ABAQUSCore.H 65 additions, 1 deletionsrc/fileFormats/abaqus/ABAQUSCore.H
- src/surfMesh/surfaceFormats/abaqus/ABAQUSsurfaceFormat.C 1 addition, 0 deletionssrc/surfMesh/surfaceFormats/abaqus/ABAQUSsurfaceFormat.C
Please register or sign in to comment