How to get cable force when actuated with displacement? #141
-
TL;DRIs there a way to get the cable force (tension) when valueType="displacement" in a CableConstraint object? DescriptionI'm doing a simulation on a cable-driven elastic object. Defined the elastic object with ElasticMaterialObject from stlib3.physics.deformable, and the cable using
Read the doc from here and figured out that either force or displacement can be solved. I'm wondering if there exists a way to actuate the elastomer with cable displacement, and get the solved cable tension force at the same time, sort of like a force sensor? Solution?Tried this and got output:
Can someone confirm if this is correct? Quinn |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes it is correct. You can access the read only data fields |
Beta Was this translation helpful? Give feedback.
Yes it is correct. You can access the read only data fields
force
anddisplacement
to get the actual/current value of both, either your input is a force or displacement.