tutorials/multiphase/interFoam/RAS/planingHullW3: Removed unused scheme

This commit is contained in:
Henry Weller
2021-02-17 15:18:36 +00:00
parent a24e8e463a
commit be0ee0f464

View File

@ -29,11 +29,14 @@ gradSchemes
divSchemes
{
default none;
div(rhoPhi,U) Gauss cellCoBlended 2 linearUpwind grad(U) 5 upwind;
div(phi,alpha) Gauss PLIC interfaceCompression vanLeer 1;
div(phirb,alpha) Gauss linear;
div(rhoPhi,U) Gauss cellCoBlended 2 linearUpwind grad(U) 5 upwind;
div(phi,k) Gauss linearUpwind limitedGrad;
div(phi,omega) Gauss linearUpwind limitedGrad;
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
}