fluid-engine-dev icon indicating copy to clipboard operation
fluid-engine-dev copied to clipboard

Multiphase fluid simulations

Open doyubkim opened this issue 8 years ago • 6 comments

Implement multiphase fluids including:

doyubkim avatar Jun 11 '17 09:06 doyubkim

@marcelsan, let's discuss this issue and see how we can implement each solver. The references are not complete, yet. Also, please let me know if this is aligned with your original thinking.

doyubkim avatar Jun 11 '17 10:06 doyubkim

Question: Is it possible to add the following effect in the future?: https://youtu.be/5h6UAjB4Xjo

Air incompressibility. To air was the second phase. There is a code, for example: https://github.com/ryichando/shiokaze

PavelBlend avatar Dec 30 '18 18:12 PavelBlend

And more interested. It is possible to realize multiphase fluids, like here: https://youtu.be/TawnuP5xPo4 https://youtu.be/3yyLIG935zc?t=191

PavelBlend avatar Dec 30 '18 18:12 PavelBlend

Two-phase fluid is planned but didn't have enough bandwidth to implement it. I do have my old personal code that implements a couple of papers mentioned above -- one of the papers is mine anyway -- but I need time to port it over. @PavelBlend if you want this feature, I can bump up the priority.

doyubkim avatar Dec 30 '18 23:12 doyubkim

Yes, I would like to see this feature. Since I use jet fluids for a blender. And for the blender there is not a single multi-phase simulator.

PavelBlend avatar Dec 31 '18 06:12 PavelBlend

Sounds fair. The first iteration will be similar to http://research.nii.ac.jp/~rand/shiokaze-en/index.html. No particles, but with level-set only. Two-phase PIC/FLIP/APIC would come next. Not sure I want to implement multiphase SPH, but it will be the last if I do.

doyubkim avatar Dec 31 '18 09:12 doyubkim