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

Abaqus's inp file support #15

Open yangbai90 opened 4 years ago

yangbai90 commented 4 years ago

The *.inp file import function is required in the [mesh] block.

Its time to design a more flexible mesh importer for different kinds of mesh, i.e. inp, msh and msh4 file format.

To this end, Mesh inherited from AbaqusIO, GmshIO, NetgenIO or whatever users required could be the final solution.

GIT-Sen-hub commented 2 years ago

经过测试,若在ABAQUS中划分的网格为单一类型网格,本程序已经支持。但若在ABAQUS的inp文件含有多种网格类型,目前的程序还不支持计算,(建议)这个点可以作为将来程序升级的一个方向。

yangbai90 commented 2 years ago

Dear @GIT-Sen-hub , many thanks for the feedback. Currently, AsFem doesn't support hybrid mesh, it will be extended in the future release.