-
Notifications
You must be signed in to change notification settings - Fork 3k
Description
Hi everyone,
I want to do a deformable simulation in PyBullet using a Neo-Hookean model with known and "real-world-interpretable" physical parameters. In the examples provided in the repo, the parameters mu and lambda used are in the range 400 - 600, for example. This made me wonder in which units they actually are. I assume, that they are the Lamé parameters, i.e.
lambda = Enu/(1+nu)/(1-2nu)
mu = E /2/(1+nu)
with the Young's modulus E and the poisson ratio nu. Since E is usually in GPa and nu is in [0, 0.5], mu and lambda should be in the range of 1e9 Pa. The values described above would indicate that maybe mu and lambda are given in MPa, but this is just me guessing.
Are the units that are expected documented somewhere? Also, are mass in kg, and length in m? Since this will affect the density, this probably has a big impact on the simulation as well
Thank you in advance!