You are here
Material Jacobian in UMAT
Normal
0
21
false
false
false
DE
X-NONE
X-NONE
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Normale Tabelle";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin-top:0cm;
mso-para-margin-right:0cm;
mso-para-margin-bottom:10.0pt;
mso-para-margin-left:0cm;
line-height:115%;
mso-pagination:widow-orphan;
font-size:14.0pt;
mso-bidi-font-size:13.0pt;
font-family:"Arial","sans-serif";
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:major-bidi;
mso-fareast-language:EN-US;
font-weight:bold;
mso-bidi-font-weight:normal;}
Hello,
I‘m trying to write a UMAT Subroutine for an isotropic NEO-HOOKE Material (compressible, hyperelastic). I‘ve found the paper „Writing User-Subroutines“ from the forum.
The paper gives me the fourth order tensor of the Material Jacobian C(4) (DDSDDE) specified for a NEO-HOOKE Material with respect to the deviatoric left Cauchy Green tensor Bdev. Now I‘m trying to understand how they derive the Material Jacobian C(4):
- Is there a formular to derive C(4) with respect to the deviatoric left Cauchy Green tensor Bdev? (I only find formulas with respect to the right Cauchy Green tensor C)?
- Does anybody have the calculation of C(4) with the steps of the calculation?
- What kind of Material Jacobian do they use (C(4)? C(4)iso? C(4)dev?...)?
- Why is the deformation gradient F symmetric in the UMAT-Code?
I‘ve searched the whole ABAQUS Documentation and a lot of Literature (Holzapfel, ….) but can‘t find answers to my questions.
I hope anybody can help me.
Thanks
Christof
- cclemen's blog
- Log in or register to post comments
- 11277 reads

Comments
Hyperelastic Material Jacobian in UMAT
Dear Christof
You can find the complete process of material Jacobian computation in the following paper:
"A FINITE ELEMENT IMPLEMENTATION OF KNOWLES STORED-ENERGY FUNCTION: THEORY, CODING AND APPLICATIONS"
You can easily google it and download it freely. Furtheremore, in case of anisotropic hyper elastic material you can use my recenty published paper. My paper link is :
http://www.sciencedirect.com/science/article/pii/S1751616115005032
Best regards.
Dear Afallah,
Dear Afallah,
thank you very much for your support. This paper helped a lot!
Regards
Christof
more on Neo-Hookean
Surf to
https://web.njit.edu/~sac3/Software.html
a website run by Prof. David Henann, Brown University,
and contact me privately to get a file
"A large deformation Neo–Hookean user material in ANSYS.pdf",
listing a code. I cannot find the button to upload it.
Good luck
Frank
Thanks a lot! The papers
Thanks a lot! The papers helped to solve my problems.
best regards