ABAQUS在看形变结果时出现The selected primary variable is not available in the current step/frame. 5
7个回答
2019-03-17
展开全部
If after applying all above still you face the same error, then I suspect it's a computational issue rather than a programming issue e.g. the stress or strain values returned from your UMAT code are infinite.
Therefore, I suggest for a simplified model, test your subroutine and for example check the returned stress values from your UMAT code. You may do it using the command "Print" or "write" through your subroutine. In case you don't know how, for example somewhere in your subroutine put:
write(*,*)'UMAT is called'
print,'STRESS1=', stress(1)
Do the same for any parameter you have defined in your UMAT code and check if their values are normal (not infinite). If you see any infinite value, surely that would be one of the reasons that your OUTPUT cannot be displayed and you have to modify your calculations. The above-mentioned values (e.g. STRESS1) are normally written in the *.log file.
Therefore, I suggest for a simplified model, test your subroutine and for example check the returned stress values from your UMAT code. You may do it using the command "Print" or "write" through your subroutine. In case you don't know how, for example somewhere in your subroutine put:
write(*,*)'UMAT is called'
print,'STRESS1=', stress(1)
Do the same for any parameter you have defined in your UMAT code and check if their values are normal (not infinite). If you see any infinite value, surely that would be one of the reasons that your OUTPUT cannot be displayed and you have to modify your calculations. The above-mentioned values (e.g. STRESS1) are normally written in the *.log file.
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
修改工作目录, 计算完成后在工作目录下重新打开ODB文件就可以了
或者直接在默认工作目录下寻找odb文件, 打开
或者直接在默认工作目录下寻找odb文件, 打开
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
会不会是你在STEP中的场输出中没有设置你要的结果啊
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询