yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #05879
Re: [Question #194918]: change blockedDOFs of utils.box
Question #194918 on Yade changed:
https://answers.launchpad.net/yade/+question/194918
Anton Gladky proposed the following answer:
Your box is not actually a box, but square:
> id_box = O.bodies.append(utils.box((0,0,0),(1,1,0),material=WallMat))
I do not know, whether it is legal.
The second thing is that the center of your sphere is the in the
center of the square:
> O.bodies.append(utils.sphere([0,0,0], material=SphereMat, radius=.4))
It can cause problems.
I am not sure, whether blockDOFs works correctly with boxes.
Anton
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.