compressibleInterFoam: Improved mass conservation

using the continuity error correction formulation developed for
twoPhaseEulerFoam and reactingEulerFoam.
This commit is contained in:
Henry Weller
2017-06-22 14:42:36 +01:00
committed by Andrew Heather
parent 092d4f4f0b
commit 3df71d18d0
18 changed files with 171 additions and 81 deletions

View File

@ -31,8 +31,6 @@ divSchemes
div(phirb,alpha) Gauss linear;
div(rhoPhi,U) Gauss vanLeerV;
div(phi,thermo:rho.water) Gauss linear;
div(phi,thermo:rho.air) Gauss linear;
div(rhoPhi,T) Gauss linear;
div(rhoPhi,K) Gauss linear;
div((phi+meshPhi),p) Gauss linear;

View File

@ -31,8 +31,6 @@ divSchemes
div(phirb,alpha) Gauss linear;
div(rhoPhi,U) Gauss upwind;
div(phi,thermo:rho.water) Gauss upwind;
div(phi,thermo:rho.air) Gauss upwind;
div(rhoPhi,T) Gauss upwind;
div(rhoPhi,K) Gauss upwind;
div(phi,p) Gauss upwind;

View File

@ -31,8 +31,6 @@ divSchemes
div(phirb,alpha) Gauss linear;
div(rhoPhi,U) Gauss upwind;
div(phi,thermo:rho.water) Gauss upwind;
div(phi,thermo:rho.air) Gauss upwind;
div(rhoPhi,T) Gauss upwind;
div(rhoPhi,K) Gauss upwind;
div(phi,p) Gauss upwind;