← Back to team overview

yade-users team mailing list archive

Re: [Question #681224]: how to view normal contact stiffness kn

 

Question #681224 on Yade changed:
https://answers.launchpad.net/yade/+question/681224

    Status: Open => Answered

Jan Stránský proposed the following answer:
Hello,

> contactPhysics->kn

this is C++ syntax. In Yade/Python, use something like
###
for i in O.interactions:
   print i.phys.kn
###

cheers
Jan

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.