bvrm22
Industrial
- Oct 24, 2013
- 7
Hi,
I was wondering about the following:
When implementing a simple visco-elastic material model in the UMAT subroutinge, the Abaqus subroutine manual uses the centralized integration scheme to discrtetize the ordinary differential equation. This is actually an explicit integration scheme which is applied.
Now I was wondering if it is worthed to implement a IMPLICIT integration scheme to calculate the updated stress in the subroutine. I already use dynamic implicit solving for the general simulation process.
If implicit solving of the ode to find the stress updates is worthed, can someone help me to point a implementation of eg. backward euler with newton iteration in Fortran code?
Thanks in advance.
Kind regards
bvrm
I was wondering about the following:
When implementing a simple visco-elastic material model in the UMAT subroutinge, the Abaqus subroutine manual uses the centralized integration scheme to discrtetize the ordinary differential equation. This is actually an explicit integration scheme which is applied.
Now I was wondering if it is worthed to implement a IMPLICIT integration scheme to calculate the updated stress in the subroutine. I already use dynamic implicit solving for the general simulation process.
If implicit solving of the ode to find the stress updates is worthed, can someone help me to point a implementation of eg. backward euler with newton iteration in Fortran code?
Thanks in advance.
Kind regards
bvrm