How do I use the numerical blanket?

Asked by 孙灿

Now I need to use a numerical blanket, drop it on the package, and define the particles I touch as the topmost particles, but I don't find the relevant usage of the numerical blanket on the official website, how do I use it?

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Jan Stránský
Solved:
Last query:
Last reply:
Revision history for this message
Best Jan Stránský (honzik) said :
#1

Hello,

> ... a numerical blanket

for future readers and also readers not involved in the topic, please give some background, like where the term "numerical blanket" came from, i.e. [1].

> Now I need to use a numerical blanket

Do you need indeed?
It was just a brainstorming, what could be done, without any guarantee that it is easy or feasible or gives satisfactory results..

> but I don't find the relevant usage of the numerical blanket on the official website, how do I use it?

see above, I don't remember being used with Yade..

After quick search of "python simulation cloth falling on sphere", I have found e.g. [2].

Cheers
Jan

[1] https://answers.launchpad.net/yade/+question/702750
[2] https://github.com/Gan-Tu/Cloth-Simulator

Revision history for this message
孙灿 (suncan) said :
#2

Thank you for your reply.

>It was just a brainstorming, what could be done, without any guarantee that it is easy or feasible or gives satisfactory results..
I think I could think of it a different way and try to solve it using coordinates.

>After quick search of "python simulation cloth falling on sphere", I have found e.g. [2].
Unfortunately, I don't know why I can't open it.[2]

Revision history for this message
Jan Stránský (honzik) said :
#3

> I think I could think of it a different way and try to solve it using coordinates.

as discussed, there are many possible approaches

> Unfortunately, I don't know why I can't open it.[2]

I have no idea, it is just a link to a GitHub repository..

Cheers
Jan

Revision history for this message
孙灿 (suncan) said :
#4

Just now, I have solved this problem and got the coordinates of the top few layers.
Thank you for your help.

Cheers

Revision history for this message
孙灿 (suncan) said :
#5

Thanks Jan Stránský, that solved my question.