Re: [Yade-users] [Question #697260]: are the vertices of the cell the center of the sphere

2021-05-27 Thread Zhicheng Gao
Question #697260 on Yade changed: https://answers.launchpad.net/yade/+question/697260 Status: Answered => Solved Zhicheng Gao confirmed that the question is solved: Thank you Robert, this solved problem. -- You received this question notification because your team yade-users is an answer co

Re: [Yade-users] [Question #697260]: are the vertices of the cell the center of the sphere

2021-05-27 Thread Robert Caulk
Question #697260 on Yade changed: https://answers.launchpad.net/yade/+question/697260 Robert Caulk proposed the following answer: Hello, getVertices() returns directly the body ids of the constituent vertices. [1]https://www.yade- dem.org/doc/yade.wrapper.html#yade.wrapper.FlowEngine.getVertices

Re: [Yade-users] [Question #697260]: are the vertices of the cell the center of the sphere

2021-05-27 Thread Zhicheng Gao
Question #697260 on Yade changed: https://answers.launchpad.net/yade/+question/697260 Zhicheng Gao posted a new comment: Dear Robert, Thank you for your answer. Whether function flow.getVertices(cellid) returns the coordinates of four vertices, so how can I get the id of the sphere from the cent

Re: [Yade-users] [Question #697260]: are the vertices of the cell the center of the sphere

2021-05-27 Thread Robert Caulk
Question #697260 on Yade changed: https://answers.launchpad.net/yade/+question/697260 Status: Open => Answered Robert Caulk proposed the following answer: Hello, >Is the cell of the engine formed with the center of four spheres as the vertex? If so, can I get the four spheres that formed the

Re: [Yade-users] [Question #697259]: What are the forces on the particle from function O.forces.f()

2021-05-27 Thread Zhicheng Gao
Question #697259 on Yade changed: https://answers.launchpad.net/yade/+question/697259 Status: Answered => Solved Zhicheng Gao confirmed that the question is solved: Thank you for your answer, which also brings me some ideas to solve the problem -- You received this question notification bec

Re: [Yade-users] [Question #697021]: Model does not run properly with the source code version

2021-05-27 Thread Launchpad Janitor
Question #697021 on Yade changed: https://answers.launchpad.net/yade/+question/697021 Status: Needs information => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Needs information' state without activity for the last 15 days. -- You rec

Re: [Yade-users] [Question #697259]: What are the forces on the particle from function O.forces.f()

2021-05-27 Thread Jan Stránský
Question #697259 on Yade changed: https://answers.launchpad.net/yade/+question/697259 Status: Needs information => Answered Jan Stránský proposed the following answer: In such a simple case, you can test it yourself: ### b = sphere((0,0,0),1) O.bodies.append(b) O.forces.setPermF(0,(1,2,3)) O.

Re: [Yade-users] [Question #697259]: What are the forces on the particle from function O.forces.f()

2021-05-27 Thread Zhicheng Gao
Question #697259 on Yade changed: https://answers.launchpad.net/yade/+question/697259 Zhicheng Gao posted a new comment: Thank you for your response. The problem is that I apply a force on a body via function O.forces.setPermF(), and then I use function O.forces.f() to get the resultant force