potentialFoam: Changed the sub-dict in fvSolution from SIMPLE to potentialFlow

This commit is contained in:
Henry
2011-04-05 14:54:14 +01:00
parent a76953302a
commit a54afe65c3
10 changed files with 108 additions and 102 deletions

View File

@ -22,7 +22,7 @@ ddtSchemes
gradSchemes
{
default Gauss linear;
default leastSquares;
}
divSchemes

View File

@ -26,7 +26,7 @@ solvers
}
}
SIMPLE
potentialFlow
{
nNonOrthogonalCorrectors 3;
}

View File

@ -26,7 +26,7 @@ solvers
}
}
SIMPLE
potentialFlow
{
nNonOrthogonalCorrectors 0;
}