|
[Sponsors] |
February 14, 2012, 09:08 |
interFoam Drag / bubbleFoam instability
|
#1 |
Member
Rob
Join Date: Sep 2011
Posts: 55
Rep Power: 15 |
Dear Foamers,
I am working on a multiphase flow simulation inside a steam drum. Therefore, I used the interFoam solver which actually solved the case pretty well. The problem that occured is the drag that is very high I assume. Thus, the steam-water "mixture" is not separated well enough and steam bubbles are pushed under the separation wall.... The attached picture illustrates the problem... So, in order to optimise the simulation results, there are basically two options. The first option is to just give bubbleFoam a try. I already did that. But since the 2D test case has a lot of problems in terms of stability I think it will take quite some time to get the simulation stable enough to reach convergence... This leads to the first question: Does anyone have any good fvSchemes / fvSolution entries that proved to be stable? The second option is to implement a drag model into interFoam. Is this possible? I think that drag needs two velocity vector fields and not just one... Any help would be appreciated. |
|
February 20, 2012, 06:08 |
|
#2 |
Member
Rob
Join Date: Sep 2011
Posts: 55
Rep Power: 15 |
I am still having problems with the bubbleFoam solver in terms of stability.
Since interFoam uses the MULES algorithm for the liquid phase and bubbleFoam uses a solver that has to be picked by the user, wrong options might be the problem here. In comparison with interFoam the simulation time is like 1000 times higher. Since I did not find any real help in old forum posts, I hope someone might have a hint of what options might be stable and fast enough for a quicker simulation. solvers { p { solver GAMG; tolerance 1e-5;//1e-6 relTol 0; smoother GaussSeidel; nPreSweeps 0; nPostSweeps 2; nFinestSweeps 2; cacheAgglomeration on; nCellsInCoarsestLevel 10; agglomerator faceAreaPair; mergeLevels 1; } alpha { solver PBiCG; preconditioner DILU; tolerance 1e-10; relTol 0.0; } "(k|epsilon)" { solver smoothSolver; smoother GaussSeidel; tolerance 1e-5; relTol 0; nSweeps 1; } } ddtSchemes { default Euler; } gradSchemes { default faceMDLimited Gauss linear 0;; } divSchemes { default Gauss upwind; div(phi,alpha) Gauss vanLeer01; div((-nuEffa*T(grad(Ua)))) Gauss linear; div((-nuEffb*T(grad(Ub)))) Gauss linear; } laplacianSchemes { default Gauss linear limited 0.33; } interpolationSchemes { default linear; } snGradSchemes { default limited 0.33; } fluxRequired { default no; p ; } |
|
February 12, 2018, 07:26 |
|
#3 | |
Senior Member
A. Min
Join Date: Mar 2015
Posts: 308
Rep Power: 12 |
Quote:
I want to calculate drag coefficient that is applied to a bubble which arises in a liquid. You know that forceCoeff code is for a boundary patch. Could you please help me? Thanks |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Pressure drag, friction drag and total drag? | Cheng | CFX | 9 | January 26, 2024 14:46 |
interFoam / bubbleFoam to simulate an aerated tank | Meratb | OpenFOAM Running, Solving & CFD | 3 | November 6, 2020 12:45 |
Pressure drag problem in porous media with interFoam | skp | OpenFOAM Running, Solving & CFD | 8 | May 27, 2015 09:10 |
twoPhaseEulerFoam: turbulence on produces instability of drag phase | florian_krause | OpenFOAM | 1 | October 11, 2013 10:02 |
Inviscid Drag at subsonic, subcritical Mach # | Axel Rohde | Main CFD Forum | 1 | November 19, 2001 13:19 |