sailfish-team / sailfish

Lattice Boltzmann (LBM) simulation package for GPUs (CUDA, OpenCL)
http://sailfish.us.edu.pl
233 stars 85 forks source link

article deposition calculations on the human lung #53

Open Gweiqi opened 4 years ago

Gweiqi commented 4 years ago

Dear sailfish Users and Developers! I’ve been trying to simulate the particle deposition calculations on the human lung,The human trachea has a complex shape and tiny branches and I was wondering if this program could meet such a need. Many thanks, Guo Weiqi

marcinofulus commented 4 years ago

Dear Guo,

There are two problems associated with this, first is a simulation in vessels which can require sparse data handling (depends on your dx and domain size. The second might be particle dynamics. If particles are passive scalars then it is simple, otherwise it would require fsi which is not yet implemented (but contributions are welcome).

Perhaps, if you could sent a mesh file and describe the physics I can give you more information.

the best mk

On Wed, Oct 14, 2020 at 10:38 AM Gweiqi notifications@github.com wrote:

Dear sailfish Users and Developers! I’ve been trying to simulate the particle deposition calculations on the human lung,The human trachea has a complex shape and tiny branches and I was wondering if this program could meet such a need. Many thanks, Guo Weiqi

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sailfish-team/sailfish/issues/53, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJDC5X7WXBCE32ZTYNP5VLSKVPO5ANCNFSM4SQJOMOA .

-- Pełnomocnik Rektora ds. zastosowania nowoczesnych komputerowych metod kształcenia dla regionalnych kadr innowacyjnej gospodarki tel. +48 32 3497 612

http://icse.us.edu.pl

Gweiqi commented 4 years ago

Dear mk,

Particle simulation using Euler-Euler or Euler-Lagrange methods will be fine, my concern is the first one. human airway is a very complex shape with a large variation in size, and I haven't finished the airway mesh yet. I want to decide in advance what methods and procedures are needed, because airway simulation requires very large computational resources, and if the program can't do the calculations fast enough or can't adapt to the complex shapes, I will have to changes to my airway model.

Many thanks, Guo Weiqi

Gweiqi commented 4 years ago

But I have completed some simple alveolar models, they are in stl format and I have sent them to your email. I simulated conditions where the inlet is an airflow with a velocity cycle change and the outside is a defined air pressure with a 10 micron diameter particle entering through the inlet.