Skip to content

Viscous friction ? #4659

Apr 17, 2024 · 13 comments · 7 replies
Discussion options

You must be logged in to vote

I figured out how to pass multiple parameters to the ContactResponse, they must actually be separated by an &, so instead of :

rootNode.addObject('CollisionResponse', name='Response', response='FrictionContactConstraint', responseParams=f'mu=0.,alpha={alpha}')

I need to write :

rootNode.addObject('CollisionResponse', name='Response', response='FrictionContactConstraint', responseParams=f'mu=0.&alpha={alpha}')

Replies: 13 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@bakpaul
Comment options

@aleblanc30
Comment options

@hugtalbot
Comment options

@aleblanc30
Comment options

Comment options

You must be logged in to vote
3 replies
@bakpaul
Comment options

@aleblanc30
Comment options

@aleblanc30
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by bakpaul
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants