Skip to content

Unrealistic simulation of a soft finger: unit issue #2879

Discussion options

You must be logged in to vote

Hey @softrobotsfan
welcome on the SOFA GitHub discussion! Thanks for your interest and your positive feedback!

You did very well take care of units. However, I think I mis-explained this in the previous posts.
By using a mesh in mm, your LENGTH unit is now mm. You also have seconds for TIME and kg for MASS.

I think the error comes from the Young's Modulus which unit is : MASS / (TIME²⋅LENGTH)

  • In the IS unit it corresponds to ➡️ kg / ( s²⋅m) = [kg⋅m/s²] / m² = N / m² = Pa
  • with your units it corresponds to ➡️ kg / ( s²⋅mm) = [kg⋅mm/s²] / mm² = mN / mm² = kPa

Then youngModulus=1000 should give you the expected behavior. Note that the forces computed would therefore be in mN.
Does this make…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@hugtalbot
Comment options

@TeoREN0217
Comment options

@hugtalbot
Comment options

@TeoREN0217
Comment options

@RickYang1
Comment options

Answer selected by softrobotsfan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants