Skip to main content

UMAT

UMAT subroutine in ABAQUS for elasto-plastic cyclic loadings

Submitted by bojan on

I want to implement the elasto-plastic model for cyclic loadings (I suppose
something like chaboche) into the UMAT subroutine in my ABAQUS  model ,
but I haven't enough knowldge for do this. I read some book like mechanichs of solid materials but i don't understand how to implement my constitutive law into the subroutine. until the load is static i don't have many problems, but when i work with cyclic load I'm non able to generate a cyclic increments of plastic behaviou.

UMAT: Calling a another subroutine in UMAT, Errors during job execution

Submitted by Andreas Burger on

Hi,



I am in process of implementing the Bergstroem-Boyce Model. In a first
step I am just considering the hyperlastic part of it (Network A:
8-chain). I have implemented this part in a UMAT using a numerical
approach for the elasticity tensor (Forward Difference Approximation
with perturbation of F).



I have two problems:



1.

------------------------

In order to keep my UMAT as easy to read as possible I have tried to keep the FDA in a separate file using



call KFDA_Jaumann(dfgrd1,......)

stepTime vs. totalTime in VUMAT

Submitted by fred254 on

Hi

I’m trying to develop a VUMat routine so I’ve already
started to learn its features. I recently got this problem that what exactly
the variable stepTime means! I created a model with 3 steps including the initial
step and I coded my routine somehow that when the stepTime is equal to 0 it
prints something into a file. Surprisingly only once in whole analysis the
stepTime would be 0 and that’s exactly at the beginning of the analysis when
totalTime is in fact 0. Could anyone please explain why this happens?

 

Thanks

About the polycrystal plasticity

Submitted by Yuanpei Duan on

Hi everyone,

I am trying to build polycrystal plasticity model  by using UMAT subroutine in ABAQUS. As we know, the orientation of grain is always espressed by Euler's angles. What I want to know is  how to assign different initial orientations to different grains using Euler's angles in Umat subroutine. Could anybody tell me how to do? Is there any example ?

Many Thanks,

Yuanpei

Extended Chaboche viscoplastic model for cyclic loading

Submitted by Fatigueless on
Choose a channel featured in the header of iMechanica

These days I've been applying oneself to implement the Chaboche viscoplastic model in ABAQUS user-subroutine for simulating the cyclic loading in single crystals.

The procedure can easily get out. I'm not sure about the problem, the deduction of Jacobian, the convergence? 

Btw, I know there is free subroutine for crystal plasticity by Huang YG. I wonder if the UMAT routine for chaboche model is available, then I can generalize it to fit for my case.

Sharing ABAQUS UMAT and VUMAT subroutines

Submitted by azadpoor on
Choose a channel featured in the header of iMechanica

I have noticed that a lot of people are using UMAT and VUMAT material model
subroutines for their researches. However, most of these subroutines do not
find their way to free code market and remain in the hands of the developers.
Therefore, a lot of wheel re-inventing has to be done by other people. Since
development and testing of a material subroutine takes a damn long time, I
think it is a good idea if each of us can share the subroutines she has
developed with the others. I know that a couple of subroutines are publicly

Sharing ABAQUS UMAT and VUMAT subroutines

Submitted by azadpoor on

I have noticed that a lot of people are using UMAT and VUMAT material model
subroutines for their researches. However, most of these subroutines do not
find their way to free code market and remain in the hands of the developers.
Therefore, a lot of wheel re-inventing has to be done by other people. Since
development and testing of a material subroutine takes a damn long time, I
think it is a good idea if each of us can share the subroutines she has
developed with the others. I know that a couple of subroutines are publicly