Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Fortran 的 Abaqus 中编写一个子程序 DISP,用于 3D 圆柱体的单轴延伸。
我想通过平滑函数在圆柱体的一个表面上施加位移载荷。
函数:d(t)=dmax(t^3+2t^4+3t^5)
怎么做?谢谢。
通过创建振幅并编写方程来做到这一点,或者在其他地方(Matlab)生成时间和位移表并将其导入。