Unit of restlength when adding passive spring
Posted: Wed Aug 24, 2022 6:16 am
As described in https://simtk-confluence.stanford.edu:8 ... pathspring, these are the information needed when adding a passive spring to the model.
name = 'BiarticularSpringDamper'
restLength = 0.4
stiffness = 10000.0
dissipation = 0.01
pathSpring = modeling.PathSpring(name,restLength,stiffness,dissipation)
My question: What is the unit of the restlength? Is it in metre? How do we decide the restlength of the passive spring?
name = 'BiarticularSpringDamper'
restLength = 0.4
stiffness = 10000.0
dissipation = 0.01
pathSpring = modeling.PathSpring(name,restLength,stiffness,dissipation)
My question: What is the unit of the restlength? Is it in metre? How do we decide the restlength of the passive spring?