tutorials/modules/fluid/shockTube: Updated for consistency with the rhoCentralFoam case
This commit is contained in:
@ -26,7 +26,7 @@ stopAt endTime;
|
||||
|
||||
endTime 0.007;
|
||||
|
||||
deltaT 1e-05;
|
||||
deltaT 1e-6;
|
||||
|
||||
writeControl runTime;
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user