yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #06120
Re: [Bug 672623] [NEW] NozzleFactory: miss density in the inertia calculation
Hi Sergei (Sorry Anton ;-))
It seems the author (Kovthanan) has left some TODO's in many places (the
random distributions have to be implemented everywhere, see e.g. line
37, for now it's all hardcoded or uniform).
Maybe he is still working on it? Hard to guess. For some reasons, I
can't find any trace of him in yade lists.
So, I'd say either the author is still around and will reply to your
email, or this thing is declared orphan and you are welcome to
fix/improve it. Cheers.
--
NozzleFactory: miss density in the inertia calculation
https://bugs.launchpad.net/bugs/672623
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
Status in Yet Another Dynamic Engine: New
Bug description:
NozzleFactory.cpp line 79 should be:
state->inertia=(2./5.)*vol*r*r*material->density*Vector3r::Ones();
Furthermore, NozzleFactory.cpp line 64: hardcoded velocity - seems not good idea...
On the future:
1. can I commits such bugs by myself or better to make bug reports?
References