mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
potentialFoam: Changed the sub-dict in fvSolution from SIMPLE to potentialFlow
This commit is contained in:
@ -22,7 +22,7 @@ ddtSchemes
|
||||
|
||||
gradSchemes
|
||||
{
|
||||
default Gauss linear;
|
||||
default leastSquares;
|
||||
}
|
||||
|
||||
divSchemes
|
||||
|
||||
@ -26,7 +26,7 @@ solvers
|
||||
}
|
||||
}
|
||||
|
||||
SIMPLE
|
||||
potentialFlow
|
||||
{
|
||||
nNonOrthogonalCorrectors 3;
|
||||
}
|
||||
|
||||
@ -26,7 +26,7 @@ solvers
|
||||
}
|
||||
}
|
||||
|
||||
SIMPLE
|
||||
potentialFlow
|
||||
{
|
||||
nNonOrthogonalCorrectors 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user