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 aa81dee52d
commit f8aa84e5c1

View File

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