Revert "BUG: snappyHexMesh: attraction distance mapping. Fixes #941."

This reverts commit 708e650990.
This commit is contained in:
mattijs
2019-04-10 10:32:18 +01:00
committed by Andrew Heather
parent 181e0b75d3
commit cbc3953f26
12 changed files with 20 additions and 2377 deletions

View File

@ -28,10 +28,7 @@ gradSchemes
divSchemes
{
div(rhoPhi,U) Gauss linearUpwind grad(U);
// div(phi,alpha) Gauss vanLeer;
div(phi,alpha) Gauss CoBlended 1.0 Minmod 2.0 upwind;
div(phi,alpha) Gauss vanLeer;
div(phirb,alpha) Gauss linear;
div(phi,k) Gauss upwind;
div(phi,epsilon) Gauss upwind;