yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #06095
Re: [Question #199514]: Periodic triaxial test example in chapter 2 does not work
Question #199514 on Yade changed:
https://answers.launchpad.net/yade/+question/199514
Status: Answered => Open
liucheng83 is still having a problem:
Hello, Bruno
I try the fllowing scripts, but found the result of O.periodic is False, can anybody tell me why? Thank you !
---------------
sp=pack.SpherePack()
c1=pack.SpherePack([((0,0,0),.1),((.15,0,0),.05),((0,.1,0),.05)])
# make cloud using the configuration c1 (there could c2, c3, ...; selection between them would be random)
sp.makeClumpCloud((0,0,0),(2,2,2),[c1],periodic=True)
sp.toSimulation()
O.periodic
---------------
I think it maybe something wrong with the function makeClumpCloud(...,,periodic=True)
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.