Skip to main content

VUMAT

VUMAT user subroutine dealing with several integration points

Submitted by Manaliac on

Hello All,

 

I have some questions concerning the VUMAT subroutine, I run successfully an
analysis on one element with one integration point,

so my first question is how to code for several integration points (
nblock concerns only the material points not the integration points)?


My second question is how to write for datas dependent of temperature (like Young and shear modulus)??


Thank you all for your answers.




Manal

How to Assign Initial Solution-dependent State Variable to VUMAT

Submitted by gnoij on

Hi everyone,

      I just constructed a VUMAT which including 3 state dependent variables ( nstatev =3 ), let say these three state dependent variables each have a initial value of 10, 20 and 30, may I know how to assign these initial values into the simulation or VUMAT?

      So far I follow the manual to assign the initial value via input file with material properties command as below (the line started with "*Initial Conditions" is line 361):

Defining density as a solution dependent variable in VUMAT (Abaqus/Explicit)?

Submitted by Shunlai.Zang on

Hi All,

I am trying to simulate tooth deformation. It involves that the density of tooth changes with deformation. I want to know is it possible to define density as a solution dependent variable in VUMAT?

 Thank you in advance!

 Shunlai

Mixed hardening Amstrong-Frederick and Ludwik J2 plasticity model VUMAT implementation

Submitted by bitamendi on

Hi, I’m trying to implement a mixed hardening J2 plasticity model. The idea is to use the Ludwik law to represent the isotropic hardening and the Amstrong-Frederick law for the kinematic hardening, both combine in a J2 classic von Mises model.

 

I need some advice for the return mapping algorithm.

 

Once that I have check that the elastic trial state is not plastically admissible I have to solve a three equation system, where the first two are a tensor equations and the third one is the J2 yield function equation.

 

Setting Simple Compression Test In VUMAT

Submitted by gnoij on

Hi, i am trying to test a bulk metallc glass VUMAT with a simple compression test simulation. But since VUMAT is a Abaqus Explicit subroutine, that means I must set my compression simulation with setting of Abaqus Explicit right? So far I only have the experience in conducting compression test simualtion using ABAQUS Standard setting like static general step and surface-to-surface contact (standard). I don't know how to set up a simple compression test simulation with Abaqus Explicit settings, can anyone help me please?

Thanks and regards.

Siple Compression Test With Abaqus Explicit

Submitted by gnoij on

Hi, i am trying to test a bulk metallc glass VUMAT with a simple compression test simulation. But since VUMAT is a Abaqus Explicit subroutine, that means I must set my compression simulation with setting of Abaqus Explicit right? So far I only have the experience in conducting compression test simualtion using ABAQUS Standard setting like static general step and surface-to-surface contact (standard). I don't know how to set up a simple compression test simulation with Abaqus Explicit settings, can anyone help me please?

Thanks and regards. 

ABAQUS user material subroutine VUMAT and Eulerian mesh...

Submitted by fred254 on

Hi there,

 Has anyone ever used a vumat subroutine with Eulerian elements? it seems that the stress update formulation is different from the way it is in Lagrangian approach! If you have any experience in this regard I'd highly appreciate if you share it with me.

 thanks

Plasticity Data in Vumat

Submitted by bornvirgo85 on

Hello everyone,

  I am using a VUMAT with isotropic hardening in my three dimensional model. Can someone tell me how is plasticity data passed into this subroutine? In VUMAT for kinematic hardening we define the yield stress and hardening modulus along with E and poisson's ratio in *User Material. I did not find any isotropic hardening VUMAT examples in manual. Do we define the hardening modulus or the yield stress-plastic strain data in isotropic hardening VUMAT? I will be really thankful if anyone can help me.

 

Thank you

Swapnil

how can I link vumat to cohesive elemet

Submitted by wangyun on

hi,

    recently,i want to write a delamination law using vumat,but coh3d8 element with  a traction-separation has s33,s13,s23.in vumat,stressold(nblock,ndir+nshr),i don't kown if s33 is  correspond to stressold(nblock,3),and if s23 is  correspond to stressold(nblock,5),

   i hope someone can help me.