tutorials/fluid/angledDuctLTS: Increased maxCo to improved convergence
This commit is contained in:
@ -50,15 +50,15 @@ solvers
|
||||
|
||||
PIMPLE
|
||||
{
|
||||
momentumPredictor yes;
|
||||
nOuterCorrectors 1;
|
||||
nCorrectors 1;
|
||||
momentumPredictor yes;
|
||||
nOuterCorrectors 1;
|
||||
nCorrectors 1;
|
||||
nNonOrthogonalCorrectors 0;
|
||||
|
||||
maxCo 0.2;
|
||||
maxCo 0.35;
|
||||
rDeltaTSmoothingCoeff 0.1;
|
||||
rDeltaTDampingCoeff 1;
|
||||
maxDeltaT 1;
|
||||
maxDeltaT 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user