|
[Sponsors] |
Incompressible two-Phase flow with high density contrast |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 26, 2023, 15:05 |
Incompressible two-Phase flow with high density contrast
|
#1 |
Member
Bernd
Join Date: Jul 2012
Posts: 42
Rep Power: 14 |
Hi,
I implemented a solver for incompressible two-phase flow with high density contrast (rho_gas/rho_liquid = 1/1000). It works but the pressure solve (Multigrid Preconditioned CG) takes about 10x as much time than the single-phase solver (free surface, rho_gas=0). The reason is the highly ill conditioned system matrix for the combined air-liquid pressure solve. So I would like to discouple the pressure correction in two separate poisson solves for each phase. But then, how to best "couple" the two system ? Unfortunately, for this approach the literature I found so far is scarce(most papers deal with using the appraoch "single-fluid" with variable density for each of the phases) So I would ask the forum for any links, hints. Thanks in advance for any advice. |
|
April 29, 2023, 04:33 |
|
#2 | |
Senior Member
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,290
Rep Power: 34 |
Quote:
The problem with de-coupling of pressure equation is that it could be very unstable because of something what i call islands in matrix. This is group of equations that have no connection to other groups. Which leads to multiple pure neumann sub matrices and all ill conditioned. This you do not get in single pressure approach where whole matrix is single island. |
||
Tags |
incompressible, multiphase, poisson solver |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Two phase incompressible immiscible fluid flow simulation | sinhavivekananda318 | OpenFOAM Running, Solving & CFD | 0 | March 22, 2019 02:12 |
incrompressible flow | Diger | FLUENT | 10 | January 10, 2017 08:09 |
Laminar incompressible single phase flow | dourly | OpenFOAM Pre-Processing | 0 | November 15, 2016 03:40 |
High Speed multi phase flow | jonita Macyte | Main CFD Forum | 0 | March 19, 2010 07:46 |
Warning 097- | AB | Siemens | 6 | November 15, 2004 05:41 |