Using UMAT - Ductile damage evolution in tensile test
Using UMAT - Ductile damage evolution in tensile test
(OP)
Hello everyone.
I recently started to use Abaqus 6.10 and I want to simulate the evolution of continuum ductile damage variable in a tensile test.
I've already obtained the materials properties with experimental tests and I know what model to use (see this paper: http:/ /www.scien cedirect.c om/science /article/p ii/S001379 4407003980).
My problem is how do I put the UMAT subroutine into the GUI. Where do I have to tell the solver to use my subroutine to calculate the damage variable and the new stress and strain tensors?
Thanks for your help.
I recently started to use Abaqus 6.10 and I want to simulate the evolution of continuum ductile damage variable in a tensile test.
I've already obtained the materials properties with experimental tests and I know what model to use (see this paper: http:/
My problem is how do I put the UMAT subroutine into the GUI. Where do I have to tell the solver to use my subroutine to calculate the damage variable and the new stress and strain tensors?
Thanks for your help.





RE: Using UMAT - Ductile damage evolution in tensile test
abaqus job=<.inp-file> user=<.f-file>
You need to have the intel fortran compiler installed.
If you want to, you can send variables to the UMAT when it's called. These you can enter in the GUI, MATERIAL/GENERAL/USER MATERIAL/MECHANICALL CONSTANTS. (But if it's your Fortran code and only one user, you can also just put them in the .f
RE: Using UMAT - Ductile damage evolution in tensile test
there is two ways to use Umat with abaqus
first is using the abaqus command, you should write the following in the command lines..
abaqus job=(name of your .inp file) user=(name of your Umat)
another way is with abaqus cae, in the part of material you property , in material manager you must select the User Material option, then you need enter you state variables. when your create you job in the windows "Edit Job" you need load you user material file with the "select" buttom...if it isn't clear for you, you can contact with me and i help you...