Skip to main content

How to update solution-dependat variable (SVARS) during iterations

Submitted by haghighat on

Hello everyone,

 I am implementing a uel user subroutine in ABAQUS. This uel is for modeling contact in X-FEM framework. Thus, it's a nonlinear problem and I need to store some solution dependent variables during each iteration. I know I can store SDVs in SVARS. But this vector will update at the end of each step, and not during iterations. Anybody knows about this problem?

 I really appreciate if anybody can help me with this.

    Thanks

    Ehsan 

Hi Jiangping,

 I suggest first use UELMAT (the same as UEL without using UMAT) and verify that whether your user subroutine is working or not.

Second, only use UMAT and verify the subroutine.

Then, both togather must work.

This is the way that I always use.

Ehsan

Mon, 02/27/2012 - 16:13 Permalink