← Back to team overview

yade-users team mailing list archive

Re: [Question #685279]: Error in using TriaxialStressController

 

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

    Status: Open => Answered

Robert Caulk proposed the following answer:
 "File "3axtst.py", line 32, in <module>
    internalCompaction=False,
AttributeError: No such attribute: goal."

Is telling you that at Line 32, it is encountering an attribute called
"goal", but there is no corresponding attribute in
TriaxialStressController.

I guess you are looking for goal1, goal2, and goal3 [1]

[1]https://yade-
dev.gitlab.io/trunk/yade.wrapper.html#yade.wrapper.TriaxialStressController

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