yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #25989
[Question #698247]: The size of the function aabbDim() is not calculated correctly
New question #698247 on Yade:
https://answers.launchpad.net/yade/+question/698247
I use the aabbWalls to generate 6 walls enclosing the packing, the ids of walls are 0-5. After isotropic compression, I use aabbDim() to calculate the dimensions of the axis-aligned. I find out that they doesn't equal to O.bodies[1].state.pos[0]-O.bodies[0].state.pos[0], O.bodies[3].state.pos[1]-O.bodies[2].state.pos[1] and O.bodies[5].state.pos[2]-O.bodies[4].state.pos[2]. Thus, the result of function porosity() isn't right. Am I right? Thank you!
--
You received this question notification because your team yade-users is
an answer contact for Yade.