Units for Neo-Hookean Parameters #3443
florianHofherr
started this conversation in
General
Replies: 2 comments
-
Yes, mass is in kg and length in meter. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Why did you set 0.5? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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!
Beta Was this translation helpful? Give feedback.
All reactions