← Back to team overview

yade-users team mailing list archive

Re: [Question #688653]: How to make the boundaries flexible?

 

Question #688653 on Yade changed:
https://answers.launchpad.net/yade/+question/688653

    Status: Answered => Open

ehsan benabbas is still having a problem:
As the facet elements are flexible, isn't it possible to define the box
(walls) with facets? Something like:

# create box with free top, and ceate loose packing inside the box
from yade import pack, plot,qt
fIDSI=O.bodies.append(utils.geom.facetBox((.15,.15,.135),(.15,.15,.045),wallMask=15,material=steel))
fIDSII=O.bodies.append(utils.geom.facetBox((.15,.15,.045),(.15,.15,.045),wallMask=31,material=steel))
sp=pack.SpherePack()
sp.makeCloud((0,0,0),(0.3,0.3,0.3250),rMean=rMean,rRelFuzz=rRelFuzz)
sp.toSimulation(material=spheremat)

I have read this is [1]

[1] https://answers.launchpad.net/yade/+question/210746

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.