Hi,
Iam trying to fill a container with particles. How can I fill the container upto a specific height.
A project by DCS Computing and CFDEMresearch
This website uses cookies to ensure you get the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies. This website uses cookies. By continuing to browse the site you are agreeing to our use of cookies. More info
richti83 | Fri, 02/20/2015 - 08:27
some math
Hi,
Calculate the desired volume of the region you want to fill. Than estimate the mass by m_gen=1/2*V_box*particle density (assuming 50% voidfraction).
Than use fix insert stream mass ${m_gen}
Or divide the box volume by the average particle volume and use insert stream with n_particle. Take care that you take the voidfraction into account.
Or use insert pack with a tetraeder mesh of the volume you want to fill and grow the particles slightly with fix adapt (see examples in.mesh_tet and in.packing)
Good Luck,
Christian.
dhari27 | Mon, 02/23/2015 - 10:10
Thank you for your reply,
Thank you for your reply,
Considering the third way with tetraeder mesh and fix adapt, which is the best software for tetraeder mesh?
Also after providing the fix adapt command, will I be able to further grow the particles in the container.