compressibleInterFoam: Updated to use the thermo:rho

This commit is contained in:
Henry Weller
2020-10-01 10:44:36 +01:00
parent 4889e8bbc4
commit 8fa6bfcded
11 changed files with 19 additions and 38 deletions

View File

@ -30,6 +30,7 @@ boundaryField
{
type totalPressure;
p0 $internalField;
rho thermo:rho;
}
#includeEtc "caseDicts/setConstraintTypes"

View File

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

View File

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

View File

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