Dear all,
I am currently working on a simulation where a bubble grows in a channel and will eventually touch the upper boundary of the channel. Then the bubble is expected to be elongated by the flow. The illustration is shown in bubble_elongated.png.
I took sandbox/ecipriano/run/bubblerisengrowth.c as a starting point, to which I made some modifications. Specificly, I added a solid region to construct the channel domain from the original square domain. At the moment I am facing some difficulties :
1. at the first step of the simulation, the error occurs :
src/poisson.h:219: warning: convergence for pfext not reached after 100 iterations
src/poisson.h:219: warning: convergence for pf not reached after 100 iterations
src/poisson.h:219: warning: convergence for pext not reached after 100 iterations
src/poisson.h:219: warning: convergence for p not reached after 100 iterations
I think this is probably due to the wrong boundary conditions, but I do not really have a clue.
2. when I printed the value of cs[ ], it says min=0.6, max=1. But in my simulation there is both solid and fluide region, so the minimum value is supposed to be 0 ?
You may find the source code (channel_flow.c) in the attachment.
Any insights or suggestions would be greatly appreciated !
Best regards,
Boqiao