← Back to team overview

yade-dev team mailing list archive

[Bug 901146] Re: timestep-bug

 

>Then only particles with the minimum particle size (dia[0]) are
generated

There are so many parameters combinations in makeCloud that I overlooked one. How did you manage to hit the one that was not expected? ;)
2D/3D * periodic * num * poro * psdSizes * distributeMass * hSize = 2^7 = 128 possible usage (ok, some of them are forbidden).

It is fixed in r2980, thanks for notifying. Note that less particles
will be generated, this is expected behaviour (when num is defined, we
can generate the big ones first, else it is 100% stochastic and it is
more difficult to place big spheres).

-- 
You received this bug notification because you are a member of Yade
developers, which is the registrant for Yade.
https://bugs.launchpad.net/bugs/901146

Title:
  timestep-bug

Status in Yet Another Dynamic Engine:
  Fix Committed

Bug description:
  Timesteps increase potentially until the maximum of double is reached.
  The bug can be related to makeCloud and/or GlobalStiffnessTimeStepper.
  See attachment for further details. After generating the particle cloud click on "Play" button to see the effect.

To manage notifications about this bug go to:
https://bugs.launchpad.net/yade/+bug/901146/+subscriptions


References