RitioL / PolyFatigueCrackSim

This repository contains scripts for the batch generation of polycrystalline RVE models and finite element analysis operations. These scripts are used to simulate the generation of fatigue cracks in polycrystalline materials. The involved software includes Neper, Gmsh, and Abaqus 2022.
MIT License
9 stars 2 forks source link

目前我在运行上出现了问题,恳请能够得到您的帮助,或者您能提供给我一个完整运行的inp文件作为学习吗,期待您的回复。我的邮箱是445063494@qq.com,谢谢。 #2

Open zhfzzz opened 3 days ago

RitioL commented 3 days ago

1.“20次随机取向,没有一次成功” 这个可能不是次数多少的问题了,可能是材料参数、载荷或者临界值的选取问题。我之前用一篇拉伸文章中的材料参数做不出来,后来试了一下Guo那篇文章里,就是inp例子里的材料参数,发现效果好了一些。你可以在它的例子上进行参数调整,看看效果。

2.损伤参数问题damage evolution, type=ENERGY, failure index=1 60, DAMAGE STABILIZATION 5e-5”

这里的第一个参数应该是要根据材料拉伸曲线,具体是在材料损失后的曲线所围面积,和有限元单元的特征长度计算出来的,可以参考一下这个视频:【How to calculate equivalent plastic displacement and integration point volume fo】 https://www.bilibili.com/video/BV17g411f7k1/?share_source=copy_web&vd_source=f0f26d78a8c687fafec0191a99a75a1a

如果觉得比较麻烦,可以先不去改动它。另外,DAMAGE STABILIZATION一般不需要去改它。