Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
Issue in computing first invariant of cauchy-green tensor
Posted 23.01.2018, 09:43 GMT-5 Parameters, Variables, & Functions, Structural Mechanics Version 5.2a 5 Replies
Please login with a confirmed email address before reporting spam
I am trying to understand how COMSOL computes the invariants of the Cauchy-Green tensor, and I am getting errors that I cannot understand.
I worked through the equation view for the hyperelastic equation model, and identify the following workflow:
solid.I1Cel=solid.Cel11+solid.Cel22+solid.Cel33
solid.Cel11=(solid.Fiil11*solid.Cl11+solid.Fiil21*solid.Cl12+solid.Fiil31*solid.Cl13)*solid.Fiil11+(solid.Fiil11*solid.Cl12+solid.Fiil21*solid.Cl22+solid.Fiil31*solid.Cl23)*solid.Fiil21+(solid.Fiil11*solid.Cl13+solid.Fiil21*solid.Cl23+solid.Fiil31*solid.Cl33)*solid.Fiil31
...
solid.Cl11=solid.Fdlx1^2+solid.Fdly1^2+solid.Fdlz1^2
...
So that I understand the underlying math, I've created a variable set under the definitions of my component, copy-pasting and replacing each variable e.g.
I1Cel=solid.Cel11+solid.Cel22+solid.Cel33
then
Cel11=(solid.Fiil11*solid.Cl11+solid.Fiil21*solid.Cl12+solid.Fiil31*solid.Cl13)*solid.Fiil11+(solid.Fiil11*solid.Cl12+solid.Fiil21*solid.Cl22+solid.Fiil31*solid.Cl23)*solid.Fiil21+(solid.Fiil11*solid.Cl13+solid.Fiil21*solid.Cl23+solid.Fiil31*solid.Cl33)*solid.Fiil31
This works until I get to defining my own values for Cl11, Cl12, etc. When I create my own entries for these, instead of reproducing the same simulations, I get "No convergence", and I can't understand why.
I'm happy to provide any files, etc.
Thanks in advance