compressibleMultiphaseInterFoam: updated mixing of thermophysical properties

Thermodynamic properties are now mass-fraction mixed
Transport properties remain volume-fraction mixed
This commit is contained in:
Henry Weller
2020-10-01 15:24:14 +01:00
parent 90e4222db3
commit d89a8d3daa
9 changed files with 106 additions and 132 deletions

View File

@ -42,6 +42,7 @@ boundaryField
{
type totalPressure;
p0 uniform 1e5;
rho thermo:rho;
}
defaultFaces

View File

@ -34,7 +34,7 @@ divSchemes
div(rhoPhi,T) Gauss upwind;
div(rhoPhi,K) Gauss upwind;
div(phi,p) Gauss upwind;
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
div(((thermo:rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
}
laplacianSchemes