필터 지우기
필터 지우기

Closed random Sphere Pack

조회 수: 10 (최근 30일)
Mohammad Faris
Mohammad Faris 2015년 6월 12일
댓글: Travis Sippel 2021년 3월 26일
Hi Guys
I need a Closed Random sphere pack with radius distribution for my Master Thesis.
i write code and its run good.
but i have 1 problem.
When Matlab Place Some Spheres and check their Overlapping, some spheres have free space between each other and matlab cant place another sphere there. i need a porous space that have porosity about 35-37%. but matlab take too many time for make that porous. if anyone can help me plz reply. i need make closed sphere pack or transfer spheres to near each other.
Tnx
  댓글 수: 3
Ismail Can Karaoglu
Ismail Can Karaoglu 2020년 11월 3일
Hi, I also need such a code for my thesis. Could you please share the code with me?
My mail: ismailckaraoglu@gmail.com
Thanks in advance.
Travis Sippel
Travis Sippel 2021년 3월 26일
Ismail, Mohammad, did you ever get this problem figured out?
Travis

댓글을 달려면 로그인하십시오.

답변 (1개)

Giao Vu
Giao Vu 2019년 11월 15일
are you using only 1 size sphere? you could try to make the spheres size adjustable (+-20%)and adjust the you code to 'shrink' or expand a little when needed.
  댓글 수: 3
Giao Vu
Giao Vu 2019년 11월 15일
for one size particle you can only obtain up to 35% porosity. (https://en.wikipedia.org/wiki/Random_close_pack). The higher the max_size/min_size ratio the smaller the porosity you can get. You can try first to randomly embed sphere in the medium, if successful, make the next step to expain it (for example 20%, if it doesn't work try sth like 19% and so forth).
In the case of overlapping, one coud try to calculate how much overlapping and shrink the particle accordingly (up to 20% less, for example).
There are different techniques, like in DEM (Discrete Element Method), after fill up the geometry, they start to run simulation to compact them. or you could also use periodic packing/boundary. You could try to look into opensource software like Woo or Yade where they have implemented this packing method.
Giao Vu
Giao Vu 2019년 11월 15일

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Stress and Strain에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by