siconos / siconos-tutorials

Tutorials and examples of simulations using the siconos platform
Apache License 2.0
6 stars 2 forks source link

Help with the Masonry Arches example #6

Open Astcort opened 5 months ago

Astcort commented 5 months ago

Dear Siconos team,

I am interested in simulating dense assemblies of rigid bodies with different friction coefficients. As an early test, I have tried to simulate the Masonry Arches, with a friction coefficient of 0.2 to make it collapse, but I am struggling a bit with all the options Siconos provides. So far, I have tried

Would you have some recommendations/rules of thumb regarding the solver and parameters to use in these kind of scenarios? Thanks!

vacary commented 4 months ago

Regarding Newton's methods in Siconos, I assume you used SICONOS_FRICTION_3D_NSN_AC . Instead, use SICONOS_FRICTION_3D_NSN_AC_TEST which is often more robust.

Generally speaking

If you want to use or benchmark the solvers in another application, it is possible to output problems in hdf5 format using fclib to write https://frictionalcontactlibrary.github.io.

It would be great to contribute to the problem library from your software.

Astcort commented 4 months ago

Dear Vincent,

Thank you for your answer! The SICONOS_FRICTION_3D_NSGS is the one that is working the best for now. I will get back to you when we run more test cases! We're also working on an interior point method, we'll get back to you when we release the code.