MatMechLab / AsFem

Advanced Simulation kit based on Finite Element Method (AsFem)
https://matmechlab.github.io/AsFem
GNU General Public License v3.0
180 stars 53 forks source link

Incorrect API in Abaqus IO #28

Open yangbai90 opened 3 years ago

yangbai90 commented 3 years ago

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.