displacement

Asked by 403175147

Hi
       I would like to use the manifold cover concept of the numerical manifold method in YADE, So I want to know the particle displacement function source code. It is that displacement function is the function used to represent the particle movement. Which is the source of displacement function of particle motion in yade? What information do I need to learn?

Question information

Language:
English Edit question
Status:
Answered
For:
Yade Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Anton Gladky (gladky-anton) said :
#1

Hi,

I am not sure, that my answer will be useful. Please, have a look at
newtonintegrator [1]. Maybe it will give you some ideas.

[1] https://github.com/yade/trunk/blob/master/pkg/dem/NewtonIntegrator.cpp#L227

Anton

2013/11/28 pingyang.1019@163.com <email address hidden>:
> I would like to use the manifold cover concept of the numerical manifold method in YADE, So I want to know the particle displacement function source code. It is that displacement function is the function used to represent the particle movement. Which is the source of displacement function of particle motion in yade? What information do I need to learn?

Revision history for this message
403175147 (yanfb-1019) said :
#2

thank you

At 2013-11-28 14:46:16,"Anton Gladky" <email address hidden> wrote:
>Question #239945 on Yade changed:
>https://answers.launchpad.net/yade/+question/239945
>
> Status: Open => Answered
>
>Anton Gladky proposed the following answer:
>Hi,
>
>I am not sure, that my answer will be useful. Please, have a look at
>newtonintegrator [1]. Maybe it will give you some ideas.
>
>[1]
>https://github.com/yade/trunk/blob/master/pkg/dem/NewtonIntegrator.cpp#L227
>
>Anton
>
>
>2013/11/28 pingyang.1019@163.com <email address hidden>:
>> I would like to use the manifold cover concept of the numerical manifold method in YADE, So I want to know the particle displacement function source code. It is that displacement function is the function used to represent the particle movement. Which is the source of displacement function of particle motion in yade? What information do I need to learn?
>
>--
>You received this question notification because you are a member of
>yade-users, which is an answer contact for Yade.
>
>_______________________________________________
>Mailing list: https://launchpad.net/~yade-users
>Post to : <email address hidden>
>Unsubscribe : https://launchpad.net/~yade-users
>More help : https://help.launchpad.net/ListHelp

Revision history for this message
Jérôme Duriez (jduriez) said :
#3

Hi,

I just discovered this manifold numerical method you spoke about. It seemed to me as having, at least some, common features with FEM. So, I do not know if it would be possible for you to use it with Yade.
In Yade, particles move according to contact forces (from other particles), computed with force-displacement contact laws. For more details, give maybe a look to Yade documentation (part "DEM background").

Can you help with this problem?

Provide an answer of your own, or ask 403175147 for more information if necessary.

To post a message you must log in.