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

This commit is contained in:
mattijs
2019-04-08 13:19:41 +01:00
committed by Andrew Heather
parent eb0c35dc6a
commit 7cd40afa3a
14 changed files with 2379 additions and 22 deletions

View File

@ -15,6 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
//DebugSwitches
//{
// fv 2;
//}
application sonicFoam;
startFrom latestTime;

View File

@ -41,7 +41,7 @@ divSchemes
laplacianSchemes
{
default Gauss linear limited corrected 0.5;
default Gauss linear corrected; //limited corrected 1; //0.5;
}
interpolationSchemes