

The problem I am facing is that, when I calculate the posed problem, the volume fraction moves only a few steps and then courant number goes up and error is shown.The left figure shows the result from my simulation and right shows flow i wanted to simulate(from literature).
I believe the problem may be with the velocity inlet boundary condition , I am not sure. I would like some insight, especially if some of you have already worked with a similar problem.
Thank you
OpenFOAM


Hi Rohit,
You could try using adjustable time-steps. This way, you can ensure that your solver isn't crashing because of your boundary conditions. Multiphase solvers tend to remain stable for Courant numbers > 1, but not >> 1. Just to be sure, you could set the maximum Courant number (maxCo) to 1 in your controlDict and see how the simulation looks.
Regards,
Ashley


Looks like the problem is with the boundary conditions. Even for the coarsest of mesh, imposing a maxCo should stabilize the simulation, even though the results might not be accurate. Also, for the time-step, did you try a very low value, even if that value is considered in the simulation only for the first time-step?
Regards,
Ashley
Login to add comment


is it correct approach for the incoming flow through inlet.
Regards, Rohit
Hi Rohit,
Could you ZIP and share the case files with us? We could take a look at it. You can mail the ZIP file to contact-cfd@fossee.in.
Regards,
Ashley
Login to add comment






Hi Rohit,
I am assuming you want to know about how HIRC is implemented in interFoam. Since OpenFOAM implements both the VOF and Eulerian techniques to solve multiphase flows, the best way to understand each of those approaches is by look at the OpenFOAM exclusive hybrid solver, multiphaseEulerFoam. The paper below talks in detail about the interface capturing technique used in the solver. One of the terms in that eq, is the Calpha term, which for purely VOF technique (interFOAM etc.) tends to 1.
https://www.hindawi.com/journals/ijce/2013/128936/
Regards,
Ashley
Login to add comment


Thanks for reply RoyKCarol, could you please send me the email address to send send the zip file.
Hi! I am still new to OpenFOAM and currently working on a swirl atomization case.
I'm seeking help if you could share case files.
My email is m.muzamel@gmail.com. Really hoping for your help! Thank you in advance.
Regards,
Mel.
Login to add comment


Hi Rohit,
Could you mail your current case files to contact-cfd@fossee.in? We could take a look at it.
Regards,
Ashley
Login to add comment


Login to add comment