Hello everyone,
Abaqus has released new version which among other things allows user to delete element even when using abaqus standard. This feature was not present in earlier versions.
This post will help you in understanding how you may use this feature in abaqus now.
It is important to note that this feature requires following things.
Abaqus has released new version which among other things allows user to delete element even when using abaqus standard. This feature was not present in earlier versions.
This post will help you in understanding how you may use this feature in abaqus now.
It is important to note that this feature requires following things.
- Defining a control for the element deletion part which enables the element deletion feature, for example " *SECTION CONTROLS,ELEMENT DELETION=YES,MAX DEGRADATION=0.75,NAME=CONT" .
- You must use UMAT to define the constitutive behavior of the material.In doing so you will also have to define the damage criteria using damage varible D
- In input file you will also need to define the state variable which will correspond to the damage variable of the element.
"*Depvar, delete =10
20, "
tells that there are total of 20 state variables and if the value of SDV(10) is 1 for integration points of an element then that element is active and if all have value 0 then those element will be removed. - We also need to define output variable "Status" in the input file.
Well done kishan. Nice work .
ReplyDeleteIt was really very helpful
Hello kishan,
ReplyDeleteThank you very much, very helpful explanation. I am using Abaqus 18 with my own UMAT. as I read in the manual this feature is only available for Abaqus Explicit, is it right? Can you help me pls, I wanna to delete fully damaged elements with my own UMAT.
Regards,
Golnaz
Hi, dear Golnaz and Kishan
ReplyDeleteI am going to use the UMAT in Dynamic implicite, it will work?
Regards
Xin