tutorials/modules/fluid/shockTube: Updated for consistency with the rhoCentralFoam case

This commit is contained in:
Henry Weller
2023-01-16 16:33:20 +00:00
parent 20d30d2d1e
commit d0016c5fd5
2 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@ stopAt endTime;
endTime 0.007;
deltaT 1e-05;
deltaT 1e-6;
writeControl runTime;

View File

@ -29,10 +29,10 @@ divSchemes
default none;
div(phi,U) Gauss upwind;
div(phid,p) Gauss limitedLinear 1;
div(phi,e) Gauss limitedLinear 1;
div(phi,K) Gauss limitedLinear 1;
div(phi,(p|rho)) Gauss limitedLinear 1;
div(phid,p) Gauss vanAlbada;
div(phi,e) Gauss vanAlbada;
div(phi,K) Gauss vanAlbada;
div(phi,(p|rho)) Gauss vanAlbada;
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
}