mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
pisoFoam/les/motorBike tutorial: correct schemes and settings
This commit is contained in:
@ -23,7 +23,7 @@ ddtSchemes
|
|||||||
gradSchemes
|
gradSchemes
|
||||||
{
|
{
|
||||||
default Gauss linear;
|
default Gauss linear;
|
||||||
grad(U) fourth; //cellLimited Gauss linear 1;
|
grad(U) cellLimited Gauss linear 1;
|
||||||
grad(nuTilda) cellLimited Gauss linear 1;
|
grad(nuTilda) cellLimited Gauss linear 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -66,7 +66,7 @@ solvers
|
|||||||
|
|
||||||
SIMPLE
|
SIMPLE
|
||||||
{
|
{
|
||||||
nNonOrthogonalCorrectors 2;
|
nNonOrthogonalCorrectors 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
potentialFlow
|
potentialFlow
|
||||||
@ -85,7 +85,7 @@ relaxationFactors
|
|||||||
|
|
||||||
cache
|
cache
|
||||||
{
|
{
|
||||||
grad(U) ;
|
grad(U);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user