← Back to team overview

yade-users team mailing list archive

Re: [Question #248907]: Comparison of contact Law

 

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

    Status: Answered => Open

Luis Barbosa is still having a problem:
Hi Bruno, thanks for the answer.
Using the incremental form solved the warning.
But how can I print or plot the cohesion values?
In the question "Relationship between Material parameters and Interaction parameters", I saw:

def change_para():
    for i in O.interactions:
            coh0=i.phys.normalAdhesion
            print "cohension:",coh0
change_para()

I'm trying some variations of this example, but appears this:
    for i in O.interactions:
       ^
Indentation Error: expected an indented block

Thanks!

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.