← Back to team overview

yade-users team mailing list archive

Re: [Question #686942]: What is random close packing and random loose packing

 

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

    Status: Open => Answered

Robert Caulk proposed the following answer:
Hello,

>What is random very loose packing?

I guess the documentation describes it best [1]:

" The resulting packing conforms in fact a gas-like state (see Cloud
denomination) with no contacts between particles. Usually used as a
first step for packing generation, before subsequent mechanical loading
that will confer a solid-like nature to the packing. "

On the other hand, a dense packing would be a packing where the spheres
are touching to create a structure i.e. the result of applying confining
pressure to that loose packing (or internalCompaction i.e. growing
sphere radii). This is what the triax example script demonstrates [2]
and what randomDensePack [3] does in the background.

Cheers,

Robert

[1]https://yade-dem.org/doc/yade.pack.html#yade._packSpheres.SpherePack.makeCloud
[2]https://gitlab.com/yade-dev/trunk/blob/master/examples/triax-tutorial/script-session1.py
[3]https://yade-dem.org/doc/yade.pack.html#yade.pack.randomDensePack

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