|
[Sponsors] |
March 30, 2017, 19:03 |
Stationary bubble or droplet
|
#1 |
New Member
Lieh
Join Date: Mar 2017
Posts: 26
Rep Power: 9 |
Hello
I am trying to investigate some test cases with openFOAM, with interFoam, which simulating a stationary bubble is also one. Either I choose a water drop in a medium of air, or an air bubble in a medium of water, the maximum spurious velocity keeps decreasing till say ~0.8 seconds, and then it keeps rising to even values larger than the first time step at say ~2 seconds. Is this normal? should this happen? Another issue is that, the interface in both cases becomes very diffuse, initially the interface is reasonable in thickness, not that thick, but as simulation proceeds (~0.5 seconds) the thickness increases leading to a very diffuse interface (transition zone of interface ~0.2*radius), is this also normal? This is my fvschemes Code:
ddtSchemes { default Euler; //CrankNicolson 0.9; } gradSchemes { default Gauss linear; grad(U) Gauss linear; grad(alpha.water) Gauss linear; } divSchemes { default none; div(rhoPhi,U) Gauss limitedLinearV 1; div(phi,alpha) Gauss vanLeer; div(phirb,alpha) Gauss interfaceCompression; //Gauss linear; div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear; } laplacianSchemes { default Gauss linear corrected; } interpolationSchemes { default linear; } snGradSchemes { default corrected; } fluxRequired { default no; p_rgh; pcorr; alpha.water; } |
|
Tags |
interface compression, interfoam bubble |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Stationary Bubble | akesm | OpenFOAM Programming & Development | 2 | March 26, 2017 17:10 |
A rising bubble in a stagnant liquid with two-fluid-model | fs82 | OpenFOAM Running, Solving & CFD | 30 | August 18, 2016 13:27 |
2D bubble rising through a column of water | vof64 | Fluent Multiphase | 0 | August 20, 2014 00:42 |
Coupled VOF and Multiphase Segregated Flow for a gas bubble problem?? | EnronZhang | STAR-CCM+ | 1 | December 19, 2013 09:41 |
Query on VOF for Bubble rise | Vamsi | Main CFD Forum | 0 | December 22, 2005 01:02 |