Hello, everybody,rnrnRecently I have been working on the Cylinder2d example, inserting more obstacles and changing their location as well. Right now I would like to implement a multiphase flow ( two fluids of different densities ) but, as a beginner, I am not quite sure of how to do it and I would really appreciate any help.rnrnAtt.rnrnIvan
Hi Ivan,rnrnfor a first step you can have a look at the multiComponent2D example, where a Rayleigh-Taylor instability is simulated. This is done using the multi-component fluid model by X. Shan and H. Chen. For that you require two lattices, that are coupled via a CouplingGenerator (lines 294-297).rnrnBestrnRobin
Yes, I have also been having a look at it for a while, but it is still a little difficult for me to understand all of it. rnrnThanks for the tip, anywayrnrnAtt.