tutorials/multiphase/interFoam/laminar/sloshingTank3D6DoF: Change the interface compression scheme to linear

This commit is contained in:
Henry Weller
2018-06-26 20:03:16 +01:00
parent 2fb55fe926
commit a35393b8e5

View File

@ -29,7 +29,8 @@ divSchemes
{
div(rhoPhi,U) Gauss vanLeerV;
div(phi,alpha) Gauss vanLeer;
div(phirb,alpha) Gauss vanLeer;
div(phirb,alpha) Gauss linear;
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
}