mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
compressibleInterFoam: Improved mass conservation
using the continuity error correction formulation developed for twoPhaseEulerFoam and reactingEulerFoam.
This commit is contained in:
committed by
Andrew Heather
parent
092d4f4f0b
commit
3df71d18d0
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user