Replies: 1 comment 7 replies
-
Hi, The idea of elastoplastic / viscoplastic rods is very interesting! I believe the most principled approach would be to use strain limits rather than angle limits because in the case of nonlinear deformations it's not possible (or very hard) to separate twisting and bending deformations by looking at angles, whereas it's automatic in the strains. As you are suggesting, one possibility is indeed to update If you instead need to more properly integrate the new states, a little more work might be needed, but it's also doable. Are you thinking about rate-dependent or independent plasticity? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm trying to use MuJoCo for bending process simulation of metal wires and rods.
Therefore i want to start working on an elastoplastic plugin based on the new the elastic cable plugin to implement plastic deformations.
My idea of a very simplified plastic deformation cable model is to add bending & twisting angle limit values to the material parameters, that will be used to conditionally change the initial omega values towards the actual omega values of the model.
Is this approach of altering the initial omega values at simulation time possible ?
The implementation of nonlinear material parameters (stress-strain table) would be the next step then...
Beta Was this translation helpful? Give feedback.
All reactions