how to make a spherical polyhedra using Potential Blocks?

Asked by Liu Zhiruo

Hi,
I want to make a spherical polyhedron using Potential Blocks.But I haven't found a good way to get the value of the parameters a,b,c and d.How to solve this?
Thanks in advance.

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Vasileios Angelidakis
Solved:
Last query:
Last reply:
Revision history for this message
Best Vasileios Angelidakis (vsangelidakis) said :
#1

Hi Zhiruo,

There is no built-in function to do this for the Potential Blocks, but there is one for polyhedra, used in [1].
You can get the plane coefficients a,b,c,d like in [2] (answer #9).

Best Regards,
Vasileios

[1] https://gitlab.com/yade-dev/trunk/-/blob/master/examples/polyhedra/ball.py
[2] https://answers.launchpad.net/yade/+question/689434

Revision history for this message
Liu Zhiruo (luckyliu) said :
#2

Hi Vasileios ,
Thanks for your advice.I got it.