Re: [Yade-users] [Question #691548]: periodic boundary in axial direction for particles in cylinder pipe

2020-06-29 Thread Son Tung Dang
Question #691548 on Yade changed: https://answers.launchpad.net/yade/+question/691548 Status: Answered => Solved Son Tung Dang confirmed that the question is solved: I got it. Thank you for your time and effort. All best, Tung -- You received this question notification because your team y

Re: [Yade-users] [Question #691548]: periodic boundary in axial direction for particles in cylinder pipe

2020-06-29 Thread Jan Stránský
Question #691548 on Yade changed: https://answers.launchpad.net/yade/+question/691548 Status: Open => Answered Jan Stránský proposed the following answer: > how can I modify the size of periodic cell? O.cell.setBox(x,y,z) # [1] but the cell size has no effect on this "4 pieces problem" if t

Re: [Yade-users] [Question #691548]: periodic boundary in axial direction for particles in cylinder pipe

2020-06-29 Thread Son Tung Dang
Question #691548 on Yade changed: https://answers.launchpad.net/yade/+question/691548 Status: Answered => Open Son Tung Dang is still having a problem: I got it. Thanks! Could you please tell me how can I modify the size of periodic cell? In addition, It also have the same observation as yo

Re: [Yade-users] [Question #691548]: periodic boundary in axial direction for particles in cylinder pipe

2020-06-29 Thread Jan Stránský
Question #691548 on Yade changed: https://answers.launchpad.net/yade/+question/691548 Status: Open => Answered Jan Stránský proposed the following answer: The split in 4 pieces is perfectly OK because for the visualization purposes, the true position is wrapped into the periodic cell. If you

Re: [Yade-users] [Question #691548]: periodic boundary in axial direction for particles in cylinder pipe

2020-06-29 Thread Son Tung Dang
Question #691548 on Yade changed: https://answers.launchpad.net/yade/+question/691548 Status: Needs information => Open Son Tung Dang gave more information on the question: Hi Jan. Thank you for your comment. I have a cylinder splitting in 4 pieces. And it is a strange result I observed. All

Re: [Yade-users] [Question #691548]: periodic boundary in axial direction for particles in cylinder pipe

2020-06-29 Thread Jan Stránský
Question #691548 on Yade changed: https://answers.launchpad.net/yade/+question/691548 Status: Open => Needs information Jan Stránský requested more information: Hello, why exactly you find the results strange (cylinder split in 4 pieces, ...)? What exactly are actually "results" (GUI view, s

[Yade-users] [Question #691548]: periodic boundary in axial direction for particles in cylinder pipe

2020-06-26 Thread Son Tung Dang
New question #691548 on Yade: https://answers.launchpad.net/yade/+question/691548 Hi. I would like to set up the periodic boundary condition for cylinder pipe. I read some test cases given in examples folder. But most of them are in a box. I try to set up a test case as, #!/usr/bin/python # -*-