yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #10049
[Bug 1229783] Re: Loading clumps takes too much time
> Why do we need to discretize the cell? Is it possible just to go through all
> spheres and to summ m*r^2 of each sphere?
Yes and no.
For non-intersecting clump members,it is done this way (see Clump.cpp
lines 179 - 190).
For intersecting clump member, it will be wrong, because masses are
considered multiple for intersecting parts.
--
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
https://bugs.launchpad.net/bugs/1229783
Title:
Loading clumps takes too much time
Status in Yet Another Dynamic Engine:
In Progress
Bug description:
The examples/packs/packs.py hangs in line 46 [1] because
of appendClumped command.
Changing it to "append" fixes the problem. So, it seems,
appendClump has infinite loop somewhere.
[1]
https://github.com/yade/trunk/blob/master/examples/packs/packs.py#L46
To manage notifications about this bug go to:
https://bugs.launchpad.net/yade/+bug/1229783/+subscriptions
Follow ups
References