Hi, I found this repo and love the library. I think that adding moving objects this easily is great. I have been using WaterLily for some time.
My new project involves a smoke simulation with a moving object. Therefore I was wondering, can WaterLily simulate 2 different fluids? especially because densities become variable on the domain and buoyancy forces become important.
The details of the simulation: Imagine a pipe full of smoke, then a piston accelerates the smoke out of the pipe into the air forming a smoke ring. Like in the donut example. I want to study how the ring changes with the simulation parameters. Smoke is much denser than air, that's my biggest problem.
Another approach I thought of was to add a lot of very small particles and update their position using the get force function and then add the buoyancy force but I don't know how good this approach is.
What do you recommend?
I could of course just study the vorticity of the air and don't mess with two different fluids, but I was wondering if WaterLily could do the job.
Thanks.
Hi, I found this repo and love the library. I think that adding moving objects this easily is great. I have been using WaterLily for some time.
My new project involves a smoke simulation with a moving object. Therefore I was wondering, can WaterLily simulate 2 different fluids? especially because densities become variable on the domain and buoyancy forces become important.
The details of the simulation: Imagine a pipe full of smoke, then a piston accelerates the smoke out of the pipe into the air forming a smoke ring. Like in the donut example. I want to study how the ring changes with the simulation parameters. Smoke is much denser than air, that's my biggest problem.
Another approach I thought of was to add a lot of very small particles and update their position using the get force function and then add the buoyancy force but I don't know how good this approach is.
What do you recommend?
I could of course just study the vorticity of the air and don't mess with two different fluids, but I was wondering if WaterLily could do the job.
Thanks.