Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using UMAT - Ductile damage evolution in tensile test

Status
Not open for further replies.

tsiloufas

Mechanical
Joined
Jan 23, 2012
Messages
4
Location
BR
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:
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.
 
As far as I know, the only way is to use the command line:

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
 
Hi
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...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top