How do I visualise a USER ELEMENT with Abaqus Viewer?
How do I visualise a USER ELEMENT with Abaqus Viewer?
(OP)
I have written a UEL that gives the behaviour of an element. The UEL is working. But in Abaqus Viewer, I cannot see the element, no field can be plot. Does anyone know what option or keyword I have to include to be able to view the element?
Thanks
Thanks





RE: How do I visualise a USER ELEMENT with Abaqus Viewer?
Vijay
RE: How do I visualise a USER ELEMENT with Abaqus Viewer?
To make the UMAT talk to the UEL and get the SDV, you ll need to write a COMMOM statement at the beginning of both subroutines that will include the values of the solution dep variables (SDV) for each element and each gauss point.
In the UMAT you put STRESS=0 and DDSDDE=0 and you just read what you get from the UEL as SDVs.
Hope the trick was understandable.
good luck if u need it