-
Notifications
You must be signed in to change notification settings - Fork 19
Add Uniaxial compression into docs #600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I have solved the problem considering different neo-Hookean models but I couldn't find the one who gives me the cosserat stress tensor implemented in ONSAS. I have tried with: and Here are some useful identities that I have used: Ohh I think I found it: then Cosserat is: but in ONSAS we have: S = shear * ( eye(3) - invC ) + bulk * ( J * (J-1)* invC) ;with |
|
Excellent! You found the strain energy function, it is the isotropic term in Equation 2 in this paper. To obtain the cosserat derivative it could be useful to see that |
Co-authored-by: Jorge Pérez Zerpa <42485529+jorgepz@users.noreply.github.com>
Co-authored-by: Jorge Pérez Zerpa <42485529+jorgepz@users.noreply.github.com>
Co-authored-by: Jorge Pérez Zerpa <42485529+jorgepz@users.noreply.github.com>
Co-authored-by: Jorge Pérez Zerpa <42485529+jorgepz@users.noreply.github.com>
Co-authored-by: Jorge Pérez Zerpa <42485529+jorgepz@users.noreply.github.com>
Closes #599
Deploy: docs
Just a detail: PR number = 600 💯 🚀 🤓