AsFem icon indicating copy to clipboard operation
AsFem copied to clipboard

Incorrect API in Abaqus IO

Open yangbai90 opened this issue 4 years ago • 0 comments

The APIs for "Elst" and "Nset" should be well defined in Abaqus IO. Both the "Elst" block and "Nset" block should be put into two different mesh information set.

*Elst ---> for element set information
...

which should be used for elemental type boundary conditions.

*Nset---> for node set information
...

this should be used for nodal type boundary conditions.

New Abaqus IO should distinguish these different information sets.

yangbai90 avatar Feb 01 '21 08:02 yangbai90