compressibleMultiphaseInterFoam: updated mixing of thermophysical properties
Thermodynamic properties are now mass-fraction mixed Transport properties remain volume-fraction mixed
This commit is contained in:
@ -42,6 +42,7 @@ boundaryField
|
||||
{
|
||||
type totalPressure;
|
||||
p0 uniform 1e5;
|
||||
rho thermo:rho;
|
||||
}
|
||||
|
||||
defaultFaces
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user