Skip to content
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

IncompressibleLinearElasticity from tet-vs-hex not working #149

Open
ateixeira0163 opened this issue Nov 10, 2022 · 4 comments
Open

IncompressibleLinearElasticity from tet-vs-hex not working #149

ateixeira0163 opened this issue Nov 10, 2022 · 4 comments

Comments

@ateixeira0163
Copy link

Hi! Great work!
As the title said, I'm wanting to simulate and incompressible material and using NeoHookean with a high poisson ratio (0.48) seems to yield bad results. I've then seen that there's an option as IncompressibleLinearElasticity that was even used in the paper comparing tet and hex meshes, but the example showed doesn't work anymore and just changing from NeoHookean to IncompressibleLinearElasticity with nu = 0.5 yields a error with IPC : initial distance is 0, returning toi=0! until the whole thing crashes.

I imagine this is due to the updates made to the code, but, is there an example using IncompressibleLinearElasticity that I could see/use?
Thank you very much!

@danielepanozzo
Copy link
Collaborator

Afaik we do not have any IPC example that uses the IncompressibleLinearElasticity. We have not used that feature in a while. A possible workaround, which is easy to try, is to use higher-order basis. Quadratic or cubic basis behave much better than linear ones for a high poisson ratio.

@ateixeira0163
Copy link
Author

This is done by the ['space']['discr_order'] parameter?

@teseoch
Copy link
Member

teseoch commented Nov 11, 2022

Yes

@teseoch
Copy link
Member

teseoch commented Nov 11, 2022

If you are still struggling maybe you can share the whole log in debug or trace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants