yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #21078
Re: [Question #685279]: Error in using TriaxialStressController
Question #685279 on Yade changed:
https://answers.launchpad.net/yade/+question/685279
Status: Open => Answered
Jan Stránský proposed the following answer:
Hello,
> NameError: name 'young' is not defined
>
> triax=TriaxialStressController(
> maxMultiplier=1.+2e4/young, # spheres growing factor (fast growth)
> finalMaxMultiplier=1.+2e3/young,
you use divide something by 'young' in TriaxialStressController, but you
did not say to Yade what 'young' is (by 'young = someValue' assignment)
cheers
Jan
--
You received this question notification because your team yade-users is
an answer contact for Yade.