← Back to team overview

yade-users team mailing list archive

Re: [Question #655866]: Rel. to Uniaxial test

 

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

    Status: Open => Answered

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

5) this is Python related. bb is a Python dict. It has string keys. so
it should be bb['negIds'] or bb["negIds"], not bb[`negIds´] (some not
valid quotation marks)

concerning what it means, you can have a look at docs [1] or source code
[2]. It takes all particles and determines which are "boundary", what
crosssection the specimen has etc.

cheers
Jan

[1] http://yade-dem.org/doc/yade.utils.html#yade.utils.uniaxialTestFeatures
[2] https://github.com/yade/trunk/blob/master/py/utils.py#L537

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