05 August 2015 4 7K Report

Hello,

I'm trying to implement a UMAT for an incompressible Mooney-Rivlin (MR) material model (strain energy = c10*(inv1-3)+c01*(inv2-3)). I know that I need to use hybrid elements since I have incompressibility. What I cannot understand is how to incorporate the hydrostatic pressure within my subroutine.

The Kirchhoff stress tensor (KST) looks something like this:

KST = KST_MR - p I, where KST_MR is the Kirchhoff stress that stems from the MR strain energy, p is the hydorstatic pressure and I is the second order identity.

How should I define the pressure in the subroutine such that, as stated in the UMAT manual, "Abaqus/Standard replaces the pressure stress calculated from your definition of STRESS with that derived from the Lagrange multiplier and will modify the Jacobian appropriately."?

Thank you very much in advance and please let me know if there's anything I can clarify further.

PS: The reason I'm using a UMAT instead of a UHYPER is that I'm going to extend the MR with additional terms such that I have transversely isotropic material model at the end.

Similar questions and discussions