Answered
0
0

Is there a time-based (not damage-based) deletion/deactivation of elements in every time increment during a step? How can we define it, is there a subroutine for this?

  • You must to post comments
Best Answer
0
0

Hi,

You can use UMAT and VUMAT subroutines to solve your problem. If you need more information and how to use the UMAT subroutine for your current problem, refer to this link:

UMAT Subroutine (VUMAT Subroutine) introduction

Also, you can use the USDFLD subroutine because you have access to the element number there. I think it would be easier to use this subroutine because you don’t need to define material properties. Just put some conditions time-based, damage-based, etc. and delete any elements you want according to the conditions you have defined. Note that mesh deletion in the USDFLD subroutine is available only from the Abaqus 2017 version onwards. Refer to this link for the USDFLD subroutine: Introduction to USDFLD and VUSDFLD Subroutine

I hope I could have helped you.

Best luck.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.