tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff: Updated for change in U boundary condition update order

This commit is contained in:
Henry Weller
2016-02-18 21:15:57 +00:00
parent baa60e2e19
commit 0bfe5291d7

View File

@ -57,7 +57,7 @@ solvers
SIMPLE
{
nNonOrthogonalCorrectors 0;
rhoMin 0.5;
rhoMin 0.4;
rhoMax 1.5;
residualControl
@ -66,7 +66,7 @@ SIMPLE
U 1e-4;
e 1e-3;
// possibly check turbulence fields
// Possibly check turbulence fields
"(k|epsilon|omega)" 1e-3;
}
}