← Back to team overview

yade-users team mailing list archive

Re: [Question #219532]: Keep confinement stress constant in triaxial test

 

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

    Status: Open => Answered

Kneib François proposed the following answer:
Hi,

You should remove the comas :
triax.sigma1=100000
triax.sigma2=0
triax.sigma3=100000

instead of :
triax.sigma1=100000,
triax.sigma2=0,
triax.sigma3=100000,

If you just write "sigma1=100000" in your script, then sigma1 is just a
global python variable and its normal that this has no effect on the
ThreeDTriaxialEngine.

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