yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #15679
Re: [Question #657637]: Applying confinement (rigid boundary) to a cylindrical sample
Question #657637 on Yade changed:
https://answers.launchpad.net/yade/+question/657637
Jan Stránský proposed the following answer:
Hi,
> O.forces.addF(f.id,preStress*a*n) --> I am confused about the
application of forces using the facetcylinder as a whole. The
(f.id,Prestress*a*n) used here is when we apply forces through each
facet.
You can apply force to the cylinder as a whole, but then it would not
apply confining pressure, but tried to move as a rigid body in the
direction of the force, so very different result than confining
boundary..
> In order to apply force from the facetcylinder as a whole (such that
each facet does the same) can I use: O.forces.addF(facets.id,0.20)
where, for e.g., 0.20 represents the magnitude of force(stress) applied.
no
- facets.id would give error as facets is a list of bodies, not body.
- O.forces.addF accepts vector, not only magnitude
Jan
--
You received this question notification because your team yade-users is
an answer contact for Yade.