← Back to team overview

yade-dev team mailing list archive

Re: May I have the details of the calculated process

 

Hi,

have you read https://www.yade-dem.org/sphinx/ ?

https://www.yade-dem.org/sphinx/yade.wrapper.html?highlight=insertionsortcollider#yade.wrapper.InsertionSortCollider


It is very useful. To be honestly, at the beginning stage you do not
actually need to dive into InsertionSortCollider. It is for handling
interactions between bodies in simulation. You just need to add it to the
list of your engines. See examples in ./examples/ directory and you will get
an idea how to create and simulation. If you concretize your task, maybe you
will get more valuable advices.

Have a luck!

Cheers,
Anton



2010/9/9 焦利青 <jiaoliqing@xxxxxxx>

> Hello,
>
> I am a yade user. But I have a strong background of C++, and I have learned
> Python for the Yade. So I should know *the details of calculated process*,
> especially for the  part of Engine. May I have your help?
> I checked the .py files. The Engine should contain the parts as follow:
> ForceResetter(), BoundDispatcher(), InsertionSortCollider(),
> InteractionDispatchers(), NewtonIntegrator(). Maybe it can involve more, but
> they are necessary for the calculation. I have read the Vaclav Smilauer's
> PhD thesis. But, I still cannot understand the *InsertionSortCollider()*.
> If someone know the theory in this function, Could you help me to send the
> files to me. I will appreciate you. Thank you so much.
>
> Best wishes
> Liqing
>
>
>
> ------------------------------
> 您想拥有和网易免费邮箱一样强大的软件吗? <http://qiye.163.com/?163>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-dev<https://launchpad.net/%7Eyade-dev>
> Post to     : yade-dev@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~yade-dev<https://launchpad.net/%7Eyade-dev>
> More help   : https://help.launchpad.net/ListHelp
>
>

References