tutorials/multiphase/interFoam/RAS/planingHullW3: Removed unused scheme
This commit is contained in:
@ -29,11 +29,14 @@ gradSchemes
|
|||||||
divSchemes
|
divSchemes
|
||||||
{
|
{
|
||||||
default none;
|
default none;
|
||||||
div(rhoPhi,U) Gauss cellCoBlended 2 linearUpwind grad(U) 5 upwind;
|
|
||||||
div(phi,alpha) Gauss PLIC interfaceCompression vanLeer 1;
|
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,k) Gauss linearUpwind limitedGrad;
|
||||||
div(phi,omega) Gauss linearUpwind limitedGrad;
|
div(phi,omega) Gauss linearUpwind limitedGrad;
|
||||||
|
|
||||||
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
|
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user