ABAQUS中,同一个模型,为什么设置使用多个处理器并行计算时就出错了?
设置两个处理器并行计算后出现错误这个The deformable element nodes contained in node set ErrNodeRotNodeNoRotInert-Step1 have no rotary inertia associated with them and some rotational degrees of freedom at the nodes are not constrained. Either rotary inertia must be defined or all of the rotational degrees of freedom must be constrained. See the status file for further details.
如果不使用多个处理器并行计算就可以运算

全部回答 (7)
默认 最新
遇到同样的问题,楼主找到原因了吗
2021年3月24日
评论 点赞
楼主找到问题的原因了吗?
2020年12月4日
评论 点赞
需要设置重力或密度
2018年2月28日
评论 点赞
是模型连接变了的话,可能就是模型的问题,建议用串行调试排除下
2018年2月27日
评论 1 点赞
之前算的时候并行功能好使吗?
2018年2月27日
评论 1 点赞
参考点或节点没有指定转动惯量,也没约束转动自由度,计算报错。如果没有转动运动,请约束转动自由度,如果有则需指定它的转动惯量。
2018年2月26日
评论 1 点赞





















并行出问题,原因找到了吗,你是不是使用了子程序呢