Hi
I am trying to implement Ogden material for my model. I already have a neo-hookean model implemented and to test my implementation of Ogden material, I plan to simplify it for N=1 and a=2 which then becomes the NH model, and compare the stresses.
Now, I already have the required tensors F(3,3) and C(3,3). But I am stuck at computing stretches from these. I understand that stretches are the eigenvalues of C and hence I use 'call EIG3(C, L, r)' to compute them and use these to calculate the corresponding principal stresses, but the solution explodes. The other way I tried is getting the stretch tensor by taking the square root of C, and then its eigenvalue but the solution still explodes.
Can someone help me with this?
Thanks in advance
Raghav