Issue with Mooney Rivlin Material
Hi George,
I'm using Mooney Rivlin Material from the literature. My issue is that my material deformation is linear, but it should be non-linear. I'm now starting to mistrust that I set up everything correctly. Is the following correct:
This is the input from the literature:
<?xml version="1.0" encoding="UTF-8"?>
This is my unit-system:
And this are my material cards:
What I'm not 100% sure. Is the calculation C1-> mue1 and C2->mue2 correctly done? Are mue1 and mue2 really unit independent?
Best regards,
J
Answers
-
0
-
Do you have a stress-strain curve?
If yes, use LAW 69 directly, instead.
0 -
Hi Prakash,
Thanks a lot for the reply. Do you have an explanation why I don't get a non-linear angle to moment curve when I bend a block of this material. When you look at the image, this is what someone got with abaqus. On the left side the 2nd curve from the top is with the mue1 and mue2 constants that I showed you here. But in my case when I work with the same constants my disc stays always linear (only stiffness changes).
Best, J
0 -
Hi J
There can be lot many reasons for that to happen i hope BC remains the same you may first check whether in abaqus they included plane shear, bilnear and axial all three of the data and check whether you missed any of this data.
0 -
In Abaqus are you using Ogden-Mooney (nonlinear) or just Mooney(Linear)?
Can you share the material and parameters from Abaqus?
0 -
0
-
That would be very nice! Thanks a lot!
0 -
Hi Prakash,
Do you have any news on the topic?
Best, J
0 -
Hi
Yes, I will share a doc soon with you
0 -
Cool, thanks!
0 -
0
-
Hmm, is there a simple way to adapt the files without being expert with user-defined materials? Or is there no way around to work deeply into this topic?
Thanks for your help, Best,
Jonas
0 -
Hi Jonas,
This is same as Abaqus VUMAT, rest is copy and paste of the FORTRAN script,
0 -
Hi Prakash,
Hmm.. I tried to go thru the ppt-presentation step-by-step. However, it is quite difficult, since I don't have any background information about what I'm really doing with all these environment variables, and scripts, ect... for example I stuck at slide 28.. how do I generate this dll file? Is there a documentation that shows it a bit more precise?
And could you also explain me the basic principle: Is it correct that I write a user subroutine (using Fortran coding syntax) that has certain input and output variables? I then have to define in my engine file which elements are computed by this subroutine and also have to define the input variables ? The solver than calls at every iteration the subroutine (using the provided subroutine arguments and uses itself the outputs to continue the computation)?
0