Hi, all
I am writing one code of vumat. I want to know how to display the contour of a new tensor define by myself in vumat.
It is seems that we can use SDV to realize this in UMAT. But in vumat, how to display the results in the post processor of abaqus?
thanks
wang
Abaqus: How to display a new tensor define by myself in vumat?
Hello Wang,
in ABAQUS/explicit you can display your "user" tensor as Solution Dependent Variables (SDV) in like in ABAQUS/standard. You have to request them in the following way for shell elements:
**=*****************************************************************************
**=FIELD OUTPUT
**=*****************************************************************************
*Output, field
*Node Output
A, RF, U, V
*Element Output, directions=YES
1, 3, 5
LE, PE, PEEQ, S, SDV, STATUS
Regards,
Martin J. Gross
Hi, Gross Thank you very
Hi, Gross
Thank you very much for your comment. In my code, the element type is C3D8R. If the method you mentioned can be used only for shell elements?
Best regards,
Wang
In reply to Hi, Gross Thank you very by Wang Guofeng
Hi Wang, for C3D8R
Hi Wang,
for C3D8R elements you can use the method as well, but skip the line:
1,3,5
(output specification of section points through thickness)
Martin
Hi, GrossThank you very
Hi, Gross
I revised my code accodrding to your method and the results are very good!
Thank you very much.
Best regards,
Wang